summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing a bug in the tests introduced a while back when I switched to using "g...luke2007-04-301-1/+1
* Fixing #594 -- Files on the local machine but not remote machine now purge. ...luke2007-04-301-6/+22
* Adding purge => true to downloading of facts and plugins, and removing some e...luke2007-04-302-1/+1
* Allowing "-" in fileserver module names, #617luke2007-04-301-3/+3
* Changing the resource handler to return the whole object, rather than just ty...luke2007-04-301-2/+2
* Not stripping domain info from the ldap node, as requestedluke2007-04-301-4/+0
* Switching the mount command to always add the mount options, so that the pars...luke2007-04-301-8/+20
* Fixing the tests for the aptrpm provider.luke2007-04-301-1/+1
* Adding "rug" package provider from #609luke2007-04-301-0/+53
* Okay, one last try -- the Util#binary command was not returning a path in all...luke2007-04-271-1/+1
* Apparently I messed up providers a bit; binaries were not having their full p...luke2007-04-271-0/+2
* Closing #585 -- providers can now have optional commands, which only differ f...luke2007-04-271-35/+56
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+2
* Adding extra info to the "Parameter already set" error, as requested in #573luke2007-04-261-2/+12
* Possibly adding the ability to manage passwords on os x. I expect it does no...luke2007-04-251-2/+9
* Adding the ability to manage passwords with the useradd providerluke2007-04-254-26/+36
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-253-1/+40