| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -14/+31 |
| * | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 1 | -17/+1 |
| * | The config class now has support for add an environment to its search path. ... | Luke Kanies | 2007-08-24 | 1 | -7/+8 |
| * | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 2007-08-24 | 2 | -131/+149 |
| * | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -39/+82 |
| * | Merge branch 'master' of http://northstarlabs.net/git/puppet | Luke Kanies | 2007-08-15 | 1 | -1/+7 |
| |\ |
|
| | * | Added optional per-module lib directory. | Jeffrey J McCune | 2007-08-14 | 1 | -1/+7 |
| * | | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 2 | -11/+49 |
| |/ |
|
| * | Changes to lib/ corresponding to test refactoring from r2759, was unaware tha... | christian | 2007-08-09 | 1 | -41/+26 |
| * | Fix the ral:providers:host:parsed tests so they run successfully | (no author) | 2007-08-09 | 1 | -0/+1 |
| * | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 1 | -1/+1 |
| * | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 2007-08-04 | 1 | -1/+4 |
| * | Fixing #734. The problem was that when I switched how the configs were parse... | luke | 2007-08-03 | 1 | -1/+5 |
| * | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -2/+6 |
| * | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 1 | -2/+7 |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -0/+11 |