summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Major rework of the rails feature. Changed the relationship between ballman2007-06-1212-143/+267
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-1/+1
* Fixing #112 - mounts now default to 0 for dump and passluke2007-06-111-0/+12
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-113-5/+20
* Removing old line from the fix for #660 -- I had strangely just commented it ...luke2007-06-111-1/+0
* Fixing #660 by applying patch by freiheit. Looks like this is another proble...luke2007-06-111-1/+2
* Oops; I forgot to add the base class for package providers. Also, cleaning u...luke2007-06-112-9/+40
* Adding a simple unit test for mongrel, and adding the ability to select the h...luke2007-06-113-4/+11
* Fixing error when commands fail -- the error code is now printed, instead of ...luke2007-06-111-1/+1
* Adding (slightly modified) urpmi support from #592 by Devinluke2007-06-081-0/+51
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-0824-106/+87
* Fixing the "Server is not a class" problem with mongrelluke2007-06-071-1/+1
* Applying patches from Valentin Vidic to fix open file discriptor and open por...luke2007-06-052-1/+16
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-052-2/+7
* Significantly reworked the type => provider interface with respect toluke2007-06-0430-221/+159
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-042-1/+15
* Add protect and priority properties; patch provided by Matt Hyclaklutter2007-06-011-0/+16
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-1/+2
* Changing --show-available to --showall, as requisted by Jeremy Dreese on the ...luke2007-05-311-1/+1
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-3017-57/+21
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-303-2/+4
* Clean up a really hairy code construct in the useradd providermpalmer2007-05-301-6/+1
* Fixing up2date name matching, as mentioned by Jeremy Dreese on the listluke2007-05-301-1/+1
* Changing the resource title to be text instead of a string, because some titl...luke2007-05-301-1/+1
* 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