summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
...
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-1/+0
* Applying patch by trombik from #756.Luke Kanies2007-11-251-3/+1
* Hopefully fixing #698 -- fixing the markup for the pkgdmg package providerLuke Kanies2007-11-231-9/+9
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-18/+25
* Rewriting the sunos interface provider to manually parse andLuke Kanies2007-11-231-80/+98
* Adding unit tests for the sunos interface provider.Luke Kanies2007-11-231-2/+2
* Applying patch from #834, apparently fixing a problemLuke Kanies2007-11-201-1/+6
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-78/+66
* Adding unit tests for the module that handles theLuke Kanies2007-11-081-7/+10
* Fixed #819. Applied patch provided by matsuu.Michael V. O'Brien2007-10-081-2/+2
* Fixed #822. Applied patch provided by DavidS.Michael V. O'Brien2007-10-081-1/+1
* Fixed #838. Applied patch provided by DavidS to add more robustMichael V. O'Brien2007-10-041-0/+9
* Fixed #837. Added freebsd service provider by trombik.Michael V. O'Brien2007-10-041-0/+46
* Fixed #855, but I didn't add any tests.Michael V. O'Brien2007-10-041-2/+0
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0350-50/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-0350-50/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-1/+1
|/
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-023-57/+113
* Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-251-2/+0
|\
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-2/+0
* | Fixing a small problem with the mailman typeLuke Kanies2007-09-251-2/+2
|/
* Fixed hdiutil syntax for ticket 812Jeffrey J McCune2007-09-101-1/+1
* Removing extraneous debugging from crontabluke2007-08-101-6/+6
* trac #763: Make redhat provider default for CentOS (patch by jtimberman)lutter2007-08-091-1/+1
* Constants in provider/interface/redhat.rb are getting redifined as they are d...christian2007-08-091-13/+13
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-091-1/+1
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-074-6/+4
* Copying the "commands" and "confine" statements to the actual dscl providers,...luke2007-08-062-6/+8
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-062-36/+52
* Removing the code from #745 until it can pass some basic testsluke2007-08-051-40/+0
* Adding syslog support by devdas (#745).luke2007-08-051-0/+40
* Fixing #751 -- the interface providers now have basic tests, at least to veri...luke2007-08-052-104/+131
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-0/+3
* Removed stray debugger method.mccune2007-08-031-4/+1
* DirectoryService provider for users and groups. Alternative to netinfo, as a...mccune2007-08-033-0/+481
* Renaming the linux interface provider to redhatluke2007-08-031-46/+3
* Applying patch by stick to the linux interface providerluke2007-08-031-2/+2
* Adding interface implementations, as written by Paul Roseluke2007-07-312-0/+383
* Adding some code in an attempt to fix #728, but it is all commented out since...luke2007-07-201-1/+22
* Fixing the mail aliases generated by the mailman list provider; it was genera...luke2007-07-201-2/+3
* The first round of bug-fixes in preparation for beakerluke2007-07-191-1/+0
* Fix #696. (patch by Jason Kohles)lutter2007-07-191-1/+1
* Applying patch by DavidS to fix #711.luke2007-07-182-2/+8
* Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" ...luke2007-07-182-11/+5
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-164-16/+38
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-0/+1
* Adding rpm as a specific command to :rugluke2007-07-131-0/+1
* Applying patch from #714 -- aptrpm now loads on RHELluke2007-07-121-3/+3
* Fixing the mailman provider so it correctly matches case. Apparently mailman...luke2007-07-121-3/+3
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-122-38/+45