| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding redhat service type, to support enabling and disabling a service | luke | 2006-02-24 | 1 | -15/+70 |
* | Fixing package types so you can specify the package type manually in a manifest | luke | 2006-02-24 | 1 | -0/+9 |
* | Generate an error if the pattern for an import statement matches no file. | lutter | 2006-02-23 | 1 | -0/+15 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 2 | -4/+24 |
* | Changing transactions to be one-stage instead of two, and changing most of th... | luke | 2006-02-16 | 3 | -4/+24 |
* | Removed some of the autorequire stuff from :exec because it created untenable... | luke | 2006-02-16 | 1 | -2/+35 |
* | Adding logoutput parameter to :exec | luke | 2006-02-16 | 1 | -0/+28 |
* | Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ... | luke | 2006-02-15 | 4 | -6/+30 |
* | Tracked down a few other bugs; everything now passes on debian in preparation... | luke | 2006-02-15 | 3 | -2/+121 |
* | Fixing users so that they can use a group created by Puppet, and they also no... | luke | 2006-02-15 | 2 | -2/+54 |
* | Some important bug fixes in the parsedtypes types; this all started from the ... | luke | 2006-02-15 | 4 | -11/+170 |
* | Committing the initial ldap support -- puppet can now look up node configurat... | luke | 2006-02-14 | 1 | -0/+86 |
* | Adding --enable/--disable locking for puppetd. You can now disable puppetd f... | luke | 2006-02-14 | 1 | -0/+72 |
* | Adding a general "check" mechanism to :exec, so it is now terribly easy to de... | luke | 2006-02-13 | 1 | -1/+45 |
* | Correcting some path problems with symlink, and changing "target" state to "e... | luke | 2006-02-13 | 1 | -3/+3 |
* | updating changelog and docs for :alias | luke | 2006-02-13 | 1 | -2/+0 |
* | Fixing some problems with cron tab management, and creating Puppet::Util.{u,g... | luke | 2006-02-13 | 1 | -0/+41 |
* | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 2 | -1/+34 |
* | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 4 | -6/+45 |
* | Fixing the conflict between ensure and source. Ironically I had already made... | luke | 2006-02-08 | 2 | -0/+44 |
* | Checksums now get correctly updated for both the ensure and content state whe... | luke | 2006-02-08 | 1 | -0/+41 |
* | first bug fixed, where sources were not updating the checksum | luke | 2006-02-08 | 1 | -0/+22 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 16 | -76/+145 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -11/+102 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 6 | -14/+18 |
* | Temporary commit; configs now can be converted to manifests | luke | 2006-02-07 | 1 | -2/+18 |
* | Config files now seem to work, so I am ready to start incorporating them. | luke | 2006-02-07 | 2 | -3/+96 |
* | committing test code for bug lutter found | luke | 2006-02-07 | 1 | -0/+6 |
* | Fixing a significant performance bug in file recursion, and trying to help pe... | luke | 2006-01-31 | 2 | -22/+10 |
* | Fixing class storage -- it was not working for nodescopes | luke | 2006-01-30 | 1 | -1/+0 |
* | RPM release is almost entirely there, it just needs to be integrated into rel... | luke | 2006-01-25 | 1 | -0/+44 |
* | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 2 | -1/+7 |
* | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 10 | -117/+392 |
* | Modifying docs, and adding scheduling hooks | luke | 2006-01-20 | 1 | -3/+0 |
* | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -2/+31 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 2 | -0/+15 |
* | Adding openbsd packaging support | luke | 2006-01-17 | 1 | -2/+4 |
* | Fixing problems where objects were passing @parameters[:param] objects, inste... | luke | 2006-01-17 | 1 | -2/+0 |
* | Adding an "ensure" state where appropriate, and significantly reworking the b... | luke | 2006-01-17 | 15 | -43/+81 |
* | Added "ensure" state to some classes, and added infrastructure for it to work... | luke | 2006-01-16 | 10 | -53/+103 |
* | Adding sshkey class plus tests, and adding "aggregatable" methods to type.rb | luke | 2006-01-14 | 1 | -0/+121 |
* | Adding another host to the test lists, adding some test data, and modifying h... | luke | 2006-01-14 | 7 | -16/+615 |
* | Added "finish" method, using it in Type.finalize, and moved autorequire and s... | luke | 2006-01-13 | 2 | -1/+29 |
* | Changing host and port aliases to also create Puppet aliases. This involved ... | luke | 2006-01-13 | 2 | -5/+20 |
* | Fixing up the parsedtypes, fixing Type.eachtype to ignore structure types | luke | 2006-01-13 | 3 | -4/+99 |
* | Adding /etc/services support | luke | 2006-01-13 | 2 | -29/+78 |
* | finalizing cron and host management, hopefully | luke | 2006-01-13 | 2 | -5/+3 |
* | Abstracting host support so it should easily support other types | luke | 2006-01-13 | 2 | -41/+21 |
* | Adding initial host support. I can promise that this will soon (hopefully al... | luke | 2006-01-12 | 1 | -0/+93 |
* | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 10 | -44/+115 |