summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Committing support for group membership management. Currently only works on ...luke2006-03-221-1/+1
* Updated to version 0.15.0luke2006-03-131-1/+1
* Updated to version 0.14.1luke2006-03-061-1/+1
* Updated to version 0.14.0luke2006-03-061-1/+1
* removing group ownership of the state file; I realized that the server does n...luke2006-03-041-1/+0
* Updated to version 0.13.6luke2006-03-021-1/+1
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-2/+1
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-14/+19
* Adding metadata to defaultsluke2006-03-011-34/+68
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-77/+33
* Updated to version 0.13.5luke2006-02-241-1/+1
* Updated to version 0.13.4luke2006-02-231-1/+1
* Updated to version 0.13.2luke2006-02-151-1/+1
* Updated to version 0.13.1luke2006-02-131-1/+1
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-121-3/+4
* Updated to version 0.13.0luke2006-02-081-1/+1
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-27/+82
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-103/+115
* Fixing class storage -- it was not working for nodescopesluke2006-01-301-1/+1
* Updated to version 0.12.0luke2006-01-251-1/+1
* Small mods to the packaging stuffluke2006-01-251-1/+1
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-251-1/+1
* Fixing some logging issuesluke2006-01-241-1/+1
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-38/+23
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-1/+4
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-0/+12
* Updated to version 0.11.2luke2006-01-181-1/+1
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-2/+10
* Updated to version 0.11.1luke2006-01-171-1/+1
* Updated to version 0.11.0luke2006-01-171-1/+1
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-161-14/+4
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-1/+2
* Updated to version 0.10.2luke2006-01-121-1/+1
* Updated to version 0.10.1luke2006-01-111-1/+1
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-111-0/+1
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-4/+11
* Updated to version 0.10.0luke2006-01-091-1/+1
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+21
* Undoing the merge that happened in 785luke2006-01-071-19/+0
* Merging in refactoring from version 774 into version 784luke2006-01-071-0/+19
* Updated to version 0.9.4luke2006-01-041-1/+1
* Updated to version 0.9.3luke2006-01-031-1/+1
* final updates for 0.9.2luke2005-11-221-1/+1
* updatesluke2005-11-221-1/+1
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-3/+3
* Making paths work a little more intelligentlyluke2005-11-011-3/+1
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-7/+2
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-1/+8
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-231-1/+2
* Nodes now support inheritance, for better or for worse.luke2005-09-231-2/+2