summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
...
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* More test fixes. I seem to be getting very close.luke2007-06-191-2/+5
* Added documentation for pkgdmg provider in the provider desc accessor as per ...mccune2007-06-181-7/+79
* Adding tracing to prefetch failures, and Fixing the environment support in th...luke2007-06-181-9/+5
* Applying patch in #572 by trombikluke2007-06-181-0/+13
* Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab...luke2007-06-188-0/+16
* Adding fink package provider.luke2007-06-181-0/+87
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-189-16/+6
* Applying patch by trombik to fix #628.luke2007-06-181-1/+1
* Applying patch by trombik from #624.luke2007-06-181-1/+2
* fixing the appdmg provider to load the package provider base class, and tryin...luke2007-06-181-0/+1
* Adding appdmg package provider from #641.luke2007-06-181-0/+117
* Adding patch by Ghislain from #670, with slight modifications.luke2007-06-181-1/+6
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-172-8/+6
* Removing erroneous debug messageluke2007-06-151-2/+0
* Fixing (hopefully) the last two providers that had "resource.is" callsluke2007-06-142-2/+2
* Fixing sun package providerluke2007-06-141-1/+1
* A few small fixes here and there, and the rest of the zones commitluke2007-06-141-22/+69
* Applying patch from #666 by Rainhead and monachusluke2007-06-131-1/+7
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-1/+1
* Oops; I forgot to add the base class for package providers. Also, cleaning u...luke2007-06-111-0/+31
* 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-0819-59/+53
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-051-1/+1
* Significantly reworked the type => provider interface with respect toluke2007-06-0414-100/+69
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-041-1/+1
* 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-3016-56/+16
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-302-2/+2
* 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
* 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-251-1/+1
* Fixing the "is" related problems in yum and rpm support, but there are still ...luke2007-05-142-6/+21
* Attempting to fix the fact that the yum package provider calls [] on the ensu...luke2007-05-141-1/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-0938-244/+244
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-1/+1
* Removed calls to is.ballman2007-05-091-7/+0
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-092-3/+5
* Changing the remount stuff back to not repeating the mount options.luke2007-05-011-14/+5
* Fixing cron to correctly match blank lines, fixing #602luke2007-04-301-1/+1
* 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