summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Documented signals the puppet daemons acceptajax2006-10-051-1/+1
* Fixing the rrdgraph report so that it creates a separate rrd directory for ea...luke2006-10-053-36/+64
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0446-3783/+3978
* Renaming logfacility to syslogfacility as recommended by lutter.luke2006-10-041-1/+1
* Adding configurability to the syslog facility, using the "logfacility" parame...luke2006-10-041-1/+6
* Messages will now be at current loglevel, regardless of whether the object pa...ajax2006-10-021-4/+2
* Added parameter 'withpath' to toggle printing of the object path.ajax2006-10-021-6/+15
* - New type Notify for sending client-side log messagesajax2006-09-292-0/+38
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
* Changing warnonce to Puppet::Util::Warnings.warnonce.ajax2006-09-291-2/+2
* Fixing suidmanager so it uses warnonce instead of using a variable that only ...luke2006-09-292-8/+10
* Fixing reported problem of crons rewriting every time when the environment is...luke2006-09-281-3/+9
* Fixing what I hope are the last batch of problems caused by the addition of t...luke2006-09-272-1/+5
* Adding flush functionality as requested by Scott Seagoluke2006-09-271-0/+5
* File types were dying silently on OS X when the group specified in the manife...ajax2006-09-272-2/+10
* Fixing SUIDManager#asuser so that it only resets egid and euid if they were c...luke2006-09-262-21/+20
* + New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2006-09-221-17/+33
* Merging the fix to server/master.rbluke2006-09-221-7/+18
* Some small housekeeping things that I saw while doing other bug huntingluke2006-09-222-1/+5
* Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh...ajax2006-09-221-1/+7
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-2211-120/+107
* As requested by Christian Warden, triggering an object now results inluke2006-09-221-7/+25
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-11/+24
* Adding trace information to autoload.rbluke2006-09-211-0/+3
* Switching Autoload#loadall from using "load" to using "require", so it will n...luke2006-09-212-3/+12
* Fixing error in tagmail when there are no messages to reportluke2006-09-211-1/+1
* Adding class list method to group. Also added a test to verify every type re...luke2006-09-211-7/+12
* Adding an Autoload instance to Type.rb so that I can load all known types for...luke2006-09-212-10/+26
* Fixing #278, opened by Digant, with patch.luke2006-09-212-12/+36
* Fixing #274. I just set :ensure to be :link when :target is set.luke2006-09-211-0/+6
* Fixing #283, opened by luke.luke2006-09-211-1/+2
* Fixing #285, opened by ericb.luke2006-09-212-9/+7
* Fixing #293, I think. The problem was that the groups state was not correctl...luke2006-09-211-12/+9
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-204-1/+22
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-202-2/+5
* Fixing provider commands and Util#execute so they always include the command ...luke2006-09-192-12/+4
* going through all of the other providers and making sure any reference to a s...luke2006-09-196-13/+7
* Fixing case of silly states on os x, where files are owned by "nobody" and Fi...luke2006-09-191-1/+1
* Fixing the same bug in the netinfo provider -- it was retrieving the "is" val...luke2006-09-191-11/+9
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Removing the no-longer-necessary type/nameservice info -- it is all in the pr...luke2006-09-198-692/+12
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-194-75/+66
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-2/+6
* Better documentation around certificate revocation and mgmtlutter2006-09-181-0/+1
* Adding testing for the default? method, and fixing it to support arrays and r...luke2006-09-151-6/+11
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-1527-51/+37
* Adding patch from #235luke2006-09-152-39/+17