summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* 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
* First run at moving references to lib/puppet instead of puppetdocluke2007-05-075-0/+507
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-072-24/+82
* Fixing the time-cleaning in the rrdgraph reportluke2007-05-062-2/+3
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-062-18/+160
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-0417-285/+292
* Adding a --summarize option, to get a transaction summaryluke2007-05-044-17/+62
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-035-67/+61
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-034-0/+179
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+1
* Changing the remount stuff back to not repeating the mount options.luke2007-05-011-14/+5
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-012-15/+31
* Fixing #430 (I hope) -- execs now autorequire the specified userluke2007-04-301-2/+11
* Switching the simpler features to a single file, so it is easier to add new f...luke2007-04-304-24/+20
* Fixing cron to correctly match blank lines, fixing #602luke2007-04-301-1/+1
* Working a little bit on rails failures, with no real progressluke2007-04-302-6/+4