summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding some commentsluke2006-01-033-1/+20
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
* converting storage from Marshal to YAMLluke2006-01-034-38/+54
* adding Util.lock, and switching storage to using itluke2006-01-023-20/+56
* removing any direct references to /tmp in testsluke2005-11-2416-68/+46
* fixing files being put directly into tmpluke2005-11-241-4/+4
* removing ruby shebang at the top of all of the filesluke2005-11-2311-39/+22
* final updates for 0.9.2luke2005-11-221-1/+1
* updatesluke2005-11-222-1/+2
* removing marksluke2005-11-222-2/+0
* fixing tests to work from any CWDluke2005-11-222-8/+18
* fixing incredibly annoying bug where os x returns stupidly large uid when uid...luke2005-11-223-20/+35
* updates from os xluke2005-11-222-1/+4
* updatesluke2005-11-226-6/+10
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-176-4/+276
* fixing filesources so that the first found file is copied, and adding a test ...luke2005-11-163-3/+42
* fixing puppet to default to using the console for outputluke2005-11-161-0/+2
* Mostly fixing exec so it either captures stderr or runs as a user; Process.eu...luke2005-11-163-30/+31
* Lots of refactoring, and added the capture_stderr methodluke2005-11-1628-123/+271
* Adding "isomorphic?" method to classes, and testing for isomorphism before th...luke2005-11-025-22/+46
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-0122-166/+443
* Making paths work a little more intelligentlyluke2005-11-017-177/+196
* adding config file stuff, but not using it yet. I have decided to release th...luke2005-10-313-0/+154
* Cleaning up tests resulting from the changes to the parserluke2005-10-309-34/+22
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-306-162/+386
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-296-102/+152
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-299-69/+104
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-285-28/+35
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-2820-189/+554
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-2640-165/+240
* adding tags and path accessorsluke2005-10-262-3/+29
* Further small bug fixes towards running puppet on my networkluke2005-10-259-87/+134
* fixing sources so that they always have a corresponding checksum stateluke2005-10-234-15/+61
* files and directories are now created as the correct user and group if they a...luke2005-10-237-46/+88
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-2315-74/+459
* fixing certmgr testsluke2005-10-221-12/+4
* Getting rid of the tc_ prefix to test casesluke2005-10-2247-11/+3
* general cleanup, as i move towards running it locallyluke2005-10-228-10/+67
* fixing path to facterluke2005-10-212-2/+4
* Apt-cache was showing more information that I thought, so I had to redo how I...luke2005-10-213-38/+56
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-2125-123/+193
* adding better docs to packagesluke2005-10-201-1/+5
* "latest" is now a valid value for packages, and yum support is also includedluke2005-10-207-47/+245
* making service changes; it is still basically non-functional except in the de...luke2005-10-1310-132/+169
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-1010-38/+155
* adding tag support to scopes and the transportable classluke2005-10-046-25/+161
* switching test classes back to modules -- making them classes causes too many...luke2005-10-0339-44/+86
* removing the redundant pfile from the pfile state file namesluke2005-10-028-7/+7
* Switched @should to an array, so all objects can now handle that. I have not...luke2005-10-0227-1088/+1112
* added overrides abilityluke2005-10-013-54/+198