summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-143-6/+168
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-2/+33
* Adding a general "check" mechanism to :exec, so it is now terribly easy to de...luke2006-02-132-70/+168
* Fixing :target reference in pfile.rbluke2006-02-131-1/+1
* Correcting some path problems with symlink, and changing "target" state to "e...luke2006-02-131-18/+29
* Updated to version 0.13.1luke2006-02-131-1/+1
* updating alias docs to pass ReST checksluke2006-02-131-10/+10
* updating changelog and docs for :aliasluke2006-02-132-17/+36
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-136-80/+123
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-126-21/+135
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-107-45/+125
* Updated to version 0.13.0luke2006-02-081-1/+1
* Adding answerfile support to sun pkgs.luke2006-02-082-1/+18
* adding some documentationluke2006-02-081-1/+8
* removing errant warningluke2006-02-081-1/+0
* Fixing small problem where checksum retrieving did not look in the cache; thi...luke2006-02-083-49/+39
* Fixing the conflict between ensure and source. Ironically I had already made...luke2006-02-081-19/+32
* Checksums now get correctly updated for both the ensure and content state whe...luke2006-02-085-8/+23
* first bug fixed, where sources were not updating the checksumluke2006-02-083-7/+26
* replacing all occurences of "is_a?" in the parser with "instance_of?"luke2006-02-082-46/+46
* Fixing bug that occurs with only one argumentluke2006-02-083-7/+7
* There is now full support for configuration files, and the entire system has ...luke2006-02-0712-169/+419
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-078-255/+335
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-0711-57/+241
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Temporary commit; configs now can be converted to manifestsluke2006-02-071-1/+68
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-071-45/+164
* a couple small changes; the most significant is the addition of a class-level...luke2006-02-063-25/+69
* Fixing a significant performance bug in file recursion, and trying to help pe...luke2006-01-318-40/+59
* Fixing class storage -- it was not working for nodescopesluke2006-01-305-18/+23
* Caching Time objects instead of numbers, since Bignum does not seem to be YAM...luke2006-01-302-3/+2
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-303-1/+18
* 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-254-3/+55
* Fixing some logging issuesluke2006-01-244-7/+17
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-2428-1199/+2210
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-2310-162/+749
* Modifying docs, and adding scheduling hooksluke2006-01-208-12/+28
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-185-39/+163
* 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-1839-271/+390
* Fixing most types to allow no statementsluke2006-01-182-210/+358
* Updated to version 0.11.1luke2006-01-171-1/+1
* Adding openbsd packaging supportluke2006-01-173-9/+93
* Fixing problems where objects were passing @parameters[:param] objects, inste...luke2006-01-174-16/+26
* Updated to version 0.11.0luke2006-01-171-1/+1
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-1728-322/+681
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-1624-260/+613
* Adding sshkey class plus tests, and adding "aggregatable" methods to type.rbluke2006-01-142-0/+144