| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only setting group or owner on config files when running as root | luke | 2006-03-03 | 1 | -3/+8 |
* | logging config changes at debug, instead of the normal log level | luke | 2006-03-03 | 2 | -1/+5 |
* | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 2 | -15/+5 |
* | upgrading to warning the message about using a cached copy | luke | 2006-03-02 | 1 | -1/+1 |
* | Updated to version 0.13.6 | luke | 2006-03-02 | 1 | -1/+1 |
* | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 3 | -2/+4 |
* | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 12 | -49/+188 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 19 | -311/+372 |
* | Adding metadata to defaults | luke | 2006-03-01 | 3 | -52/+103 |
* | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 7 | -115/+71 |
* | Intermediate commit; setdefaults now accepts both hashes and arrays | luke | 2006-03-01 | 1 | -43/+93 |
* | Fixing user and group management in the config handling. | luke | 2006-02-28 | 1 | -18/+22 |
* | adding a connect log to the master server | luke | 2006-02-28 | 1 | -2/+2 |
* | Fixing #70. We now have user and group management on FreeBSD. | luke | 2006-02-28 | 5 | -2/+103 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 4 | -147/+276 |
* | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+7 |
* | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 3 | -6/+20 |
* | Fixing bug #75, providing support for unnecessary end commas. | luke | 2006-02-27 | 2 | -118/+128 |
* | Removing all of the autoname code | luke | 2006-02-27 | 5 | -37/+4 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 24 | -180/+344 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 2 | -8/+12 |
* | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 4 | -90/+75 |
* | 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 |
* | Updated to version 0.13.5 | luke | 2006-02-24 | 1 | -1/+1 |
* | 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 |
* | Updated to version 0.13.4 | luke | 2006-02-23 | 1 | -1/+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 |
* | Updated to version 0.13.2 | luke | 2006-02-15 | 1 | -1/+1 |
* | 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 |