summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding "clean" mode to puppetcaluke2006-04-263-9/+47
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-267-15/+30
* 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-262-0/+51
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-2613-497/+807
* Modifying non-existent-package test to make sure syncing fails, and modified ...luke2006-04-222-2/+15
* Fix ownership on server files (trac #122) Change ownership on /var/puppetlutter2006-04-221-2/+9
* removing patch from red hat spec fileluke2006-04-212-5/+3
* Final commit before 0.16.0luke2006-04-2116-37/+443
* making corrections to pass tests on freebsdluke2006-04-215-23/+50
* Go some work started on developing authorization, but I have made little prog...luke2006-04-214-22/+102
* pelement listing now worksluke2006-04-203-27/+60
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-2021-106/+420
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-2014-25/+196
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-209-93/+378
* Actually adding the ports file that provides freebsd port supportluke2006-04-201-0/+96
* Adding freebsd ports supportluke2006-04-204-6/+22
* fixing test to know that i skipped alertsluke2006-04-191-1/+1
* 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-192-1/+4
* Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed...luke2006-04-192-2/+9
* Fix handling of run files so services can't be started twice (reported with p...lutter2006-04-174-6/+4
* Don't create empty log files in %post (based on report by soul916 at gmail.com)lutter2006-04-171-4/+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-1717-102/+139
* changing set to tag in the testsluke2006-04-131-2/+2
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-124-19/+64
* Adding doc generation for exe argumentsluke2006-04-111-108/+160
* Oops, typo in client/master.rbluke2006-04-111-1/+1
* Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure...luke2006-04-111-6/+24
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-112-19/+99
* Changing "set" to "tag"luke2006-04-117-19/+45
* Adding the host name as a tag (stripped of the domain name)luke2006-04-113-6/+36
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-112-0/+21
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-119-399/+506
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-113-3/+44
* 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-112-2/+22
* Adding a "tag" metaparamluke2006-04-112-0/+56
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-1010-57/+167
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-103-0/+38
* Revamp the yumrepo type to deal with repositories defined anywhere in yum'slutter2006-04-075-101/+500
* another small mount fix; this time, for stupid os xluke2006-04-061-1/+2
* committing version changesluke2006-04-062-2/+2
* Committing an important fix to mounts; since i am sure no one has downloaded ...luke2006-04-062-0/+18
* updating changelog for 0.15.3; I need these exec fixes for my clientluke2006-04-061-0/+7
* Adding autoloading for types and service types, also.luke2006-04-062-0/+27
* Okay, last one, hopefully. Modifying checks to support arrays.luke2006-04-052-22/+83
* And, one more time. My test for the last bug did not actually retrieve, so i...luke2006-04-052-3/+8