summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-3/+3
* Adding an Indirection reference, along with the workLuke Kanies2007-12-102-1/+6
* Fixing the rest of #948. My previous work was sufficient,Luke Kanies2007-12-101-1/+6
* Fixing part of #948 -- per-setting hooks are now calledLuke Kanies2007-12-101-15/+38
* Fixing the markup on the pkgdmg provider so it is a bit betterLuke Kanies2007-11-281-1/+1
* Fixing #781, from what I can tell. I'm leaving it withLuke Kanies2007-11-271-11/+29
* Fixing the asuser method in Puppet::Util::SUIDManagerLuke Kanies2007-11-271-15/+13
* Fixing the breakage that I caused when I added the 'declared_feature?'Luke Kanies2007-11-261-1/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-11/+11
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-241-1/+9
|\
| * Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-1/+9
* | Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9....Luke Kanies2007-11-231-1/+1
|/
* Fixing #886 -- the problem was the I had changed the baseLuke Kanies2007-11-231-0/+5
* Added calls to endgrent/endpwent in util/posix.rb toLuke Kanies2007-11-231-0/+7
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-1/+1
* Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'Luke Kanies2007-11-182-9/+3
|\
| * fix #815: add :main to all use() for :reporting and :metricsDavid Schmitt2007-11-091-1/+1
| * remove obsolete runners variableDavid Schmitt2007-11-091-8/+2
* | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-1/+1
|/
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-191-0/+22
* Adding the first pass at modifying file servingLuke Kanies2007-10-171-0/+37
* Somewhat better documentation of the :absent field feature in fileparsing.Marcin Owsiany2007-10-061-1/+3
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-041-7/+2
|\
| * Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0327-27/+1
| |\
| * | I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-7/+2
* | | Fixing #817, mostly using the patch by DavidS. I couldLuke Kanies2007-10-031-20/+5
| |/ |/|
* | Removing the Id tags from all of the filesLuke Kanies2007-10-0326-26/+0
* | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.Michael V. O'Brien2007-10-031-1/+1
|/
* Taking a first stab at moving configuration compilingLuke Kanies2007-09-231-9/+11
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-223-6/+6
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-222-100/+99
|\
| * An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-1/+1
| * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-172-50/+7
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-152-92/+95
* | It looks like the new indirection setup is complete.Luke Kanies2007-09-211-1/+7
|/
* Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-22/+31
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-111-2/+0
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-102-2/+2
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-13/+12
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+5
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+0
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-1/+1
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-0/+71
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-14/+31
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-17/+1
* The config class now has support for add an environment to its search path. ...Luke Kanies2007-08-241-7/+8
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-242-131/+149
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-39/+82
* Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-08-151-1/+7
|\
| * Added optional per-module lib directory.Jeffrey J McCune2007-08-141-1/+7