summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The package name must match at the beginning of a line; otherwise we might ge...lutter2007-01-031-2/+2
* Fix trac #354, and some other oddities around installing multiple versions of...lutter2007-01-021-4/+12
* Fixing #396. Using the provider command instead of a direct exec, which auto...luke2007-01-021-17/+26
* A couple of small fixes to pass existing tests.luke2007-01-011-0/+1
* Fixing some failing tests on fedora.luke2007-01-011-1/+1
* Applying patch by rainhead from #392.luke2006-12-301-5/+5
* A couple of small bug fixesluke2006-12-291-0/+208
* Looks like providers work again on Solaris.luke2006-12-282-3/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-2829-152/+163