| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #324. Mkusers was not specifically ignoring the root user, and it is ... | luke | 2006-11-09 | 1 | -0/+3 |
* | Adding the ability to have hooks for configuration parameters. This will sim... | luke | 2006-10-16 | 1 | -0/+9 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -15/+20 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -6/+6 |
* | Removing the no-longer-necessary type/nameservice info -- it is all in the pr... | luke | 2006-09-19 | 1 | -6/+12 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -0/+2 |
* | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -0/+1 |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 1 | -2/+2 |
* | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 1 | -1/+3 |
* | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 2006-07-21 | 1 | -25/+70 |
* | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2006-07-21 | 1 | -5/+6 |
* | Adding tests for previous config bugfixes, and updating changelog | luke | 2006-07-11 | 1 | -14/+25 |
* | Fixing weird case involving interpolating config params in a URL | luke | 2006-07-11 | 1 | -1/+2 |
* | Fixing weird cases where configs might think non-files could be files | luke | 2006-07-11 | 1 | -2/+2 |
* | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -0/+4 |
* | Fixing #169. Tags are ignored during config. | luke | 2006-06-13 | 1 | -0/+8 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -1/+1 |
* | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 1 | -7/+14 |
* | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 1 | -1/+3 |
* | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 1 | -0/+36 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -1/+7 |
* | Added a test for Type#remove, and fixed the method so it actually works. I wa... | luke | 2006-04-02 | 1 | -0/+5 |
* | adding mkdir equivalent of Config#write | luke | 2006-04-02 | 1 | -0/+17 |
* | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 1 | -1/+27 |
* | Fixing #100. I just added a bit of a hack to configuration parsing -- if a g... | luke | 2006-03-15 | 1 | -0/+8 |
* | Fixing #82. You can now specify comma-separated tags to get run in puppet or... | luke | 2006-03-11 | 1 | -1/+1 |
* | Only setting group or owner on config files when running as root | luke | 2006-03-03 | 1 | -3/+8 |
* | logging config changes at debug, instead of the normal log level | luke | 2006-03-03 | 1 | -0/+4 |
* | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 1 | -0/+1 |
* | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 1 | -8/+8 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 1 | -38/+109 |
* | Adding metadata to defaults | luke | 2006-03-01 | 1 | -18/+26 |
* | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 1 | -6/+6 |
* | Intermediate commit; setdefaults now accepts both hashes and arrays | luke | 2006-03-01 | 1 | -43/+93 |
* | Fixing user and group management in the config handling. | luke | 2006-02-28 | 1 | -18/+22 |
* | Removing all of the autoname code | luke | 2006-02-27 | 1 | -2/+0 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -28/+194 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -98/+138 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -18/+125 |
* | Temporary commit; configs now can be converted to manifests | luke | 2006-02-07 | 1 | -1/+68 |
* | Config files now seem to work, so I am ready to start incorporating them. | luke | 2006-02-07 | 1 | -45/+164 |
* | RPM release is almost entirely there, it just needs to be integrated into rel... | luke | 2006-01-25 | 1 | -1/+52 |
* | Modifying docs, and adding scheduling hooks | luke | 2006-01-20 | 1 | -1/+1 |
* | adding config file stuff, but not using it yet. I have decided to release th... | luke | 2005-10-31 | 1 | -0/+49 |