summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Switching the simpler features to a single file, so it is easier to add new f...luke2007-04-301-0/+3
* Fixing #591 -- puppetd now correctly restarts itself when it receives a HUPluke2007-04-201-1/+1
* Updated to version 0.22.3luke2007-03-281-1/+1
* Updated to version 0.22.2luke2007-03-191-1/+1
* The basic plumbing for modules: a modulepath config parameter, and a newlutter2007-03-091-0/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-13/+6
* Print stacktrace in debug mode when catchign a signal - useful for understand...lutter2007-02-221-0/+2
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-1/+1
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-3/+3
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-15/+15
* Updated to version 0.22.1luke2007-02-011-1/+1
* Moving code from external sources into an external/ directoryluke2007-01-301-1/+1
* Fixing info around newtype optionsluke2007-01-291-2/+2
* Updated to version 0.22.0luke2007-01-051-1/+1
* Trying to clean up how rails is loadedluke2006-12-291-3/+0
* New rails stuff redux.shadoi2006-12-141-0/+3
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-1/+3
* Updated to version 0.20.1luke2006-11-131-1/+1
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-3/+0
* Mostly small changes toward 0.20.1luke2006-11-101-1/+1
* Rails stuff part 1shadoi2006-11-091-0/+3
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+8
* Updated to version 0.20.0luke2006-10-181-1/+1
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-161-6/+6
* Moving all of the configuration parameters out of puppet.rb into puppet/confi...luke2006-10-161-156/+2
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an...luke2006-10-091-0/+6
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-0/+1
* Renaming logfacility to syslogfacility as recommended by lutter.luke2006-10-041-3/+3
* Adding configurability to the syslog facility, using the "logfacility" parame...luke2006-10-041-0/+3
* Updating changelog for 0.19.3, and merging the version changes over.luke2006-09-221-1/+1
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-1/+2
* Updated to version 0.19.2luke2006-09-221-1/+1
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-1/+7
* Updated to version 0.19.1luke2006-09-151-1/+1
* Adding a :trace config option that prints stack traces of DevErrors, and usin...luke2006-09-131-0/+1
* Updated to version 0.19.0luke2006-09-061-1/+1
* Adding note about configprint, indicating what versions include itluke2006-09-031-1/+2
* Adding a "configprint" option for printing out the local config stateluke2006-08-281-0/+28
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-35/+3
* Updated to version 0.18.4luke2006-07-221-1/+1
* Updated to version 0.18.3luke2006-07-111-1/+1
* Updated to version 0.18.2luke2006-07-041-1/+1
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-301-5/+0
* Updated to version 0.18.1luke2006-06-281-1/+1
* Moving the timer monitoring to after the services are created (because they a...luke2006-06-281-11/+19
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-1/+6
* Adding HUP and USR1 hooksluke2006-06-261-4/+61
* Updated to version 0.18.0luke2006-06-141-1/+1
* Updated to version 0.17.2luke2006-05-191-1/+1
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-4/+112