| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 1 | -1/+9 |
* | Changing some of the internals of autoloading so that there is a class-level ... | luke | 2007-07-10 | 1 | -15/+44 |
* | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 2 | -1/+17 |
* | Updating trac location for laeg | luke | 2007-06-19 | 1 | -1/+1 |
* | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -0/+4 |
* | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 2007-06-17 | 1 | -5/+34 |
* | adjusting the rrd color stack as requested by thijs | luke | 2007-06-14 | 1 | -1/+1 |
* | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 1 | -12/+15 |