summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* getting rid of the parser tree, and moving everything into the language dirluke2006-04-043-0/+0
* loading yumrepo in the test, since it is not being loaded in the main codeluke2006-04-041-0/+1
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-049-33/+37
* 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-048-57/+114
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-045-362/+429
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-047-10/+61
* Finally! We now have mount support in OS X. Ouch.luke2006-04-043-27/+111
* Adding netinfo type and some testsluke2006-04-033-160/+156
* 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-034-7/+29
* changing ssldir perms to 771, so non-root users can write to subdirs if they ...luke2006-04-031-1/+1
* 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-033-0/+67
* making a small change to the test, so failures are more informativeluke2006-04-021-1/+1
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-026-62/+114
* adding mkdir equivalent of Config#writeluke2006-04-022-0/+47
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-023-1/+66
* fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to...luke2006-04-013-0/+6
* renaming filesystem to mountluke2006-04-012-66/+66
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-015-34/+487
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-315-294/+381
* Accept a single file as a test to run in addition to a directorylutter2006-03-311-15/+17
* Remove unused should method; add more yum parameters to the typelutter2006-03-311-5/+62
* Disbale running puppetmaster as puppet until we've sorted out which fileslutter2006-03-312-0/+43
* New yumrepo type for basic management of the yum configuration oflutter2006-03-315-1/+299
* Adding os x group management supportluke2006-03-223-2/+94
* Committing support for group membership management. Currently only works on ...luke2006-03-226-2/+193
* commiting package test fix that i thought i committed ages agoluke2006-03-221-0/+2
* Simplified as yum install can be used for both install and updatelutter2006-03-161-23/+3
* updating changelog for 0.15.1luke2006-03-151-0/+4
* Fixing #100. I just added a bit of a hack to configuration parsing -- if a g...luke2006-03-152-0/+29
* Using differents commands with yum depending on whether the package is curren...luke2006-03-151-1/+11
* Removing ruby as a dependency, since too many packaging systems will have ins...luke2006-03-141-1/+0
* Fixing service enable/disable on solaris 10, and fixing some problems with th...luke2006-03-144-29/+35
* Converted everything over for Puppet. The Rakefile is, um, a *lot* shorter. :)luke2006-03-141-464/+37
* This version appears to work well with epm stuffluke2006-03-141-4/+7
* removing dos EOL charsluke2006-03-141-303/+303
* Minor changes from Fedora Extras reviewlutter2006-03-141-1/+10
* Don't mark puppetmaster for start by default; makes rpmlint happierlutter2006-03-141-1/+1
* Add little snippet on passing an additional option during system boot, but le...lutter2006-03-141-0/+5
* adding sbin directoryluke2006-03-141-36/+33
* Committing the EPM support. I am in the process of moving this to a common l...luke2006-03-131-0/+12
* Adding EPM package building.luke2006-03-132-5/+58
* Updated to version 0.15.0luke2006-03-132-2/+2
* Updating changelog for 0.15.0.luke2006-03-131-4/+17
* fixing small bug in the test code when there are no packages to testluke2006-03-131-1/+2
* Adding upgrade ability to sun packages. Currently it removes the old package...luke2006-03-132-63/+92