Age | Commit message (Expand) | Author | Files | Lines |
2006-04-26 | Adding release tag REL_0_16_20.16.2 | luke | 2 | -2/+2 |
2006-04-26 | updating changelog for 0.16.1 and 0.16.2 | luke | 2 | -1/+15 |
2006-04-26 | adding "clean" mode to puppetca | luke | 3 | -9/+47 |
2006-04-26 | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 7 | -15/+30 |
2006-04-26 | Adding sum type to the retrieved sum if it is not already there. This provid... | luke | 1 | -1/+6 |
2006-04-26 | removing unnecessary debugging | luke | 1 | -1/+0 |
2006-04-26 | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2 | -0/+51 |
2006-04-26 | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 13 | -497/+807 |
2006-04-22 | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 2 | -2/+15 |
2006-04-22 | Fix ownership on server files (trac #122) Change ownership on /var/puppet | lutter | 1 | -2/+9 |
2006-04-21 | removing patch from red hat spec file | luke | 2 | -5/+3 |
2006-04-21 | Final commit before 0.16.0 | luke | 16 | -37/+443 |
2006-04-21 | making corrections to pass tests on freebsd | luke | 5 | -23/+50 |
2006-04-21 | Go some work started on developing authorization, but I have made little prog... | luke | 4 | -22/+102 |
2006-04-20 | pelement listing now works | luke | 3 | -27/+60 |
2006-04-20 | Added a list class method to just about all types, and it seems to actually w... | luke | 21 | -106/+420 |
2006-04-20 | Adding a "list" class method to most types, and using it in the tests for the... | luke | 14 | -25/+196 |
2006-04-20 | A simple first version of an object (called "pelement") server is now in plac... | luke | 9 | -93/+378 |
2006-04-20 | Actually adding the ports file that provides freebsd port support | luke | 1 | -0/+96 |
2006-04-20 | Adding freebsd ports support | luke | 4 | -6/+22 |
2006-04-19 | fixing test to know that i skipped alerts | luke | 1 | -1/+1 |
2006-04-19 | Fixing service stopping; I had the %x{} command quoted | luke | 1 | -1/+1 |
2006-04-19 | Fixin #102. The syslog name is now either the name if the process (if that n... | luke | 2 | -1/+4 |
2006-04-19 | Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed... | luke | 2 | -2/+9 |
2006-04-17 | Fix handling of run files so services can't be started twice (reported with p... | lutter | 4 | -6/+4 |
2006-04-17 | Don't create empty log files in %post (based on report by soul916 at gmail.com) | lutter | 1 | -4/+9 |
2006-04-17 | Changing the log level of the "defaulting to base service type" message | luke | 1 | -1/+1 |
2006-04-17 | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 17 | -102/+139 |
2006-04-13 | changing set to tag in the tests | luke | 1 | -2/+2 |
2006-04-12 | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 4 | -19/+64 |
2006-04-11 | Adding doc generation for exe arguments | luke | 1 | -108/+160 |
2006-04-11 | Oops, typo in client/master.rb | luke | 1 | -1/+1 |
2006-04-11 | Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure... | luke | 1 | -6/+24 |
2006-04-11 | Adding locking to the master client, so that only one copy of puppetd will be... | luke | 2 | -19/+99 |
2006-04-11 | Changing "set" to "tag" | luke | 7 | -19/+45 |
2006-04-11 | Adding the host name as a tag (stripped of the domain name) | luke | 3 | -6/+36 |
2006-04-11 | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2 | -0/+21 |
2006-04-11 | Fixing the language side of #109. Added a "set" keyword. | luke | 9 | -399/+506 |
2006-04-11 | Adding a few informative facts on the server side: serverversion, servername,... | luke | 3 | -3/+44 |
2006-04-11 | Adding the puppet client version to the fact list as "clientversion" | luke | 1 | -0/+3 |
2006-04-11 | Adding the puppet client version to the fact list as "clientversion" | luke | 2 | -2/+22 |
2006-04-11 | Adding a "tag" metaparam | luke | 2 | -0/+56 |
2006-04-10 | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 10 | -57/+167 |
2006-04-10 | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 3 | -0/+38 |
2006-04-07 | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 5 | -101/+500 |
2006-04-06 | another small mount fix; this time, for stupid os x | luke | 1 | -1/+2 |
2006-04-06 | committing version changes | luke | 2 | -2/+2 |
2006-04-06 | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2 | -0/+18 |
2006-04-06 | updating changelog for 0.15.3; I need these exec fixes for my client | luke | 1 | -0/+7 |
2006-04-06 | Adding autoloading for types and service types, also. | luke | 2 | -0/+27 |