Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Updating first portion of the Network RESTServer spec with example code, ↵ | Rick Bradley | 2007-10-04 | 1 | -0/+18 | |
| | | | | | | | | getting the added examples to pass. | |||||
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-04 | 1 | -2/+2 | |
|\| | ||||||
| * | Attempting to reproduce and fix #829 by applying patch by Paul. I could not | Luke Kanies | 2007-10-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | get a test to show the exception, nor could I figure out how the coding bug could have actually had an impact, but it's an innocent-enough fix, so I'm fine applying it. | |||||
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-04 | 187 | -360/+60 | |
|\| | ||||||
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-04 | 4 | -118/+5 | |
| |\ | ||||||
| | * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 186 | -223/+40 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/puppet/defaults.rb lib/puppet/dsl.rb | |||||
| | * | | I finally tracked down the problem that was causing providers | Luke Kanies | 2007-10-03 | 3 | -112/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to sometimes suddenly disappear and thus tests to fail -- Kernel.require was not loading the normal ruby path (e.g., 'puppet/type/cron'), so if someone else loaded that then it would replace the in-memory type with a new one, but that new one couldn't load its own providers, because the Kernel would ignore the providers, thinking they were already loaded. This doesn't fix all of the autoloading problems, but at least we won't suddenly break a ton of tests. | |||||
| | * | | Fixing the yaml path so that it is correctly | Luke Kanies | 2007-10-03 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | created for puppetmasterd. | |||||
| * | | | Fixing #817, mostly using the patch by DavidS. I could | Luke Kanies | 2007-10-03 | 2 | -20/+15 | |
| | |/ | |/| | | | | | | | | | | not directly use the patch because I have refactored too much. | |||||
| * | | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 179 | -179/+0 | |
| | | | ||||||
| * | | 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 | 1 | -2/+3 | |
| |/ / | ||||||
| * | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-10-03 | 4 | -7/+17 | |
| |\ \ | ||||||
| | * | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 1 | -6/+7 | |
| | |\| | ||||||
| | * | | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 3 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -57/+113 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 9 | -242/+66 | |
| | |\ \ \ | ||||||
| | * | | | | 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 | 67 | -1236/+1891 | |
| | |\ \ \ \ | ||||||
| * | | | | | | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 4 | -31/+19 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | now be more reasonable. | |||||
* | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-03 | 4 | -63/+120 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 3 | -57/+113 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Use external helper script to talk to yum; should avoid any more trouble ↵ | David Lutterkort | 2007-10-02 | 3 | -57/+113 | |
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | with "yum list". Fixes trac #836 Signed-off-by: David Lutterkort <dlutter@redhat.com> | |||||
| * / | | | Adding more behaviours to the Puppet::Module spec, | Luke Kanies | 2007-10-03 | 1 | -6/+7 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | and fixing some bugs in the process. Specifically, modules were no longer correctly handling fully qualified files, and they do so once again. | |||||
* | | | | Interpreting "hidden" class from spec drafts as a REST Controller. This ↵ | Rick Bradley | 2007-10-03 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | 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 | 3 | -0/+16 | |
|/ / / | | | | | | | | | | client-side REST terminus behavior. | |||||
* | | | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 3 | -0/+31 | |
| | | | | | | | | | | | | information in yaml. | |||||
* | | | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 1 | -1/+31 | |
| | | | | | | | | | | | | | | | 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 | 9 | -710/+764 | |
|\ \ \ | | | | | | | | | | | | | 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. | |||||
| * | | 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 | 66 | -1233/+1888 | |
| |\ \ | ||||||
| * | | | Fixing a small problem with the mailman type | Luke Kanies | 2007-09-25 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'testing' | Luke Kanies | 2007-09-11 | 5 | -706/+673 | |
| |\ \ | ||||||
| | * | | 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 | 3 | -576/+553 | |
| | | | | | | | | | | | | | | | | | | | | lexer. Updated CLASSREF token regex in the lexer. | |||||
| | * | | | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 2 | -630/+624 | |
| | | | | | ||||||
* | | | | | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -10/+193 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | be used by 'puppet' and the Cfengine 'module_puppet', since they need to set up the node specially with classes and other weird things. | |||||
* | | | | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 3 | -16/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -9/+95 | |
| | | | | | | | | | | | | | | | | acquire the behaviour of FileBuckets. | |||||
* | | | | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 26 | -63/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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". |