summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* For each type, adding a "new<type>" method to Puppet::Type, so instead of typ...luke2006-06-281-3/+24
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-284-34/+55
* adding message about retrieving pluginsluke2006-06-281-0/+2
* Moving the timer monitoring to after the services are created (because they a...luke2006-06-281-11/+19
* Fixing backgrounding in puppetrun; I had the bit flipped between the client a...luke2006-06-281-5/+4
* Converting Parameter#proxymethods from using eval to using define_methodluke2006-06-271-1/+3
* Making sure fail function converts everything to stringsluke2006-06-271-2/+2
* Adding "fail" function, which will raise a ParseError if it is encountered.luke2006-06-271-0/+5
* Catching errors thrown during object evaluation and marking the objects as fa...luke2006-06-272-2/+17
* adding hooks for ignoring files in the plugins directory, and defaulting to i...luke2006-06-271-2/+6
* removing that info message, duh; it produces a lot of spurious output during ...luke2006-06-271-1/+0
* Adding info messages about errors loading pluginsluke2006-06-271-1/+2
* Adding support for special freebsd @schedule crap. Also making sure that cro...luke2006-06-271-40/+105
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-277-190/+340
* Adding a "latest" test for rpms, since I have been told this is not working. ...luke2006-06-261-1/+1
* Adding HUP and USR1 hooksluke2006-06-264-6/+98
* Fixing #178. I just added URI escaping and unescaping to file names.luke2006-06-202-2/+4
* Fixing #175. The setpidfile setting was being ignored.luke2006-06-201-0/+1
* Fixing #182. Added a retry section to try reconnecting to ldap. Only one re...luke2006-06-201-1/+9
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-202-9/+20
* Fixing broken symlink behaviour mentioned on the listluke2006-06-201-1/+3
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-203-2/+70
* More documentation changes.luke2006-06-1910-38/+38
* updating some docs and puppetdoc in preparation for a move to webgen instead ...luke2006-06-172-8/+8
* Fixing my autorequire fix; oopsluke2006-06-151-2/+2
* fixing autorequire message to include the object typeluke2006-06-151-2/+2
* Delete entries from the config file if their should is 'absent'lutter2006-06-151-1/+6
* Adding test and fix for empty execs being ignoredluke2006-06-151-3/+5
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-3/+5
* making links even if the target does not existluke2006-06-142-17/+9
* Updated to version 0.18.0luke2006-06-141-1/+1
* updating documentation for sshkeyluke2006-06-141-15/+5
* Setting options and the facility for syslogluke2006-06-141-1/+7
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-142-13/+22
* Changing statechange noop message so it's a bit clearerluke2006-06-141-1/+1
* Adding fixes for solaris zonesluke2006-06-131-6/+18
* abstracting out ldap connections so that there is a single method responsible...luke2006-06-131-12/+22
* Fixing ldap usage when ldap libs are not availableluke2006-06-131-20/+28
* removing extraneous debuggingluke2006-06-131-2/+0
* Fixing #173. At this point, I am just calling both "--add" and "on", or "--d...luke2006-06-133-10/+19
* Fixing packaging to deal with the fact that yum exits with 0 exit code even w...luke2006-06-131-1/+6
* Adding support for default nodes as requested in #136.luke2006-06-134-212/+261
* Fixing #169. Tags are ignored during config.luke2006-06-131-0/+8
* Fixing the main bug reported on the list today relating to file sourcing trun...luke2006-06-132-4/+14
* adding noop marker as requestedluke2006-06-131-1/+1
* A round of bug-fixing in preparation for the next release.luke2006-06-138-23/+65
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-3/+11
* turning on output flushingluke2006-06-121-0/+3
* Adding support for following referralsluke2006-06-121-0/+1
* Fixing #135. I was setting the object to the result of an include? test, ins...luke2006-06-121-5/+6