| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -8/+2 |
* | | Fixing the unit tests for nagios_maker; I could swear I'd already | Luke Kanies | 2008-01-07 | 1 | -2/+3 |
* | | Fixed #980 - minor wiki formatting error in nagios_maker.rb | James Turnbull | 2008-01-02 | 1 | -1/+1 |
* | | Added builtin support for all Nagios resource types. | Luke Kanies | 2007-12-31 | 1 | -2/+18 |
* | | Adding the metaprogramming to create the Nagios types | Luke Kanies | 2007-12-31 | 1 | -0/+40 |
|/ |
|
* | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -1/+2 |
* | Hopefully finally fixing #959. Loading the stored cache | Luke Kanies | 2007-12-12 | 1 | -1/+1 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -3/+3 |
* | Adding an Indirection reference, along with the work | Luke Kanies | 2007-12-10 | 2 | -1/+6 |
* | Fixing the rest of #948. My previous work was sufficient, | Luke Kanies | 2007-12-10 | 1 | -1/+6 |
* | Fixing part of #948 -- per-setting hooks are now called | Luke Kanies | 2007-12-10 | 1 | -15/+38 |
* | Fixing the markup on the pkgdmg provider so it is a bit better | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
* | Fixing #781, from what I can tell. I'm leaving it with | Luke Kanies | 2007-11-27 | 1 | -11/+29 |
* | Fixing the asuser method in Puppet::Util::SUIDManager | Luke Kanies | 2007-11-27 | 1 | -15/+13 |
* | Fixing the breakage that I caused when I added the 'declared_feature?' | Luke Kanies | 2007-11-26 | 1 | -1/+1 |
* | Rewriting the tests for the package resource type, fixing #930. | Luke Kanies | 2007-11-26 | 1 | -11/+11 |
* | Merge branch 'plugins_mount', fixing #891. | Luke Kanies | 2007-11-24 | 1 | -1/+9 |
|\ |
|
| * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 1 | -1/+9 |
* | | Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9.... | Luke Kanies | 2007-11-23 | 1 | -1/+1 |
|/ |
|
* | Fixing #886 -- the problem was the I had changed the base | Luke Kanies | 2007-11-23 | 1 | -0/+5 |
* | Added calls to endgrent/endpwent in util/posix.rb to | Luke Kanies | 2007-11-23 | 1 | -0/+7 |
* | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -1/+1 |
* | Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly' | Luke Kanies | 2007-11-18 | 2 | -9/+3 |
|\ |
|
| * | fix #815: add :main to all use() for :reporting and :metrics | David Schmitt | 2007-11-09 | 1 | -1/+1 |
| * | remove obsolete runners variable | David Schmitt | 2007-11-09 | 1 | -8/+2 |
* | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -1/+1 |
|/ |
|
* | File serving now works. I've tested a couple of ways to | Luke Kanies | 2007-10-19 | 1 | -0/+22 |
* | Adding the first pass at modifying file serving | Luke Kanies | 2007-10-17 | 1 | -0/+37 |
* | Somewhat better documentation of the :absent field feature in fileparsing. | Marcin Owsiany | 2007-10-06 | 1 | -1/+3 |
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-04 | 1 | -7/+2 |
|\ |
|
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 27 | -27/+1 |
| |\ |
|
| * | | I finally tracked down the problem that was causing providers | Luke Kanies | 2007-10-03 | 1 | -7/+2 |
* | | | Fixing #817, mostly using the patch by DavidS. I could | Luke Kanies | 2007-10-03 | 1 | -20/+5 |
| |/
|/| |
|
* | | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 26 | -26/+0 |
* | | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 1 | -1/+1 |
|/ |
|
* | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 1 | -9/+11 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 3 | -6/+6 |
* | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 2 | -100/+99 |
|\ |
|
| * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 1 | -1/+1 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 2 | -50/+7 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 2 | -92/+95 |
* | | It looks like the new indirection setup is complete. | Luke Kanies | 2007-09-21 | 1 | -1/+7 |
|/ |
|
* | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 2007-09-11 | 1 | -22/+31 |
* | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 1 | -2/+0 |
* | Renaming the instance loader method to "instance_load". It was previously au... | Luke Kanies | 2007-09-10 | 2 | -2/+2 |
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -13/+12 |
* | Fixing #795 -- configuration elements now make sure all file paths are fully ... | Luke Kanies | 2007-09-06 | 1 | -1/+5 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -2/+0 |
* | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 1 | -1/+1 |
* | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -0/+71 |