summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
...
* Switching the mount command to always add the mount options, so that the pars...luke2007-04-301-8/+20
* Adding "rug" package provider from #609luke2007-04-301-0/+53
* 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-251-9/+18
* Fixing #587 -- just defaulting to root when there is no USER set in the envir...luke2007-04-201-1/+1
* Enhancing the docs a bit for the apple package provider.luke2007-04-201-1/+3
* Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ...luke2007-04-191-0/+79
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-031-3/+3
* Fixing a bug I apparently introduced in the testing that would have made user...luke2007-03-282-17/+15
* Changing gems to automatically include dependenciesluke2007-03-271-0/+3
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-211-6/+0
* Fixing a small bug in testing whether instance methods are already defined.luke2007-03-211-1/+1
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-0/+9
* Reverting changeset [2243]; this apparently causes chkconfig not to workluke2007-03-191-1/+1
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-192-20/+23
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-193-6/+7
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-24/+5
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Getting rid of a warning in the rpm providerluke2007-03-181-1/+1
* Fixing #529 -- specified targets keep their values. The problem was that I w...luke2007-03-181-1/+12
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-173-26/+130
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-143-30/+122
* Applying patch in #528 by ask.luke2007-02-281-1/+1
* Applying patch by cstorey from #521luke2007-02-271-3/+16
* Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ...lutter2007-02-272-2/+4
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-263-8/+16
* Applying patch from #495.luke2007-02-201-14/+14
* Applying patch from #510 by curzonj. Note that the right solution to this pr...luke2007-02-171-4/+4
* Applying patch by Jeff McCune from #496luke2007-02-121-26/+20
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Disabling the netinfo mount providerluke2007-02-071-31/+31
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-077-59/+57
* Fixing autogen so it passes on non-Darwin systems.luke2007-02-012-7/+19
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-3/+4
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-293-22/+40
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-291-1/+6
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-281-0/+10
* Fixing #454.luke2007-01-281-1/+1
* Fixing #441.luke2007-01-281-4/+2
* Applying patch from #457, as submitted by Jeff McCune.luke2007-01-251-23/+47
* making yum the default packager for centosluke2007-01-241-1/+1
* Make rpm operations much faster by suppressing unneeded verificationlutter2007-01-221-2/+2
* Make the version string optional in the dpkg-query output parsing regex (Fixe...mpalmer2007-01-121-2/+2
* Adding #408.luke2007-01-051-0/+2
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+4
* Don't rely on the type to store the actual NVR of the package; breaks in the ...lutter2007-01-051-3/+10
* Throwing warnings instead of exceptions when dpkg-query produces info we cann...luke2007-01-041-3/+5
* Fix yum update breakage - query should not change the name the user gave us; ...lutter2007-01-031-9/+9
* Tone down the debug spewage from yumlutter2007-01-031-2/+2