| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Renaming logfacility to syslogfacility as recommended by lutter. | luke | 2006-10-04 | 1 | -1/+1 |
* | Adding configurability to the syslog facility, using the "logfacility" parame... | luke | 2006-10-04 | 1 | -1/+6 |
* | Messages will now be at current loglevel, regardless of whether the object pa... | ajax | 2006-10-02 | 1 | -4/+2 |
* | Added parameter 'withpath' to toggle printing of the object path. | ajax | 2006-10-02 | 1 | -6/+15 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 2 | -0/+38 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 1 | -0/+7 |
* | Changing warnonce to Puppet::Util::Warnings.warnonce. | ajax | 2006-09-29 | 1 | -2/+2 |
* | Fixing suidmanager so it uses warnonce instead of using a variable that only ... | luke | 2006-09-29 | 2 | -8/+10 |
* | Fixing reported problem of crons rewriting every time when the environment is... | luke | 2006-09-28 | 1 | -3/+9 |
* | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2006-09-27 | 2 | -1/+5 |
* | Adding flush functionality as requested by Scott Seago | luke | 2006-09-27 | 1 | -0/+5 |
* | File types were dying silently on OS X when the group specified in the manife... | ajax | 2006-09-27 | 2 | -2/+10 |
* | Fixing SUIDManager#asuser so that it only resets egid and euid if they were c... | luke | 2006-09-26 | 2 | -21/+20 |
* | + New assertion: assert_uid_gid will check that the UID and GID have been cha... | erikh | 2006-09-22 | 1 | -17/+33 |
* | Merging the fix to server/master.rb | luke | 2006-09-22 | 1 | -7/+18 |
* | Some small housekeeping things that I saw while doing other bug hunting | luke | 2006-09-22 | 2 | -1/+5 |
* | Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh... | ajax | 2006-09-22 | 1 | -1/+7 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 11 | -120/+107 |
* | As requested by Christian Warden, triggering an object now results in | luke | 2006-09-22 | 1 | -7/+25 |
* | Adding some error handling for when a non-existent report is asked for, and a... | luke | 2006-09-21 | 1 | -11/+24 |
* | Adding trace information to autoload.rb | luke | 2006-09-21 | 1 | -0/+3 |
* | Switching Autoload#loadall from using "load" to using "require", so it will n... | luke | 2006-09-21 | 2 | -3/+12 |
* | Fixing error in tagmail when there are no messages to report | luke | 2006-09-21 | 1 | -1/+1 |
* | Adding class list method to group. Also added a test to verify every type re... | luke | 2006-09-21 | 1 | -7/+12 |
* | Adding an Autoload instance to Type.rb so that I can load all known types for... | luke | 2006-09-21 | 2 | -10/+26 |
* | Fixing #278, opened by Digant, with patch. | luke | 2006-09-21 | 2 | -12/+36 |
* | Fixing #274. I just set :ensure to be :link when :target is set. | luke | 2006-09-21 | 1 | -0/+6 |
* | Fixing #283, opened by luke. | luke | 2006-09-21 | 1 | -1/+2 |
* | Fixing #285, opened by ericb. | luke | 2006-09-21 | 2 | -9/+7 |
* | Fixing #293, I think. The problem was that the groups state was not correctl... | luke | 2006-09-21 | 1 | -12/+9 |
* | Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) | luke | 2006-09-20 | 4 | -1/+22 |
* | adding an extra make target for debugging, rather than defaulting to always c... | luke | 2006-09-20 | 2 | -2/+5 |
* | Fixing provider commands and Util#execute so they always include the command ... | luke | 2006-09-19 | 2 | -12/+4 |
* | going through all of the other providers and making sure any reference to a s... | luke | 2006-09-19 | 6 | -13/+7 |
* | Fixing case of silly states on os x, where files are owned by "nobody" and Fi... | luke | 2006-09-19 | 1 | -1/+1 |
* | Fixing the same bug in the netinfo provider -- it was retrieving the "is" val... | luke | 2006-09-19 | 1 | -11/+9 |
* | applying patch from #275. aptitude -q works fine on my testing release, but ... | luke | 2006-09-19 | 1 | -1/+2 |
* | Removing the no-longer-necessary type/nameservice info -- it is all in the pr... | luke | 2006-09-19 | 8 | -692/+12 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 4 | -75/+66 |
* | Add config option 'node_name' to control what puppetmaster considers the prop... | lutter | 2006-09-18 | 1 | -2/+6 |
* | Better documentation around certificate revocation and mgmt | lutter | 2006-09-18 | 1 | -0/+1 |
* | Adding testing for the default? method, and fixing it to support arrays and r... | luke | 2006-09-15 | 1 | -6/+11 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 27 | -51/+37 |
* | Adding patch from #235 | luke | 2006-09-15 | 2 | -39/+17 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 5 | -765/+554 |
* | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -4/+14 |
* | Applying patch in #160. | luke | 2006-09-15 | 1 | -2/+2 |
* | Fixing #262. I somehow lost the line that only added a given user's jobs to ... | luke | 2006-09-15 | 2 | -4/+5 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 5 | -554/+765 |
* | collecting output from blastlist, for later use | luke | 2006-09-15 | 1 | -1/+1 |