Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-10-03 | 1 | -3/+1 | |
| | |\ \ | ||||||
| | | * | | Fixed #854. | Michael V. O'Brien | 2007-10-03 | 1 | -3/+1 | |
| | | | | | ||||||
| | * | | | Fixing #813 -- empty configurations again work. | Luke Kanies | 2007-10-03 | 2 | -2/+20 | |
| | |/ / | ||||||
| | * | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-10-03 | 7 | -59/+61 | |
| | |\ \ | ||||||
| | | * | | Updated CHANGELOG. | Michael V. O'Brien | 2007-10-03 | 1 | -0/+7 | |
| | | | | | ||||||
| | | * | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 2 | -15/+49 | |
| | | |\| | ||||||
| | | * | | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 5 | -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/puppet | Michael V. O'Brien | 2007-10-03 | 4 | -57/+116 | |
| | | |\ \ | ||||||
| | | * \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-02 | 3 | -14/+19 | |
| | | |\ \ \ | ||||||
| | | * \ \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 15 | -277/+332 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 1 | -4/+3 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Updated the configuration doc to more clearly explain where puppet.conf is ↵ | Michael V. O'Brien | 2007-09-25 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected to be by default. | |||||
| | | * | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 158 | -3937/+5845 | |
| | | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 6 | -58/+49 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | now be more reasonable. | |||||
| * | | | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-03 | 6 | -72/+165 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 7 | -71/+135 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | * | | | | | | | Adding more behaviours to the Puppet::Module spec, | Luke Kanies | 2007-10-03 | 2 | -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 routing | Luke Kanies | 2007-10-04 | 8 | -0/+112 | |
|\| | | | | | | | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Interpreting "hidden" class from spec drafts as a REST Controller. This ↵ | Rick Bradley | 2007-10-03 | 2 | -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 Bradley | 2007-10-03 | 6 | -0/+96 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | client-side REST terminus behavior. | |||||
* | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet | David Lutterkort | 2007-10-02 | 3 | -14/+19 | |
|\| | | | | | ||||||
| * | | | | | Fixed a failing test where we presumed that non-string Fact values would ↵ | Rick Bradley | 2007-10-02 | 1 | -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 Bradley | 2007-10-02 | 2 | -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 Lutterkort | 2007-10-02 | 4 | -57/+116 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | with "yum list". Fixes trac #836 Signed-off-by: David Lutterkort <dlutter@redhat.com> | |||||
* | | | | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 6 | -0/+151 | |
| | | | | | | | | | | | | | | | | information in yaml. | |||||
* | | | | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 2 | -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 Kanies | 2007-09-25 | 12 | -715/+794 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | indirection | |||||
| * | | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-09-25 | 2 | -1/+88 | |
| |\| | | ||||||
| | * | | Renamed princs to principals in the k5login type. | Michael V. O'Brien | 2007-09-24 | 1 | -7/+7 | |
| | | | | ||||||
| | * | | Added k5login type written by Digant Kasundra. This is for ticket #759. | Digant Kasundra | 2007-09-24 | 1 | -0/+87 | |
| | | | | ||||||
| | * | | Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of ↵ | Michael V. O'Brien | 2007-09-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | NameError. | |||||
| * | | | Fixing ralsh to use a configuration instead of a component | Luke Kanies | 2007-09-25 | 1 | -4/+3 | |
| | |/ | |/| | ||||||
| * | | Demoting the "file does not exist" log to debug from notice | Luke Kanies | 2007-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 157 | -3934/+5842 | |
| |\ \ | ||||||
| * | | | Fixing a small problem with the mailman type | Luke Kanies | 2007-09-25 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'testing' | Luke Kanies | 2007-09-11 | 7 | -707/+700 | |
| |\ \ | ||||||
| | * | | Fixed #797. Removed the warning message about specifying 'enable' or ↵ | Michael V. O'Brien | 2007-09-11 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | 'ensure' when initializing a service. | |||||
| | * | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-11 | 2 | -2/+2 | |
| | |\ \ | ||||||
| | * | | | Fixed #784 by applying patch by vvidic. | Michael V. O'Brien | 2007-09-11 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and ↵ | Michael V. O'Brien | 2007-09-10 | 4 | -577/+572 | |
| | | | | | | | | | | | | | | | | | | | | lexer. Updated CLASSREF token regex in the lexer. | |||||
| | * | | | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 3 | -630/+632 | |
| | | | | | ||||||
* | | | | | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 3 | -14/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | to underscore-separated words, e.g., FactStore becomes fact_store. | |||||
* | | | | | Removing obsolete fact stores and node sources. The functionality has been ↵ | Luke Kanies | 2007-09-24 | 4 | -239/+0 | |
| |_|_|/ |/| | | | | | | | | | | | moved into the indirector. | |||||
* | | | | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 8 | -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 will | Luke Kanies | 2007-09-23 | 5 | -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 match | Luke Kanies | 2007-09-23 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | the changed design in the previous commit. | |||||
* | | | | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 8 | -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 will | Luke Kanies | 2007-09-22 | 6 | -10/+358 | |
| | | | | | | | | | | | | | | | | acquire the behaviour of FileBuckets. | |||||
* | | | | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 53 | -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 Kanies | 2007-09-22 | 2 | -0/+170 | |
| | | | | | | | | | | | | | | | | | | | | be used as the back end for filebuckets and the certificate authority. |