| Commit message (Expand) | Author | Age | Files | Lines |
* | adding some comments | luke | 2006-01-03 | 3 | -1/+20 |
* | removing "host" as a keyword; it was an alias for "node" | luke | 2006-01-03 | 1 | -1/+0 |
* | converting storage from Marshal to YAML | luke | 2006-01-03 | 4 | -38/+54 |
* | adding Util.lock, and switching storage to using it | luke | 2006-01-02 | 3 | -20/+56 |
* | removing any direct references to /tmp in tests | luke | 2005-11-24 | 16 | -68/+46 |
* | fixing files being put directly into tmp | luke | 2005-11-24 | 1 | -4/+4 |
* | removing ruby shebang at the top of all of the files | luke | 2005-11-23 | 11 | -39/+22 |
* | final updates for 0.9.2 | luke | 2005-11-22 | 1 | -1/+1 |
* | updates | luke | 2005-11-22 | 2 | -1/+2 |
* | removing marks | luke | 2005-11-22 | 2 | -2/+0 |
* | fixing tests to work from any CWD | luke | 2005-11-22 | 2 | -8/+18 |
* | fixing incredibly annoying bug where os x returns stupidly large uid when uid... | luke | 2005-11-22 | 3 | -20/+35 |
* | updates from os x | luke | 2005-11-22 | 2 | -1/+4 |
* | updates | luke | 2005-11-22 | 6 | -6/+10 |
* | adding cfengine module, which required passing the cfengine classes all the w... | luke | 2005-11-17 | 6 | -4/+276 |
* | fixing filesources so that the first found file is copied, and adding a test ... | luke | 2005-11-16 | 3 | -3/+42 |
* | fixing puppet to default to using the console for output | luke | 2005-11-16 | 1 | -0/+2 |
* | Mostly fixing exec so it either captures stderr or runs as a user; Process.eu... | luke | 2005-11-16 | 3 | -30/+31 |
* | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 28 | -123/+271 |
* | Adding "isomorphic?" method to classes, and testing for isomorphism before th... | luke | 2005-11-02 | 5 | -22/+46 |
* | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 22 | -166/+443 |
* | Making paths work a little more intelligently | luke | 2005-11-01 | 7 | -177/+196 |
* | adding config file stuff, but not using it yet. I have decided to release th... | luke | 2005-10-31 | 3 | -0/+154 |
* | Cleaning up tests resulting from the changes to the parser | luke | 2005-10-30 | 9 | -34/+22 |
* | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 6 | -162/+386 |
* | Fixed merging of state values, but I have not yet solved merging of parameter... | luke | 2005-10-29 | 6 | -102/+152 |
* | Protecting from bug in Syslog, and fixing some more log messages | luke | 2005-10-29 | 9 | -69/+104 |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 5 | -28/+35 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 20 | -189/+554 |
* | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 40 | -165/+240 |
* | adding tags and path accessors | luke | 2005-10-26 | 2 | -3/+29 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 9 | -87/+134 |
* | fixing sources so that they always have a corresponding checksum state | luke | 2005-10-23 | 4 | -15/+61 |
* | files and directories are now created as the correct user and group if they a... | luke | 2005-10-23 | 7 | -46/+88 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 15 | -74/+459 |
* | fixing certmgr tests | luke | 2005-10-22 | 1 | -12/+4 |
* | Getting rid of the tc_ prefix to test cases | luke | 2005-10-22 | 47 | -11/+3 |
* | general cleanup, as i move towards running it locally | luke | 2005-10-22 | 8 | -10/+67 |
* | fixing path to facter | luke | 2005-10-21 | 2 | -2/+4 |
* | Apt-cache was showing more information that I thought, so I had to redo how I... | luke | 2005-10-21 | 3 | -38/+56 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 25 | -123/+193 |
* | adding better docs to packages | luke | 2005-10-20 | 1 | -1/+5 |
* | "latest" is now a valid value for packages, and yum support is also included | luke | 2005-10-20 | 7 | -47/+245 |
* | making service changes; it is still basically non-functional except in the de... | luke | 2005-10-13 | 10 | -132/+169 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 10 | -38/+155 |
* | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 6 | -25/+161 |
* | switching test classes back to modules -- making them classes causes too many... | luke | 2005-10-03 | 39 | -44/+86 |
* | removing the redundant pfile from the pfile state file names | luke | 2005-10-02 | 8 | -7/+7 |
* | Switched @should to an array, so all objects can now handle that. I have not... | luke | 2005-10-02 | 27 | -1088/+1112 |
* | added overrides ability | luke | 2005-10-01 | 3 | -54/+198 |