summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-031-3/+1
| | |\ \
| | | * | Fixed #854.Michael V. O'Brien2007-10-031-3/+1
| | | | |
| | * | | Fixing #813 -- empty configurations again work.Luke Kanies2007-10-032-2/+20
| | |/ /
| | * | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-037-59/+61
| | |\ \
| | | * | Updated CHANGELOG.Michael V. O'Brien2007-10-031-0/+7
| | | | |
| | | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-032-15/+49
| | | |\|
| | | * | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.Michael V. O'Brien2007-10-035-55/+46
| | | | | | | | | | | | | | | | | | | | | | | | | The default behavior of 'verbose' and 'debug' no longer cause puppetd and puppetmasterd to not daemonize.
| | | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-034-57/+116
| | | |\ \
| | | * \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-023-14/+19
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-2515-277/+332
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-251-4/+3
| | | |\ \ \ \ \
| | | * | | | | | Updated the configuration doc to more clearly explain where puppet.conf is ↵Michael V. O'Brien2007-09-251-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected to be by default.
| | | * | | | | | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-25158-3937/+5845
| | | |\ \ \ \ \ \
| | * | | | | | | | Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-036-58/+49
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | now be more reasonable.
| * | | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-036-72/+165
| |\| | | | | | |
| | * | | | | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-037-71/+135
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Adding more behaviours to the Puppet::Module spec,Luke Kanies2007-10-032-15/+49
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fixing some bugs in the process. Specifically, modules were no longer correctly handling fully qualified files, and they do so once again.
* | | | | | | | Merge branch 'routing' of http://git.rickbradley.com/puppet into routingLuke Kanies2007-10-048-0/+112
|\| | | | | | | | |_|/ / / / / |/| | | | | |
| * | | | | | Interpreting "hidden" class from spec drafts as a REST Controller. This ↵Rick Bradley2007-10-032-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | name, functionality, and/or location in the tree is subject to change, but it's down now somewhere so we can move forward on it.
| * | | | | | Added partial spec for the serving of REST information, as well as some ↵Rick Bradley2007-10-036-0/+96
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | client-side REST terminus behavior.
* | | | | | Merge branch 'master' of git://reductivelabs.com/puppetDavid Lutterkort2007-10-023-14/+19
|\| | | | |
| * | | | | Fixed a failing test where we presumed that non-string Fact values would ↵Rick Bradley2007-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | have type preserved across a P::N::Client.master.facts call, which is not true.
| * | | | | Fixed a test which was secretly sneaking off and pulling certs from ~ if ↵Rick Bradley2007-10-022-13/+18
| |/ / / / | | | | | | | | | | | | | | | they were there: Added set_mygroup method, removed duplicate setme method. Included PuppetTest in the XMLRPC servlect test.
* / / / / Use external helper script to talk to yum; should avoid any more trouble ↵David Lutterkort2007-10-024-57/+116
|/ / / / | | | | | | | | | | | | | | | | | | | | with "yum list". Fixes trac #836 Signed-off-by: David Lutterkort <dlutter@redhat.com>
* | | | Adding more indirection termini, mostly focused on cachingLuke Kanies2007-09-256-0/+151
| | | | | | | | | | | | | | | | information in yaml.
* | | | Adding cache support to indirection. If you haveLuke Kanies2007-09-252-24/+153
| | | | | | | | | | | | | | | | | | | | a '<indirection>_cache' setting, then the indirection will use the value there as the name of the cache.
* | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into ↵Luke Kanies2007-09-2512-715/+794
|\ \ \ \ | | |_|/ | |/| | | | | | indirection
| * | | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-09-252-1/+88
| |\| |
| | * | Renamed princs to principals in the k5login type.Michael V. O'Brien2007-09-241-7/+7
| | | |
| | * | Added k5login type written by Digant Kasundra. This is for ticket #759.Digant Kasundra2007-09-241-0/+87
| | | |
| | * | Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of ↵Michael V. O'Brien2007-09-141-1/+1
| | | | | | | | | | | | | | | | NameError.
| * | | Fixing ralsh to use a configuration instead of a componentLuke Kanies2007-09-251-4/+3
| | |/ | |/|
| * | Demoting the "file does not exist" log to debug from noticeLuke Kanies2007-09-251-1/+1
| | |
| * | Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-25157-3934/+5842
| |\ \
| * | | Fixing a small problem with the mailman typeLuke Kanies2007-09-251-2/+2
| | |/ | |/|
| * | Merge branch 'testing'Luke Kanies2007-09-117-707/+700
| |\ \
| | * | Fixed #797. Removed the warning message about specifying 'enable' or ↵Michael V. O'Brien2007-09-111-4/+0
| | | | | | | | | | | | | | | | 'ensure' when initializing a service.
| | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-112-2/+2
| | |\ \
| | * | | Fixed #784 by applying patch by vvidic.Michael V. O'Brien2007-09-111-1/+1
| | | | |
| | * | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and ↵Michael V. O'Brien2007-09-104-577/+572
| | | | | | | | | | | | | | | | | | | | lexer. Updated CLASSREF token regex in the lexer.
| | * | | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-103-630/+632
| | | | |
* | | | | I changed the Terminus class to switch camelcaseLuke Kanies2007-09-243-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | to underscore-separated words, e.g., FactStore becomes fact_store.
* | | | | Removing obsolete fact stores and node sources. The functionality has been ↵Luke Kanies2007-09-244-239/+0
| |_|_|/ |/| | | | | | | | | | | moved into the indirector.
* | | | Taking a first stab at moving configuration compilingLuke Kanies2007-09-238-10/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the indirection system. There are still quite a few unanswered questions, the two most notable being embodied in unimplemented tests in the Configuration Code terminus. This also requires changing the behaviour in a few places. In particular, 'puppet' and the 'module_puppet' cfengine module need to store a Node object in memory with the appropriate classes, since that's now the only way to communicate with the compiler. That integration work has not yet been done, partially because the old configuration handler (which the soon-to-be-deprecated master handler now uses) still exists.
* | | | Adding a "memory" node terminus, which willLuke Kanies2007-09-235-0/+147
| | | | | | | | | | | | | | | | | | | | | | | | be used by 'puppet' and the Cfengine 'module_puppet', since they need to set up the node specially with classes and other weird things.
* | | | Fixing the spec for the checksum terminus to matchLuke Kanies2007-09-231-3/+2
| | | | | | | | | | | | | | | | the changed design in the previous commit.
* | | | Adding my first integration test, verifying thatLuke Kanies2007-09-238-85/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checksum interaction behaves as I expect when interacting with the file terminus. I've also changed how files and checksums behave a bit. Files now create model instances with the content as the only argument during initialization, and checksums now calculate their checksums rather than having them passed in.
* | | | Adding the first version of checksum support, which willLuke Kanies2007-09-226-10/+358
| | | | | | | | | | | | | | | | acquire the behaviour of FileBuckets.
* | | | Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-2253-298/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Puppet::Util::Settings'. This is to clear up confusion caused by the fact that we now have a 'Configuration' class to model host configurations, or any set of resources as a "configuration".
* | | | Adding the base file terminus. This will, at the least,Luke Kanies2007-09-222-0/+170
| | | | | | | | | | | | | | | | | | | | be used as the back end for filebuckets and the certificate authority.