summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing error-catching in resources.rbluke2007-01-231-1/+1
* Fixing #415. Configuration parsing now removes trailing whitespace.luke2007-01-231-1/+1
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-233-18/+33
* Fixing rundir so that it does not throw an error when not running as rootluke2007-01-231-4/+10
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-232-0/+18
* Fixing #436. Also finally renamed pfile/uid.rb to match the state name.luke2007-01-233-22/+28
* Fixing #421 by changing the rundir to /var/puppet/run.luke2007-01-231-5/+1
* Fixing #416. There is now an option (downcasefacts) that determines whether ...luke2007-01-232-3/+11
* Make rpm operations much faster by suppressing unneeded verificationlutter2007-01-221-2/+2
* Use a specific ActiveRecord subclass to check for the proper existence of AR ...mpalmer2007-01-151-1/+4
* Make the version string optional in the dpkg-query output parsing regex (Fixe...mpalmer2007-01-121-2/+2
* Clear existing yumrepo instances befoer listing - assumes list should only re...lutter2007-01-111-0/+1
* Enclose values in single, not double quotes; otherwise if values have $ in th...lutter2007-01-101-3/+3
* Allow listing of yumreposlutter2007-01-101-0/+20
* Last round of fixes before the next releaseluke2007-01-053-5/+8
* Adding #408.luke2007-01-053-6/+85
* Adding a bit more comments to the :template functionluke2007-01-051-1/+2
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-059-21/+27
* Fixing #411.luke2007-01-051-2/+2
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-0/+4
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-1/+49
* Don't rely on the type to store the actual NVR of the package; breaks in the ...lutter2007-01-051-3/+10
* Adding a timeout to execs. This is not really a sufficient solution, since i...luke2007-01-041-4/+41
* Applying patch by mccune from #409.luke2007-01-042-5/+2
* Regressing to always creating files/directories as root, rather than trying t...luke2007-01-041-11/+13
* Throwing warnings instead of exceptions when dpkg-query produces info we cann...luke2007-01-041-3/+5
* Trying to fix #364. Somewhat used the patch provided by nslm.luke2007-01-042-3/+20
* fixing filebuckets so that only the client bucket is created on clientsluke2007-01-041-2/+5
* Fixing tests so they now include descriptions with all config options, which ...luke2007-01-041-0/+1
* Creating two filebuckets by default, one for the client and one for the serverluke2007-01-043-3/+8
* Fixing #403.luke2007-01-041-2/+3
* #398 is already fixed, but this will fix things so it cannot happen againluke2007-01-041-0/+4
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-044-3/+20
* Setting up specific allowed types for sshkeyluke2007-01-042-0/+6
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-041-9/+17
* Explicitly require puppet/filetype; otherwise, tests for this module faillutter2007-01-041-0/+3
* Fix yum update breakage - query should not change the name the user gave us; ...lutter2007-01-031-9/+9
* Tone down the debug spewage from yumlutter2007-01-031-2/+2
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-034-2/+8
* Fixing #394. LoadedFile was not checking to see if files went missing.luke2007-01-031-1/+5
* The package name must match at the beginning of a line; otherwise we might ge...lutter2007-01-031-2/+2
* Not saving tags right away. This seems to cause postgres to explode.luke2007-01-031-1/+1
* Fixing #401. Transactions were trying to trigger every resource, even those ...luke2007-01-031-1/+2
* Not setting the graphdir to the puppet user, since it is only used by puppetdluke2007-01-031-5/+1
* Using text for parameter values, instead of string, so the fields support lar...luke2007-01-031-2/+2
* Adding postgres as a dbadapter optionluke2007-01-021-1/+3
* Fix trac #354, and some other oddities around installing multiple versions of...lutter2007-01-021-4/+12
* Changing "sourcematch" to "sourceselect"luke2007-01-021-2/+2
* Adding sourcematch parameter to file.luke2007-01-022-3/+24
* Fixing the error thrown when a dependency cannot be retrieved, WRT to #395.luke2007-01-021-7/+9