summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified as yum install can be used for both install and updatelutter2006-03-161-23/+3
* Fixing #100. I just added a bit of a hack to configuration parsing -- if a g...luke2006-03-151-0/+8
* Using differents commands with yum depending on whether the package is curren...luke2006-03-151-1/+11
* Fixing service enable/disable on solaris 10, and fixing some problems with th...luke2006-03-143-27/+31
* Updated to version 0.15.0luke2006-03-131-1/+1
* Adding upgrade ability to sun packages. Currently it removes the old package...luke2006-03-131-35/+52
* Fixing small bug in symlink recursionluke2006-03-121-2/+1
* Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same...luke2006-03-122-51/+7
* 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-125-24/+70
* 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-122-27/+36
* Fixing #82. You can now specify comma-separated tags to get run in puppet or...luke2006-03-113-3/+51
* 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-111-4/+5
* 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-104-54/+131
* Merging symlinks back into files. Symlinks still exist but with a warning ab...luke2006-03-105-48/+155
* Parameters and states can now register regexes as allowed values. Also, ther...luke2006-03-094-56/+135
* Fixing #95. I had to redesign how events were triggered; the transaction now...luke2006-03-094-127/+44
* Creating a single, constistent method for writing files, instead of having :e...luke2006-03-094-177/+81
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-092-45/+18
* 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-061-1/+1
* 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-061-1/+1
* Fixing yum listing bug, and caching the "latest" value so it is not asked for...luke2006-03-063-7/+19
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-068-68/+137
* Adding "links" parameter to files, and adding support for following or ignori...luke2006-03-048-21/+68
* 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-033-38/+51
* 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-034-220/+237
* 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-032-15/+5
* upgrading to warning the message about using a cached copyluke2006-03-021-1/+1
* Updated to version 0.13.6luke2006-03-021-1/+1
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-023-2/+4
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-0212-49/+188
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-0219-311/+372