summaryrefslogtreecommitdiffstats
path: root/lib/puppet/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-121-0/+36
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-1/+7
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-021-0/+5
* 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 #100. I just added a bit of a hack to configuration parsing -- if a g...luke2006-03-151-0/+8
* Fixing #82. You can now specify comma-separated tags to get run in puppet or...luke2006-03-111-1/+1
* 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-031-0/+4
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-0/+1
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-8/+8
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-38/+109
* Adding metadata to defaultsluke2006-03-011-18/+26
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-6/+6
* Intermediate commit; setdefaults now accepts both hashes and arraysluke2006-03-011-43/+93
* Fixing user and group management in the config handling.luke2006-02-281-18/+22
* Removing all of the autoname codeluke2006-02-271-2/+0
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-28/+194
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-98/+138
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-18/+125
* Temporary commit; configs now can be converted to manifestsluke2006-02-071-1/+68
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-071-45/+164
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-251-1/+52
* Modifying docs, and adding scheduling hooksluke2006-01-201-1/+1
* adding config file stuff, but not using it yet. I have decided to release th...luke2005-10-311-0/+49