summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding upgrade ability to sun packages. Currently it removes the old package...luke2006-03-132-63/+92
* Changing the way the hosttest output is handledluke2006-03-131-4/+1
* adding some extra info to the ldap testluke2006-03-131-2/+7
* Fixing fileserver tests; apparently they were still broken from when i change...luke2006-03-121-28/+28
* Fixing small bug in symlink recursionluke2006-03-122-3/+3
* Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same...luke2006-03-123-51/+40
* Ooops, did not save the docs before committing.luke2006-03-121-1/+28
* Fixing #98. Filebuckets now work throughout the system, and the puppetmaster...luke2006-03-127-41/+76
* reducing the log level for checksum warning about symlinks, really this timeluke2006-03-121-1/+1
* reducing the log level for checksum warning about symlinksluke2006-03-121-1/+1
* Adding enhancement #92. Unfortunately, I was not able to write test code to ...luke2006-03-121-3/+19
* Fixing bug related to recursion testingluke2006-03-121-1/+3
* Fixing rpms so they will automatically upgrade when you point Puppet to a new...luke2006-03-124-27/+93
* fixing broken test from my previous changeluke2006-03-111-1/+1
* Fixing #82. You can now specify comma-separated tags to get run in puppet or...luke2006-03-114-4/+118
* Supporting rpm installs when a package source is specifiedluke2006-03-111-5/+12
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-112-6/+9
* Fixing small bug when autorequire returns an object instead of a stringluke2006-03-101-0/+5
* There was a critical design flaw in the link recursion work I did previously,...luke2006-03-105-54/+136
* Merging symlinks back into files. Symlinks still exist but with a warning ab...luke2006-03-109-53/+304
* Parameters and states can now register regexes as allowed values. Also, ther...luke2006-03-097-56/+360
* Fixing #95. I had to redesign how events were triggered; the transaction now...luke2006-03-095-127/+95
* Creating a single, constistent method for writing files, instead of having :e...luke2006-03-095-177/+100
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-094-45/+85
* Fixing #97. I was wrong about the object type I had, so I was calling "type"...luke2006-03-091-1/+1
* lowering the log output for nonexistent filesluke2006-03-081-1/+1
* Updated to version 0.14.1luke2006-03-062-2/+2
* updating changelog for 0.14.1luke2006-03-061-0/+4
* making case statements not create a new scopeluke2006-03-061-1/+1
* fixing some more logging issuesluke2006-03-064-7/+14
* Making some logging changes, and fixing a small bug in group management on mi...luke2006-03-063-10/+7
* Updated to version 0.14.0luke2006-03-062-2/+2
* Fixing yum listing bug, and caching the "latest" value so it is not asked for...luke2006-03-064-7/+26
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-0612-110/+258
* Adding "links" parameter to files, and adding support for following or ignori...luke2006-03-049-22/+181
* removing group ownership of the state file; I realized that the server does n...luke2006-03-041-1/+0
* Switching from using "evaluate" to using "retrieve" when getting checksum val...luke2006-03-031-6/+13
* Fixing logging in the fileserver so it is always obvious where the logs are o...luke2006-03-034-39/+52
* fixing deprecation notice about services using "ensure" instead of "running"luke2006-03-031-2/+2
* removing extraneous debuggingluke2006-03-031-1/+0
* fixing the mode of the yaml fileluke2006-03-031-1/+3
* Supporting variables as the test value in both case statements and selectors.luke2006-03-037-221/+265
* renamingluke2006-03-031-0/+0
* Only setting group or owner on config files when running as rootluke2006-03-031-3/+8
* logging config changes at debug, instead of the normal log levelluke2006-03-032-1/+5
* Definitions now always create their own context, which means that they cannot...luke2006-03-034-28/+68
* upgrading to warning the message about using a cached copyluke2006-03-021-1/+1
* Updated to version 0.13.6luke2006-03-022-2/+2
* updating changelog for 0.13.6luke2006-03-021-0/+7
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-028-77/+37