| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updating Puppet to work with the new Facter | luke | 2006-01-09 | 4 | -24/+26 |
* | Updated to version 0.10.0 | luke | 2006-01-09 | 1 | -1/+1 |
* | All tests pass now, although the lack of service support on os x means that i... | luke | 2006-01-09 | 5 | -13/+35 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 47 | -3479/+3772 |
* | Undoing the merge that happened in 785 | luke | 2006-01-07 | 47 | -3757/+3365 |
* | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 47 | -3365/+3757 |
* | Updated to version 0.9.4 | luke | 2006-01-04 | 1 | -1/+1 |
* | Disabling most documentation generation except for the API docs, and wrapping... | luke | 2006-01-04 | 1 | -40/+41 |
* | Updated to version 0.9.3 | luke | 2006-01-03 | 1 | -1/+1 |
* | some updates to the typegen stuff, even though i may still not use it | luke | 2006-01-03 | 3 | -280/+164 |
* | Fixing two reported bugs in cron jobs. Cron jobs correctly change when field... | luke | 2006-01-03 | 1 | -141/+202 |
* | 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 | 2 | -37/+45 |
* | adding Util.lock, and switching storage to using it | luke | 2006-01-02 | 2 | -20/+35 |
* | 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 | 1 | -1/+1 |
* | fixing incredibly annoying bug where os x returns stupidly large uid when uid... | luke | 2005-11-22 | 2 | -18/+33 |
* | adding cfengine module, which required passing the cfengine classes all the w... | luke | 2005-11-17 | 3 | -2/+19 |
* | fixing filesources so that the first found file is copied, and adding a test ... | luke | 2005-11-16 | 1 | -2/+8 |
* | Mostly fixing exec so it either captures stderr or runs as a user; Process.eu... | luke | 2005-11-16 | 2 | -25/+30 |
* | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 10 | -63/+150 |
* | 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 | 16 | -149/+241 |
* | Making paths work a little more intelligently | luke | 2005-11-01 | 5 | -20/+35 |
* | adding config file stuff, but not using it yet. I have decided to release th... | luke | 2005-10-31 | 2 | -0/+50 |
* | Cleaning up tests resulting from the changes to the parser | luke | 2005-10-30 | 3 | -9/+12 |
* | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 3 | -48/+147 |
* | Fixed merging of state values, but I have not yet solved merging of parameter... | luke | 2005-10-29 | 3 | -66/+90 |
* | Protecting from bug in Syslog, and fixing some more log messages | luke | 2005-10-29 | 7 | -66/+79 |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 4 | -23/+20 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 12 | -122/+289 |
* | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 30 | -141/+173 |
* | adding tags and path accessors | luke | 2005-10-26 | 1 | -2/+9 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 7 | -87/+92 |
* | fixing sources so that they always have a corresponding checksum state | luke | 2005-10-23 | 2 | -13/+23 |
* | files and directories are now created as the correct user and group if they a... | luke | 2005-10-23 | 4 | -42/+54 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 9 | -55/+224 |
* | general cleanup, as i move towards running it locally | luke | 2005-10-22 | 7 | -6/+66 |
* | Apt-cache was showing more information that I thought, so I had to redo how I... | luke | 2005-10-21 | 2 | -9/+21 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 15 | -99/+124 |
* | 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 | 6 | -29/+184 |
* | making service changes; it is still basically non-functional except in the de... | luke | 2005-10-13 | 5 | -112/+140 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 8 | -35/+147 |
* | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 3 | -10/+67 |
* | 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 | 19 | -1046/+1079 |
* | added overrides ability | luke | 2005-10-01 | 2 | -54/+84 |