summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing #396. Using the provider command instead of a direct exec, which auto...luke2007-01-021-17/+26
* Modifying the "Resource#set" method to simplifying adding new parametersluke2007-01-011-1/+8
* A couple of small fixes to pass existing tests.luke2007-01-011-0/+1
* Fixing some failing tests on fedora.luke2007-01-012-1/+2
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-1/+1
* Fixing #369. I was not flushing changes to disk when ensure was out of sync....luke2007-01-011-2/+15
* Fixing #390. You can now add --graph to produce dot files, and you can then ...luke2006-12-311-3/+29
* Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread ...mpalmer2006-12-311-7/+5
* Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the t...mpalmer2006-12-311-1/+1
* Switch puppet/daemon.rb to use Pidlockmpalmer2006-12-311-25/+4
* Switch the run-lock to use Pidlock instead of the ad-hoc codempalmer2006-12-312-91/+21
* Make Pidlock#lock return true if we currently hold the lockmpalmer2006-12-311-1/+1
* Add a Puppet::Util::Pidlock class, for use by locks and PID filesmpalmer2006-12-311-0/+68
* Applying patch by rainhead from #392.luke2006-12-301-5/+5
* Add updated_at for all tablesshadoi2006-12-292-1/+10
* Removing debuggingluke2006-12-292-4/+1
* Hopefully fixing tagging problemluke2006-12-291-2/+2
* Still trying to track down the tagging problemluke2006-12-291-3/+3
* adding a bit better error reporting when tags are badluke2006-12-292-1/+4
* Moving the tagging stuff to an "external" directory, instead of "lib".luke2006-12-297-6/+6
* Trying to clean up how rails is loadedluke2006-12-293-10/+10
* Supporting arrays for the backup parameterluke2006-12-291-1/+5
* Features now load dynamically using method_missing, so that undefined feature...luke2006-12-291-2/+17
* Adding a bit more testing to mounts, and pulling a bit of the transaction int...luke2006-12-291-13/+18
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-292-59/+47