summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
* Fix service.list, in particular for the redhat providerlutter2006-12-141-0/+8
* Reworking the package tests. Now providers are tested individuallyluke2006-12-144-4/+21
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-131-0/+3
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-132-1/+1
* Fixing backwards compatibility in mounts -- they were not correctly copying t...luke2006-11-161-1/+1
* Fixes to the test system, and a couple of small fixes to the main code. Also...luke2006-11-131-170/+170
* Fixing a small syntax error in the port providerluke2006-11-131-2/+1
* Ported sshkey over, yay.luke2006-11-132-47/+35
* Adding a NetInfo provider for hosts. Yay!luke2006-11-134-68/+96
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-133-54/+44
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-132-106/+150
* Trying to get a netinfo provider for mounts working, but i give up. I am lea...luke2006-11-125-36/+81
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-122-185/+133
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-112-89/+168
* Fixing some warningsluke2006-11-102-8/+4
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-2/+2
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+0
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-1/+2
* Applying patch from #318.luke2006-10-181-0/+45
* Applying patch from #319.luke2006-10-181-2/+2
* sshkey now uses a providerluke2006-10-171-0/+56
* Ported mount over to using providersluke2006-10-171-0/+174
* Fixing ports to now use a providerluke2006-10-171-0/+139
* Working on migrating the parsedtypes to using providers for the parsing aspec...luke2006-10-172-0/+252
* correcting warning about spaces before parensluke2006-10-161-1/+1
* Adding patch from Jeff McCune, #317luke2006-10-161-0/+101
* Adding some documentation to the programmer's documentation introducing the c...ajax2006-10-141-1/+1
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-091-6/+6
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-091-1/+14
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-0/+17
* going through all of the other providers and making sure any reference to a s...luke2006-09-196-13/+7
* Fixing the same bug in the netinfo provider -- it was retrieving the "is" val...luke2006-09-191-11/+9
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Adding patch from #235luke2006-09-151-38/+16
* collecting output from blastlist, for later useluke2006-09-151-1/+1
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-155-13/+10
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-0616-225/+69
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-062-3/+26
* Adding hasrestart parameter to servicesluke2006-09-051-19/+9
* Adding further gentoo support -- finalized portage support, plus conf and ini...luke2006-09-051-23/+19
* A small fix to the install/update aspects of packaging.luke2006-09-051-1/+5
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-059-24/+19
* Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda...luke2006-09-051-1/+1
* Adding portage support again, since it was added in the branch i revertedluke2006-09-051-0/+124
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-057-903/+0
* Committing a small amount of work in cron. I have decided that this is too l...luke2006-09-052-1/+168
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-051-0/+171
* Adding first version of the portage provider, as contributed by Jose Gonzalez...luke2006-09-041-0/+124
* Ports now work with a providerluke2006-09-041-0/+139
* Fixing SSHKey support.luke2006-09-032-2/+58