summaryrefslogtreecommitdiffstats
path: root/lib/puppet/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #324. Mkusers was not specifically ignoring the root user, and it is ...luke2006-11-091-0/+3
* Adding the ability to have hooks for configuration parameters. This will sim...luke2006-10-161-0/+9
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-15/+20
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-6/+6
* Removing the no-longer-necessary type/nameservice info -- it is all in the pr...luke2006-09-191-6/+12
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-0/+2
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-0/+1
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-2/+2
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-1/+3
* Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l...luke2006-07-211-25/+70
* Adding timeout functionality to the ParsedFile class, in preparation to addin...luke2006-07-211-5/+6
* Adding tests for previous config bugfixes, and updating changelogluke2006-07-111-14/+25
* Fixing weird case involving interpolating config params in a URLluke2006-07-111-1/+2
* Fixing weird cases where configs might think non-files could be filesluke2006-07-111-2/+2
* Adding HUP and USR1 hooksluke2006-06-261-0/+4
* Fixing #169. Tags are ignored during config.luke2006-06-131-0/+8
* A round of bug-fixing in preparation for the next release.luke2006-06-131-1/+1
* Fixing #167. Started with the submitted patch and made a few more modificati...luke2006-06-081-7/+14
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-1/+3
* 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