| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing bug related to recursion testing | luke | 2006-03-12 | 1 | -1/+3 |
| * | Fixing rpms so they will automatically upgrade when you point Puppet to a new... | luke | 2006-03-12 | 4 | -27/+93 |
| * | fixing broken test from my previous change | luke | 2006-03-11 | 1 | -1/+1 |
| * | Fixing #82. You can now specify comma-separated tags to get run in puppet or... | luke | 2006-03-11 | 4 | -4/+118 |
| * | Supporting rpm installs when a package source is specified | luke | 2006-03-11 | 1 | -5/+12 |
| * | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 2 | -6/+9 |
| * | Fixing small bug when autorequire returns an object instead of a string | luke | 2006-03-10 | 1 | -0/+5 |
| * | There was a critical design flaw in the link recursion work I did previously,... | luke | 2006-03-10 | 5 | -54/+136 |
| * | Merging symlinks back into files. Symlinks still exist but with a warning ab... | luke | 2006-03-10 | 9 | -53/+304 |
| * | Parameters and states can now register regexes as allowed values. Also, ther... | luke | 2006-03-09 | 7 | -56/+360 |
| * | Fixing #95. I had to redesign how events were triggered; the transaction now... | luke | 2006-03-09 | 5 | -127/+95 |
| * | Creating a single, constistent method for writing files, instead of having :e... | luke | 2006-03-09 | 5 | -177/+100 |
| * | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 4 | -45/+85 |
| * | 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 |
| * | Updated to version 0.14.1 | luke | 2006-03-06 | 2 | -2/+2 |
| * | updating changelog for 0.14.1 | luke | 2006-03-06 | 1 | -0/+4 |
| * | 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 |
| * | Updated to version 0.14.0 | luke | 2006-03-06 | 2 | -2/+2 |
| * | Fixing yum listing bug, and caching the "latest" value so it is not asked for... | luke | 2006-03-06 | 4 | -7/+26 |
| * | Committing the last changes, for now, to handling links. You still cannot co... | luke | 2006-03-06 | 12 | -110/+258 |
| * | Adding "links" parameter to files, and adding support for following or ignori... | luke | 2006-03-04 | 9 | -22/+181 |
| * | removing group ownership of the state file; I realized that the server does n... | luke | 2006-03-04 | 1 | -1/+0 |
| * | 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 | 4 | -39/+52 |
| * | 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 | 7 | -221/+265 |
| * | renaming | luke | 2006-03-03 | 1 | -0/+0 |
| * | 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 | 4 | -28/+68 |
| * | 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 | 2 | -2/+2 |
| * | updating changelog for 0.13.6 | luke | 2006-03-02 | 1 | -0/+7 |
| * | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 8 | -77/+37 |
| * | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 18 | -55/+267 |
| * | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 33 | -366/+590 |
| * | Remove hte fedora-usermgmt stuff. As it turns out, it's not a Fedora Extras r... | lutter | 2006-03-02 | 1 | -4/+8 |
| * | 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 | 8 | -137/+121 |
| * | Intermediate commit; setdefaults now accepts both hashes and arrays | luke | 2006-03-01 | 2 | -43/+117 |
| * | Fixing user and group management in the config handling. | luke | 2006-02-28 | 2 | -19/+47 |
| * | 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 | 6 | -2/+106 |
| * | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 7 | -157/+319 |
| * | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 2 | -2/+26 |