| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed #819. Applied patch provided by matsuu. | Michael V. O'Brien | 2007-10-08 | 1 | -2/+2 |
* | Fixed #822. Applied patch provided by DavidS. | Michael V. O'Brien | 2007-10-08 | 1 | -1/+1 |
* | Fixed #838. Applied patch provided by DavidS to add more robust | Michael V. O'Brien | 2007-10-04 | 1 | -0/+9 |
* | Fixed #837. Added freebsd service provider by trombik. | Michael V. O'Brien | 2007-10-04 | 1 | -0/+46 |
* | Fixed #855, but I didn't add any tests. | Michael V. O'Brien | 2007-10-04 | 1 | -2/+0 |
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 50 | -50/+0 |
|\ |
|
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 50 | -50/+0 |
* | | I finally tracked down the problem that was causing providers | Luke Kanies | 2007-10-03 | 1 | -1/+1 |
|/ |
|
* | Use external helper script to talk to yum; should avoid any more trouble with... | David Lutterkort | 2007-10-02 | 3 | -57/+113 |
* | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 1 | -2/+0 |
|\ |
|
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -2/+0 |
* | | Fixing a small problem with the mailman type | Luke Kanies | 2007-09-25 | 1 | -2/+2 |
|/ |
|
* | Fixed hdiutil syntax for ticket 812 | Jeffrey J McCune | 2007-09-10 | 1 | -1/+1 |
* | Removing extraneous debugging from crontab | luke | 2007-08-10 | 1 | -6/+6 |
* | trac #763: Make redhat provider default for CentOS (patch by jtimberman) | lutter | 2007-08-09 | 1 | -1/+1 |
* | Constants in provider/interface/redhat.rb are getting redifined as they are d... | christian | 2007-08-09 | 1 | -13/+13 |
* | Fix the ral:providers:host:parsed tests so they run successfully | (no author) | 2007-08-09 | 1 | -1/+1 |
* | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 4 | -6/+4 |
* | Copying the "commands" and "confine" statements to the actual dscl providers,... | luke | 2007-08-06 | 2 | -6/+8 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 2 | -36/+52 |
* | Removing the code from #745 until it can pass some basic tests | luke | 2007-08-05 | 1 | -40/+0 |
* | Adding syslog support by devdas (#745). | luke | 2007-08-05 | 1 | -0/+40 |
* | Fixing #751 -- the interface providers now have basic tests, at least to veri... | luke | 2007-08-05 | 2 | -104/+131 |
* | Fixing #730 -- mounts now call flush() before trying to mount | luke | 2007-08-05 | 1 | -0/+3 |
* | Removed stray debugger method. | mccune | 2007-08-03 | 1 | -4/+1 |
* | DirectoryService provider for users and groups. Alternative to netinfo, as a... | mccune | 2007-08-03 | 3 | -0/+481 |
* | Renaming the linux interface provider to redhat | luke | 2007-08-03 | 1 | -46/+3 |
* | Applying patch by stick to the linux interface provider | luke | 2007-08-03 | 1 | -2/+2 |
* | Adding interface implementations, as written by Paul Rose | luke | 2007-07-31 | 2 | -0/+383 |
* | Adding some code in an attempt to fix #728, but it is all commented out since... | luke | 2007-07-20 | 1 | -1/+22 |
* | Fixing the mail aliases generated by the mailman list provider; it was genera... | luke | 2007-07-20 | 1 | -2/+3 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -1/+0 |
* | Fix #696. (patch by Jason Kohles) | lutter | 2007-07-19 | 1 | -1/+1 |
* | Applying patch by DavidS to fix #711. | luke | 2007-07-18 | 2 | -2/+8 |
* | Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" ... | luke | 2007-07-18 | 2 | -11/+5 |
* | Guard the rpm command suitability confine better so we hopefully stop seeing ... | (no author) | 2007-07-16 | 4 | -16/+38 |
* | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -0/+1 |
* | Adding rpm as a specific command to :rug | luke | 2007-07-13 | 1 | -0/+1 |
* | Applying patch from #714 -- aptrpm now loads on RHEL | luke | 2007-07-12 | 1 | -3/+3 |
* | Fixing the mailman provider so it correctly matches case. Apparently mailman... | luke | 2007-07-12 | 1 | -3/+3 |
* | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 2 | -38/+45 |
* | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -1/+0 |
* | Fixing transactions so that they do not flush resources that are in noop | luke | 2007-07-11 | 1 | -0/+1 |
* | Adding a maillist type, with support for mailman. It is not as flexible as I... | luke | 2007-07-11 | 1 | -0/+112 |
* | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 1 | -0/+31 |
* | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 1 | -1/+4 |
* | Ignore the pkg directory if it exists, and fix up a couple of tests that were... | (no author) | 2007-07-09 | 2 | -0/+18 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -3/+5 |
* | Fixing the dpkg querying so that it works for packages that are in "config-fi... | luke | 2007-07-06 | 1 | -2/+6 |
* | Fixed #680 puppet should handle internet enabled image files correctly. | mccune | 2007-07-05 | 1 | -1/+1 |