summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make Pidlock#lock return true if we currently hold the lockmpalmer2006-12-312-1/+3
* Add a Puppet::Util::Pidlock class, for use by locks and PID filesmpalmer2006-12-312-0/+192
* Add system library directories directly in puppettest.rb, so you don't have t...mpalmer2006-12-311-1/+6
* 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
* exiting sleeper after no more than two minutesluke2006-12-291-5/+3
* Moving the tagging stuff to an "external" directory, instead of "lib".luke2006-12-297-6/+6
* Adding carriage returns to output of puppetrunluke2006-12-291-3/+3
* Trying to clean up how rails is loadedluke2006-12-294-13/+10
* Supporting arrays for the backup parameterluke2006-12-291-1/+5
* Features now load dynamically using method_missing, so that undefined feature...luke2006-12-292-2/+51
* Adding a bit more testing to mounts, and pulling a bit of the transaction int...luke2006-12-292-13/+25
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-295-63/+128
* *whew* Okay, simplified the splice method a bit, and I am actually somewhat c...luke2006-12-292-43/+22
* Did a short-cut on the graphing, since we currently only support one type of ...luke2006-12-295-21/+134
* A couple of small bug fixesluke2006-12-297-13/+228
* Some tweaks to graph splicing, although I do not think it will be enough to h...luke2006-12-292-25/+53
* Looks like providers work again on Solaris.luke2006-12-287-188/+27
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-2852-365/+265
* Fixing #387, hopefully.luke2006-12-283-33/+36
* Fixing #388. Paths now look a lot cleaner.luke2006-12-288-59/+102
* A couple of small bug-fixesluke2006-12-2814-49/+50
* Fixing #353. It was as simple as exiting with a different error code dependi...luke2006-12-271-1/+11
* Fixing #386.luke2006-12-272-0/+11
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-2711-122/+259
* Fixing #365. I am not sure what the problem was in previous versions, becaus...luke2006-12-274-9/+81
* Closing #362. Case-insensitivity is handled by downcasing all host names.luke2006-12-275-117/+185
* Hopefully fixing #355. I could not actually reproduce the specific problem, ...luke2006-12-273-143/+197
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-233-189/+189
* Loading the rails lib early on, so that the rails configuration parameters ar...luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-2312-63/+105
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-234-7/+25
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-232-1/+24
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-2320-163/+525
* Allow execution of bare strings as long as there's no attempt to change uid/gidlutter2006-12-222-1/+13
* Fixing test to work with new style of graphing.luke2006-12-211-10/+4
* *whew* Fixing the vast majority of the graph-related performance problems. I...luke2006-12-213-14/+16
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-204-2/+34
* Adding some defaults to users, mostly for darwin because it is kinda stupid w...luke2006-12-201-0/+16
* Adding test for the fix to #361luke2006-12-201-6/+18
* Fixing #361, I think. It appears to be a problem with missing a setting for ...luke2006-12-201-0/+6
* Applying patch from #384, by jgonzalezluke2006-12-191-7/+6
* Fixing #385. Puppetca correctly exits with non-zero exit code if there are n...luke2006-12-191-1/+5
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-1922-127/+229
* Re-add support for tags and file/linesshadoi2006-12-198-18/+46
* Adding :replace aliases, as requested in #366.luke2006-12-197-2/+19