| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding some debugging to list the states being changed when in debug mode | luke | 2006-02-25 | 1 | -2/+13 |
* | Fixing nodes so that their paths are printed correctly | luke | 2006-02-25 | 1 | -2/+3 |
* | Removing timestamp debugging | luke | 2006-02-25 | 1 | -2/+0 |
* | Fixing output when user/group are not found | luke | 2006-02-25 | 1 | -1/+13 |
* | Fixing bug #72, where trailing slashes break file sourcing | luke | 2006-02-24 | 2 | -0/+5 |
* | Adding redhat service type, to support enabling and disabling a service | luke | 2006-02-24 | 4 | -67/+159 |
* | Fixing package types so you can specify the package type manually in a manifest | luke | 2006-02-24 | 1 | -1/+5 |
* | removing extra error statement | luke | 2006-02-23 | 1 | -6/+1 |
* | Adding a bit more logging | luke | 2006-02-23 | 1 | -1/+2 |
* | Fixing bug when creating containers with parents | luke | 2006-02-23 | 1 | -2/+4 |
* | Generate an error if the pattern for an import statement matches no file. | lutter | 2006-02-23 | 2 | -22/+32 |
* | Properly figure out when updates are available. Previously, packages would ne... | lutter | 2006-02-22 | 1 | -11/+5 |
* | Fix failure of test_importglobbing in test/parser/parser.rb | lutter | 2006-02-22 | 2 | -24/+44 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 4 | -342/+372 |
* | Changing transactions to be one-stage instead of two, and changing most of th... | luke | 2006-02-16 | 26 | -113/+161 |
* | Removed some of the autorequire stuff from :exec because it created untenable... | luke | 2006-02-16 | 3 | -3/+10 |
* | Duh, removing some debugging | luke | 2006-02-16 | 1 | -2/+0 |
* | Adding logoutput parameter to :exec | luke | 2006-02-16 | 1 | -4/+21 |
* | Fixing symbolic naming bug where symbolic names were being ignored in some cases | luke | 2006-02-16 | 1 | -0/+3 |
* | Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ... | luke | 2006-02-15 | 4 | -13/+11 |
* | Tracked down a few other bugs; everything now passes on debian in preparation... | luke | 2006-02-15 | 6 | -57/+65 |
* | Changing "answerfile" to "adminfile", adding "responsefile", and autorequirin... | luke | 2006-02-15 | 2 | -10/+38 |
* | Fixing users so that they can use a group created by Puppet, and they also no... | luke | 2006-02-15 | 7 | -82/+132 |
* | Fixing the order of arguments when using admin files with sun packages | luke | 2006-02-15 | 1 | -2/+3 |
* | Some important bug fixes in the parsedtypes types; this all started from the ... | luke | 2006-02-15 | 9 | -205/+218 |
* | Committing the initial ldap support -- puppet can now look up node configurat... | luke | 2006-02-14 | 3 | -6/+168 |
* | Adding --enable/--disable locking for puppetd. You can now disable puppetd f... | luke | 2006-02-14 | 1 | -2/+33 |
* | Adding a general "check" mechanism to :exec, so it is now terribly easy to de... | luke | 2006-02-13 | 2 | -70/+168 |
* | Fixing :target reference in pfile.rb | luke | 2006-02-13 | 1 | -1/+1 |
* | Correcting some path problems with symlink, and changing "target" state to "e... | luke | 2006-02-13 | 1 | -18/+29 |
* | updating alias docs to pass ReST checks | luke | 2006-02-13 | 1 | -10/+10 |
* | updating changelog and docs for :alias | luke | 2006-02-13 | 2 | -17/+36 |
* | Fixing some problems with cron tab management, and creating Puppet::Util.{u,g... | luke | 2006-02-13 | 6 | -80/+123 |
* | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 5 | -18/+131 |
* | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 7 | -45/+125 |
* | Adding answerfile support to sun pkgs. | luke | 2006-02-08 | 2 | -1/+18 |
* | adding some documentation | luke | 2006-02-08 | 1 | -1/+8 |
* | removing errant warning | luke | 2006-02-08 | 1 | -1/+0 |
* | Fixing small problem where checksum retrieving did not look in the cache; thi... | luke | 2006-02-08 | 3 | -49/+39 |
* | Fixing the conflict between ensure and source. Ironically I had already made... | luke | 2006-02-08 | 1 | -19/+32 |
* | Checksums now get correctly updated for both the ensure and content state whe... | luke | 2006-02-08 | 5 | -8/+23 |
* | first bug fixed, where sources were not updating the checksum | luke | 2006-02-08 | 3 | -7/+26 |
* | replacing all occurences of "is_a?" in the parser with "instance_of?" | luke | 2006-02-08 | 2 | -46/+46 |
* | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 3 | -7/+7 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 11 | -142/+337 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 7 | -152/+220 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 11 | -57/+241 |
* | Fix snippet_componentmetaparams test | lutter | 2006-02-07 | 1 | -1/+1 |
* | Temporary commit; configs now can be converted to manifests | luke | 2006-02-07 | 1 | -1/+68 |
* | Config files now seem to work, so I am ready to start incorporating them. | luke | 2006-02-07 | 1 | -45/+164 |