summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Mark all package providers that don't currently report themselves as being ve...mpalmer2007-05-306-0/+24
* Correct a problem with the dpkg provider's handling of the :purged state, and...mpalmer2007-05-252-2/+2
* Adding a warning for when no properties are specified on servicesluke2007-05-251-0/+4
* Adding a debug statement describing why restarts are skipped on servicesluke2007-05-251-1/+3
* fixing the method to check for hostdir writability in the rrdgraph reportluke2007-05-251-1/+1
* Changing the location of the classes.txt to the state dirluke2007-05-251-1/+1
* Adding more detail to the per-host reports dirs, since it was not setting mod...luke2007-05-251-3/+3
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-253-2/+48
* Updating the exec docs to specify that the timeout is in secondsluke2007-05-241-1/+2
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-182-1/+24
* Changing the notify type so that it always uses the loglevel for loggingluke2007-05-182-4/+3
* Fixing #568luke2007-05-172-268/+258
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-176-561/+624
* Fixing #507 (behaviour in cycles) by changing the topsort algorithm.luke2007-05-172-23/+26
* Using the method for retrieving the dipper class, in case it has not been loadedluke2007-05-161-1/+1
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-161-46/+58
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-159-15/+12
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-152-5/+18
* Fixing the "is" related problems in yum and rpm support, but there are still ...luke2007-05-142-6/+21
* Removing obsolete parsedtypeluke2007-05-141-219/+0
* Attempting to fix the fact that the yum package provider calls [] on the ensu...luke2007-05-143-2/+6
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-4/+6
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-143-25/+19
* Fixing a path problem that resulted from the changes I made to internal varia...luke2007-05-141-3/+3
* Use @http in store, add filterhostshadoi2007-05-121-3/+4
* First try at the REST config_storeshadoi2007-05-122-4/+49
* Initial configuration storage abstraction layer stuff.shadoi2007-05-122-0/+75
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-114-23/+3
* Fixing the to_trans method and ralsh a bit so ralsh now works with the new la...luke2007-05-102-3/+7
* correcting some of the function reference docsluke2007-05-101-3/+6
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-0942-274/+276
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-0935-295/+304
* Fixing #606 -- now only components mention @children.luke2007-05-095-205/+201
* Allow Darwin to remount rather than unmount / mount, as per puppet-users disc...mccune2007-05-091-1/+1
* Adding default provider info to the providers reportluke2007-05-091-0/+6
* Fixing the ability to fail correctly in the fileserver -- a constant was not ...luke2007-05-091-0/+1
* Removed FIXARB's from the pfile stuff. These have been resolved.ballman2007-05-092-4/+0
* Removed FIXARB's from a file that will be going away.ballman2007-05-091-2/+0
* Removed override of change_to_s since it is the same as the overridden method...ballman2007-05-091-22/+1
* Removed override of change_to_s since it is the same as the overridden method...ballman2007-05-091-20/+0
* Removed calls to is.ballman2007-05-091-7/+0
* Removed the testing method: checknewinsync.ballman2007-05-091-15/+0
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-0934-527/+519
* Hopefully final version of the providers referenceluke2007-05-081-18/+52
* Intermediate commit of more reference work, including making provider suitabl...luke2007-05-083-14/+70
* Sorting the network handlers in the network referenceluke2007-05-081-1/+1
* Adding a dynamic? option for references, so those are not stored in tracluke2007-05-073-3/+11
* Lots of work related to generating more reference. Moving all of the individ...luke2007-05-0715-2/+156
* Removing the obsolete logger network interfaceluke2007-05-072-58/+0