summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Updating Puppet to work with the new Facterluke2006-01-094-24/+26
* Updated to version 0.10.0luke2006-01-091-1/+1
* All tests pass now, although the lack of service support on os x means that i...luke2006-01-095-13/+35
* Merging changes from the head of the rework1 branch, r 784luke2006-01-0847-3479/+3772
* Undoing the merge that happened in 785luke2006-01-0747-3757/+3365
* Merging in refactoring from version 774 into version 784luke2006-01-0747-3365/+3757
* Updated to version 0.9.4luke2006-01-041-1/+1
* Disabling most documentation generation except for the API docs, and wrapping...luke2006-01-041-40/+41
* Updated to version 0.9.3luke2006-01-031-1/+1
* some updates to the typegen stuff, even though i may still not use itluke2006-01-033-280/+164
* Fixing two reported bugs in cron jobs. Cron jobs correctly change when field...luke2006-01-031-141/+202
* 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-032-37/+45
* adding Util.lock, and switching storage to using itluke2006-01-022-20/+35
* 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-221-1/+1
* fixing incredibly annoying bug where os x returns stupidly large uid when uid...luke2005-11-222-18/+33
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-173-2/+19
* fixing filesources so that the first found file is copied, and adding a test ...luke2005-11-161-2/+8
* Mostly fixing exec so it either captures stderr or runs as a user; Process.eu...luke2005-11-162-25/+30
* Lots of refactoring, and added the capture_stderr methodluke2005-11-1610-63/+150
* 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-0116-149/+241
* Making paths work a little more intelligentlyluke2005-11-015-20/+35
* adding config file stuff, but not using it yet. I have decided to release th...luke2005-10-312-0/+50
* Cleaning up tests resulting from the changes to the parserluke2005-10-303-9/+12
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-303-48/+147
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-293-66/+90
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-297-66/+79
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-284-23/+20
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-2812-122/+289
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-2630-141/+173
* adding tags and path accessorsluke2005-10-261-2/+9
* Further small bug fixes towards running puppet on my networkluke2005-10-257-87/+92
* fixing sources so that they always have a corresponding checksum stateluke2005-10-232-13/+23
* files and directories are now created as the correct user and group if they a...luke2005-10-234-42/+54
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-239-55/+224
* general cleanup, as i move towards running it locallyluke2005-10-227-6/+66
* Apt-cache was showing more information that I thought, so I had to redo how I...luke2005-10-212-9/+21
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-2115-99/+124
* adding better docs to packagesluke2005-10-201-1/+5
* "latest" is now a valid value for packages, and yum support is also includedluke2005-10-206-29/+184
* making service changes; it is still basically non-functional except in the de...luke2005-10-135-112/+140
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-108-35/+147
* adding tag support to scopes and the transportable classluke2005-10-043-10/+67
* 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-0219-1046/+1079
* added overrides abilityluke2005-10-012-54/+84