| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merging symlinks back into files. Symlinks still exist but with a warning ab... | luke | 2006-03-10 | 5 | -48/+155 |
* | Parameters and states can now register regexes as allowed values. Also, ther... | luke | 2006-03-09 | 4 | -56/+135 |
* | Fixing #95. I had to redesign how events were triggered; the transaction now... | luke | 2006-03-09 | 4 | -127/+44 |
* | Creating a single, constistent method for writing files, instead of having :e... | luke | 2006-03-09 | 4 | -177/+81 |
* | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 2 | -45/+18 |
* | Fixing #97. I was wrong about the object type I had, so I was calling "type"... | luke | 2006-03-09 | 1 | -1/+1 |
* | lowering the log output for nonexistent files | luke | 2006-03-08 | 1 | -1/+1 |
* | making case statements not create a new scope | luke | 2006-03-06 | 1 | -1/+1 |
* | fixing some more logging issues | luke | 2006-03-06 | 4 | -7/+14 |
* | Making some logging changes, and fixing a small bug in group management on mi... | luke | 2006-03-06 | 3 | -10/+7 |
* | Fixing yum listing bug, and caching the "latest" value so it is not asked for... | luke | 2006-03-06 | 3 | -7/+19 |
* | Committing the last changes, for now, to handling links. You still cannot co... | luke | 2006-03-06 | 8 | -68/+137 |
* | Adding "links" parameter to files, and adding support for following or ignori... | luke | 2006-03-04 | 8 | -21/+68 |
* | Switching from using "evaluate" to using "retrieve" when getting checksum val... | luke | 2006-03-03 | 1 | -6/+13 |
* | Fixing logging in the fileserver so it is always obvious where the logs are o... | luke | 2006-03-03 | 3 | -38/+51 |
* | fixing deprecation notice about services using "ensure" instead of "running" | luke | 2006-03-03 | 1 | -2/+2 |
* | removing extraneous debugging | luke | 2006-03-03 | 1 | -1/+0 |
* | fixing the mode of the yaml file | luke | 2006-03-03 | 1 | -1/+3 |
* | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 4 | -220/+237 |
* | 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 |
* | 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 | 11 | -47/+187 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 18 | -297/+353 |
* | Adding metadata to defaults | luke | 2006-03-01 | 2 | -18/+35 |
* | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 6 | -38/+38 |
* | 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 |
* | 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 |