summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Disable yumrepo type since it won't work with the FC5 repo fileslutter2006-04-041-1/+2
* Fixing #108luke2006-04-041-5/+1
* adding -e ability to puppet executableluke2006-04-044-40/+65
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-044-362/+345
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-045-10/+21
* Finally! We now have mount support in OS X. Ouch.luke2006-04-042-11/+85
* Adding netinfo type and some testsluke2006-04-031-0/+60
* eliminating some debugging, and removing a small redundancy bug in nameserver.rbluke2006-04-033-11/+19
* Fixing authstore to use an array for ordering, rather than a hash, duh.luke2006-04-031-4/+6
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-032-5/+18
* Fixing a logging bug that apparently resulted from logging changes a while ago.luke2006-04-031-2/+1
* Adding apple package support, but it is very limited -- packages can only be ...luke2006-04-032-0/+29
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-024-45/+75
* adding mkdir equivalent of Config#writeluke2006-04-021-0/+17
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-021-1/+27
* fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to...luke2006-04-012-0/+5
* renaming filesystem to mountluke2006-04-011-16/+16
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-013-34/+222
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-315-294/+381
* Remove unused should method; add more yum parameters to the typelutter2006-03-311-5/+62
* New yumrepo type for basic management of the yum configuration oflutter2006-03-312-1/+206
* Adding os x group management supportluke2006-03-222-2/+93
* Committing support for group membership management. Currently only works on ...luke2006-03-223-0/+83
* 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
* 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
* making case statements not create a new scopeluke2006-03-061-1/+1