| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated to version 0.16.4 | luke | 2006-05-02 | 1 | -1/+1 |
* | updating changelog for 0.16.4 | luke | 2006-05-02 | 1 | -0/+4 |
* | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 7 | -42/+49 |
* | Updated to version 0.16.3 | luke | 2006-05-01 | 1 | -1/+1 |
* | updating changelog | luke | 2006-05-01 | 1 | -0/+6 |
* | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 7 | -6/+28 |
* | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 3 | -2/+16 |
* | Fixing tests looking for pmap | luke | 2006-04-30 | 1 | -1/+1 |
* | Fixing TransObject#to_type so that it does not modify the object being converted | luke | 2006-04-30 | 1 | -15/+7 |
* | Changing test for service paths; only testing if it is a directory if it is p... | luke | 2006-04-30 | 1 | -5/+7 |
* | Added some code that could be used later to make sure the user and mode are a... | luke | 2006-04-30 | 2 | -2/+16 |
* | Adding a check to make sure the mode is copied over. | luke | 2006-04-30 | 1 | -1/+9 |
* | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 4 | -61/+127 |
* | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 6 | -40/+120 |
* | Making file copying significantly faster -- i found an extra call to "describ... | luke | 2006-04-28 | 4 | -20/+44 |
* | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 4 | -7/+36 |
* | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 15 | -87/+231 |
* | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 2 | -2/+101 |
* | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 2006-04-27 | 9 | -106/+99 |
* | updating changelog for 0.16.1 and 0.16.2 | luke | 2006-04-26 | 2 | -1/+15 |
* | adding "clean" mode to puppetca | luke | 2006-04-26 | 3 | -9/+47 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 7 | -15/+30 |
* | Adding sum type to the retrieved sum if it is not already there. This provid... | luke | 2006-04-26 | 1 | -1/+6 |
* | removing unnecessary debugging | luke | 2006-04-26 | 1 | -1/+0 |
* | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 2 | -0/+51 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 13 | -497/+807 |
* | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 2006-04-22 | 2 | -2/+15 |
* | Fix ownership on server files (trac #122) Change ownership on /var/puppet | lutter | 2006-04-22 | 1 | -2/+9 |
* | removing patch from red hat spec file | luke | 2006-04-21 | 2 | -5/+3 |
* | Final commit before 0.16.0 | luke | 2006-04-21 | 16 | -37/+443 |
* | making corrections to pass tests on freebsd | luke | 2006-04-21 | 5 | -23/+50 |
* | Go some work started on developing authorization, but I have made little prog... | luke | 2006-04-21 | 4 | -22/+102 |
* | pelement listing now works | luke | 2006-04-20 | 3 | -27/+60 |
* | Added a list class method to just about all types, and it seems to actually w... | luke | 2006-04-20 | 21 | -106/+420 |
* | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2006-04-20 | 14 | -25/+196 |
* | A simple first version of an object (called "pelement") server is now in plac... | luke | 2006-04-20 | 9 | -93/+378 |
* | Actually adding the ports file that provides freebsd port support | luke | 2006-04-20 | 1 | -0/+96 |
* | Adding freebsd ports support | luke | 2006-04-20 | 4 | -6/+22 |
* | fixing test to know that i skipped alerts | luke | 2006-04-19 | 1 | -1/+1 |
* | Fixing service stopping; I had the %x{} command quoted | luke | 2006-04-19 | 1 | -1/+1 |
* | Fixin #102. The syslog name is now either the name if the process (if that n... | luke | 2006-04-19 | 2 | -1/+4 |
* | Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed... | luke | 2006-04-19 | 2 | -2/+9 |
* | Fix handling of run files so services can't be started twice (reported with p... | lutter | 2006-04-17 | 4 | -6/+4 |
* | Don't create empty log files in %post (based on report by soul916 at gmail.com) | lutter | 2006-04-17 | 1 | -4/+9 |
* | Changing the log level of the "defaulting to base service type" message | luke | 2006-04-17 | 1 | -1/+1 |
* | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 17 | -102/+139 |
* | changing set to tag in the tests | luke | 2006-04-13 | 1 | -2/+2 |
* | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 4 | -19/+64 |
* | Adding doc generation for exe arguments | luke | 2006-04-11 | 1 | -108/+160 |
* | Oops, typo in client/master.rb | luke | 2006-04-11 | 1 | -1/+1 |