summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing some naming problems with crons, and adding appropriate testsluke2006-05-031-7/+12
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-1/+1
* Switching to just using "preserve" for file copying in file#handlebackupsluke2006-05-021-5/+3
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-024-25/+29
* Bug fixes from OS X for 0.16.3luke2006-05-015-5/+26
* Hopefully final bug fixes in preparation for 0.16.3luke2006-04-301-1/+1
* Fixing tests looking for pmapluke2006-04-301-1/+1
* Fixing TransObject#to_type so that it does not modify the object being convertedluke2006-04-301-15/+7
* Changing test for service paths; only testing if it is a directory if it is p...luke2006-04-301-5/+7
* Added some code that could be used later to make sure the user and mode are a...luke2006-04-301-2/+2
* Adding a check to make sure the mode is copied over.luke2006-04-301-1/+9
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-302-14/+25
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-284-4/+9
* Making file copying significantly faster -- i found an extra call to "describ...luke2006-04-283-19/+43
* Fixing #128. md5lite was being used instead of full md5. At this point, md5...luke2006-04-283-7/+10
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-2815-87/+231
* Trying to track down the bugs reported this morning, so I added some more tes...luke2006-04-274-15/+20
* adding "clean" mode to puppetcaluke2006-04-261-0/+20
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-263-12/+17
* Adding sum type to the retrieved sum if it is not already there. This provid...luke2006-04-261-1/+6
* removing unnecessary debuggingluke2006-04-261-1/+0
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+14
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-268-497/+640
* Modifying non-existent-package test to make sure syncing fails, and modified ...luke2006-04-221-1/+6
* Final commit before 0.16.0luke2006-04-2111-33/+277
* making corrections to pass tests on freebsdluke2006-04-214-23/+47
* Go some work started on developing authorization, but I have made little prog...luke2006-04-213-18/+98
* pelement listing now worksluke2006-04-202-3/+17
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-2019-91/+297
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-2012-25/+129
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-208-93/+297
* Actually adding the ports file that provides freebsd port supportluke2006-04-201-0/+96
* Adding freebsd ports supportluke2006-04-203-6/+16
* Fixing service stopping; I had the %x{} command quotedluke2006-04-191-1/+1
* Fixin #102. The syslog name is now either the name if the process (if that n...luke2006-04-191-1/+3
* Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed...luke2006-04-192-2/+9
* Changing the log level of the "defaulting to base service type" messageluke2006-04-171-1/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-179-49/+68
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-122-16/+54
* Oops, typo in client/master.rbluke2006-04-111-1/+1
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-111-19/+67
* Changing "set" to "tag"luke2006-04-115-12/+38
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-115-399/+435
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-112-3/+21
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+3
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+6
* Adding a "tag" metaparamluke2006-04-111-0/+23
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-108-57/+138