summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Reducing log level of missing fileluke2006-07-111-1/+1
* Fixing error when template does not existluke2006-07-112-1/+2
* Fixing misstated error name ExecutionError in blastwave packaging supportluke2006-07-111-1/+1
* Fixing reports server so it refers to the main serverluke2006-07-111-1/+1
* Default the passno to 2, defaulting to 0 is a bad idea since it disables fscklutter2006-07-101-1/+1
* changing plugin owner to rootluke2006-07-101-1/+2
* changing default plugin host to be $serverluke2006-07-101-1/+1
* Doc change: explain what the values for ensure dolutter2006-07-071-2/+8
* adding another state that is equivalent to "stopped" for smf servicesluke2006-07-061-1/+1
* More documentation updates. I think this is sufficient for replacement of th...luke2006-07-062-2/+14
* Accepting the patch from #190.luke2006-07-051-7/+26
* small fixes towards 0.18.2luke2006-07-042-31/+36
* adding host information to reports and tagmail reportluke2006-07-043-6/+9
* renaming tagmail config fileluke2006-07-041-1/+1
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-042-9/+34
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-041-2/+19
* fixing a small but important typo, and adding sunfreeware as a dupe of blastw...luke2006-07-042-1/+8
* Adding blastwave packaging, and doing some fixes on gem and sun packagingluke2006-07-043-23/+163
* Some updates resulting from trying to track down a segfault introduced when I...luke2006-07-033-4/+14
* Adding Ruby Gem support to packagingluke2006-07-032-44/+123
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-032-63/+97
* More report and metrics manipulations. This should be the last of it.luke2006-07-014-17/+53
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-303-132/+34
* oops; adding transaction report classluke2006-06-301-0/+40
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-308-100/+143
* adding a "thinmark" method, which does a simple benchmark with no loggingluke2006-06-301-2/+12
* Accepting patch #189, although I am just putting the environment statement in...luke2006-06-301-0/+2
* Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposi...luke2006-06-301-14/+93
* Fix a small bug in mount where parsing fails if dump and pass are missing (th...lutter2006-06-301-30/+45
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-302-21/+40
* adding some tests for the template functionluke2006-06-291-1/+1
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-292-1/+37
* First commit of complete reporting support. The only existing report at this...luke2006-06-298-12/+216
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-292-0/+111
* Adding report collection to both statechange and transaction.luke2006-06-293-8/+10
* 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
* 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-276-189/+334
* 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-263-2/+37