| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 1 | -1/+2 |
| * | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 2 | -13/+63 |
| * | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 5 | -75/+33 |
| * | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 5 | -4/+70 |
| * | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 14 | -55/+218 |
| * | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 1 | -22/+50 |
| * | Intermediate commit; setdefaults now accepts both hashes and arrays | luke | 2006-03-01 | 1 | -0/+24 |
| * | Fixing user and group management in the config handling. | luke | 2006-02-28 | 1 | -1/+25 |
| * | Fixing #70. We now have user and group management on FreeBSD. | luke | 2006-02-28 | 1 | -0/+3 |
| * | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 3 | -10/+43 |
| * | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+19 |
| * | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 1 | -4/+14 |
| * | Fixing bug #75, providing support for unnecessary end commas. | luke | 2006-02-27 | 1 | -0/+13 |
| * | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 8 | -45/+54 |
| * | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 3 | -7/+121 |
| * | 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 |