summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* switching all relationships to be centrally maintained and to use symbolic re...luke2005-10-017-348/+484
* Okay, services are now managed, um, entirely differently. I have the beginni...luke2005-09-283-115/+329
* moving specific packaging support into separate filesluke2005-09-275-318/+333
* fixing behaviour when files are missingluke2005-09-261-2/+2
* fixing output in noopluke2005-09-261-1/+1
* Rearranging the packaging support a bit -- it is now more clear and significa...luke2005-09-245-413/+400
* Many, many changes toward a completely functional system. The only current p...luke2005-09-2315-172/+323
* Hoping this will get rid of the directory being printedshafer2005-09-233-16/+10
* Nodes now support inheritance, for better or for worse.luke2005-09-235-217/+251
* The new "include" syntax works now.luke2005-09-226-467/+646
* fixing "ignore" documentation to parse RST correctly.luke2005-09-221-2/+5
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-223-30/+70
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-218-212/+259
* adding a ParsedFile class to handle figuring out whether a file has changedluke2005-09-211-0/+36