summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-082-171/+187
* Fixing #159 -- packages now have a default value for ensure (:installed).luke2006-06-081-2/+2
* Committing largely complete Solaris zone support. I still need to add static...luke2006-06-061-157/+247
* removing one of the stack traces from error outputluke2006-06-061-51/+29
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-12/+8
* Intermediate commit; most of the core zone functions now work, and some of th...luke2006-06-022-92/+234
* temporary commit so i can transfer my testing to a faster, sparc boxluke2006-06-011-26/+148
* Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobjectluke2006-06-012-11/+24
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-8/+25
* Fixing #162. Node names must now be comma-separated.luke2006-05-312-191/+200
* Adding an "execute" method to Puppet::Util, and including the module in eleme...luke2006-05-282-0/+17
* adding zone management stub; switching to my home vm for testingluke2006-05-281-0/+182
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-257-72/+49
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-252-113/+212
* Fixing #138, all of it, I think. Environment settings are now allowed, altho...luke2006-05-191-11/+77
* Adding a small fix to cron tabs; they will at least parse tabs that have env ...luke2006-05-191-0/+12
* First version of puppetrun. It seems to mostly work, but I need to test it w...luke2006-05-191-0/+1
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-183-5/+16
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-186-20/+117
* fixing user[:groups] management when the user is absentluke2006-05-181-9/+10
* Allowing empty filesluke2006-05-182-446/+453
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-182-34/+32
* fixing stupid debian rails mistakeluke2006-05-171-11/+12
* Making sure file recursion works for all valid inputsluke2006-05-161-1/+2
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-153-6/+24
* failing more intelligently in init if ActiveRecord is missingluke2006-05-151-0/+4
* Making sure yum fails on unknown packagesluke2006-05-151-0/+7
* removing extraneous loggingluke2006-05-151-1/+1
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-153-29/+85
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-148-41/+150
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-134-18/+19
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-138-438/+527
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-1310-514/+531
* adding a few more fields to the host tableluke2006-05-131-0/+2
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-137-24/+277
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-136-23/+73
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-122-11/+22
* removing some extraneous loggingluke2006-05-121-1/+0
* Updating doc system to add the list of valid values to the doc string, and tw...luke2006-05-106-17/+61
* Slight modifications to package parsing on *bsd. It should be better about c...luke2006-05-091-5/+6
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-095-150/+227
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-052-8/+34
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-053-122/+167
* Changing default for pattern to include the binary if it is includedluke2006-05-041-1/+5
* Small bug fixesluke2006-05-042-2/+3
* Fixing the problem that lutter ran into; the issue seems to be that Facter co...luke2006-05-041-2/+9
* fixing log messagesluke2006-05-031-1/+0
* fixing log messagesluke2006-05-031-3/+3
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-035-44/+89