Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixing a duplicate word in the mount docs | Luke Kanies | 2008-03-31 | 1 | -1/+1 | |
| |/ | ||||||
| * | Adding 0.24.4 header to the changelog | Luke Kanies | 2008-03-30 | 1 | -0/+1 | |
| | | ||||||
| * | Add a bunch of directives, allows a full parse of stanford's huge nagios config | Blake Barnett | 2008-03-28 | 1 | -46/+60 | |
| | | | | | | | | Also reformatted a bit | |||||
| * | Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.x | Luke Kanies | 2008-03-28 | 1 | -0/+117 | |
| |\ | ||||||
| | * | Added check_puppet.rb Nagios check plugin (See #1162) | James Turnbull | 2008-03-27 | 1 | -0/+117 | |
| | | | ||||||
| * | | Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby. | Paul Lathrop | 2008-03-28 | 14 | -15/+15 | |
| |/ | ||||||
* | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x | Paul Lathrop | 2008-03-26 | 1 | -1/+2 | |
|\| | ||||||
| * | I think this will include the man pages in the build but overall the ↵ | James Turnbull | 2008-03-26 | 1 | -1/+2 | |
| | | | | | | | | Rakefile needs a rewrite | |||||
* | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x | Paul Lathrop | 2008-03-25 | 2 | -2/+2 | |
|\| | ||||||
| * | Updated to version 0.24.4 | Luke Kanies | 2008-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | Updated to version 0.24.4 | Luke Kanies | 2008-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Added some more tests for loadedfile, based off the old unit tests. | Paul Lathrop | 2008-03-25 | 1 | -2/+23 | |
| | | ||||||
* | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x | Paul Lathrop | 2008-03-25 | 2 | -1/+14 | |
|\| | ||||||
| * | Pass source to pkg_add via the PKG_PATH environment variable if | Ryan McBride | 2008-03-25 | 2 | -1/+14 | |
| | | ||||||
* | | Added rspec tests for loadedfile | Paul Lathrop | 2008-03-24 | 1 | -0/+40 | |
|/ | ||||||
* | Fixing #571 -- provider suitability is now checked at resource | Luke Kanies | 2008-03-24 | 4 | -14/+34 | |
| | | | | | | | evaluation time, rather than resource instantiation time. This means that you don't catch your "errors" as early, but it also means you should be able to realistically configure a whole host in one run. | |||||
* | Fixing a couple of tests. | Luke Kanies | 2008-03-24 | 4 | -36/+39 | |
| | ||||||
* | Moved the configuration of the Node cache to the puppetmasterd | Luke Kanies | 2008-03-24 | 3 | -3/+6 | |
| | | | | | executable, since it otherwise causes caches to be used in all cases, which we don't want (e.g., bin/puppet was using them). | |||||
* | Merge commit 'turnbull/0.24.x' into 0.24.x | Luke Kanies | 2008-03-24 | 2 | -1/+6 | |
|\ | ||||||
| * | Disabled man page creation by default and updated CHANGELOG | James Turnbull | 2008-03-25 | 2 | -1/+6 | |
| | | ||||||
* | | Modifying the way ensure is handled so that it supports | Luke Kanies | 2008-03-24 | 1 | -3/+8 | |
|/ | | | | | | having it be a parameter. This is only useful if you want a composite resource that just generates other resources and passes the value on. | |||||
* | Fixing #1138 -- the yamldir is automatically created by the | Luke Kanies | 2008-03-24 | 4 | -12/+9 | |
| | | | | | server now that it's in the :puppetmasterd section rather than a separate :yaml section. | |||||
* | Disabling http keep-alive as a means of preventing #1010. | Luke Kanies | 2008-03-24 | 5 | -105/+188 | |
| | | | | | | | There is now a constant in Puppet::Network::HttpPool that will disable or enable this feature, but note that we determined that it can cause corruption, especially in file serving (but it's client-side corruption). | |||||
* | Applying patch by Ryan McBride to fix OpenBSD package | Luke Kanies | 2008-03-23 | 2 | -1/+4 | |
| | | | | matching. The actual problem was caused by the fix to #1001. | |||||
* | Added man pages and man page creation logic to install.rb | James Turnbull | 2008-03-22 | 11 | -505/+2734 | |
| | ||||||
* | Ported #198 man page creation functionality to 0.24.x branch | James Turnbull | 2008-03-22 | 2 | -3/+54 | |
| | ||||||
* | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 22 | -26/+61 | |
| | | | | | | | | | | any local variables and added a local variable -- see http://snurl.com/21zf8. My own testing showed that this caused memory growth to level off at a reasonable level. Note that the link above says the problem is only with class methods, but my own testing showed that it's any method that meets these criteria. This is not a functional change, but should hopefully be the last nail in the coffin of #1131. | |||||
* | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 2008-03-21 | 3 | -9/+22 | |
| | | | | | | | | | | files, thanks to work by Adam Jacob and Arjuna Christenson (the finding, not the leak). I'm going to act like this fixes #1131, at least for now, but I doubt it does, since that shows general memory growth over time, whereas the leak here should go away as soon as files are reparsed (because the parser is holding the reference to the leaking array). | |||||
* | Fixing a test I broke with my fix to #1147 | Luke Kanies | 2008-03-20 | 1 | -3/+3 | |
| | ||||||
* | Fixed #1147: Cached nodes are correctly considered out of | Luke Kanies | 2008-03-20 | 3 | -0/+21 | |
| | | | | | | date if the node facts have been updated (thus causing node facts to again be available in manifests, for those cases where they were not). | |||||
* | tweak the (already applied) patch in ↵ | Sam Quigley | 2008-03-20 | 2 | -1/+5 | |
| | | | | 388cf7c3df7ce26e953949ed6fe63d76cbbb3691 to resolve #1137; also, add tests which detect the problem. | |||||
* | Applying patch by wyvern to fix #1142. | Luke Kanies | 2008-03-20 | 1 | -2/+2 | |
| | ||||||
* | * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the code ↵ | Karl Fogel | 2008-03-20 | 1 | -8/+8 | |
| | | | | somewhat after commit 738d275f41f3eaf015800021dd2dfe6c42a1ae79, as promised. | |||||
* | * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Be more ↵ | Karl Fogel | 2008-03-20 | 1 | -0/+3 | |
| | | | | | | | sophisticated about what we do at the beginning of the buffer, so that the first expression after an block-opening statement that happens to begin at the beginning of the buffer gets indented correctly. This may need some cleanup, but I wanted to get the correct behavior committed first. Reported by: Micah Anderson (Who again supplied the reproduction case.) | |||||
* | Fix bug mentioned in commit f814e23eab140ad01df4a4a3b187fcbf20da02be: | Karl Fogel | 2008-03-20 | 1 | -2/+2 | |
| | | | | | | | | | * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): When iterating backwards, test for beginning-of-buffer first, to avoid an infinite loop. Reported by: Micah Anderson (He also supplied a clear reproduction recipe.) | |||||
* | * ext/emacs/puppet-mode.el (puppet-comment-line-p, puppet-in-array): New ↵ | Karl Fogel | 2008-03-20 | 1 | -29/+88 | |
| | | | | | | | | | | | helper functions. (puppet-indent-line): Rewrite to handle three more situations: indent elements in an array, indent single-line blocks, and ignore previous comment content when indenting non-comment lines. Suggested by: Micah Anderson (He also provided the test data.) Notes: Michah points out that this change may have introduced an infinite loop (he can cause Emacs to hang now). Will investigate and fix in a separate change. | |||||
* | * ext/emacs/puppet-mode.el: Untabify, in preparation for substantive changes. | Karl Fogel | 2008-03-20 | 1 | -61/+61 | |
| | ||||||
* | Adding another commit for #1136 -- Consolidated | Luke Kanies | 2008-03-20 | 2 | -16/+14 | |
| | | | | | the setting of the loglevel and destination to just one call, rather than the multiple calls that remained. | |||||
* | Fixed ports documentation error | James Turnbull | 2008-03-20 | 1 | -2/+1 | |
| | ||||||
* | Added more detail about the requirement for ruby-libshadow for useradd ↵ | James Turnbull | 2008-03-20 | 1 | -1/+1 | |
| | | | | password management | |||||
* | Final fix to #1136 - further changes to --test setting | James Turnbull | 2008-03-20 | 1 | -0/+4 | |
| | ||||||
* | Second fix to #1136 - fixed --test problem | James Turnbull | 2008-03-20 | 1 | -1/+1 | |
| | ||||||
* | Fix for ticket #1136 --verbose cancels out --debug | James Turnbull | 2008-03-20 | 1 | -12/+22 | |
| | ||||||
* | Applied patch in #1134 | James Turnbull | 2008-03-20 | 1 | -0/+5 | |
| | ||||||
* | fixing another failing test | Luke Kanies | 2008-03-19 | 1 | -0/+2 | |
| | ||||||
* | Fixing some tests that only failed under certain | Luke Kanies | 2008-03-18 | 5 | -10/+14 | |
| | | | | | circumstances (mostly, when loaded with other files, or when loaded from rake or autotest rather than separately). | |||||
* | Refactoring how the catalog creation handles errors. | Luke Kanies | 2008-03-18 | 4 | -50/+72 | |
| | | | | | | | | | | | | | | | | | | Previously, if there were an error creating a resource, the error would propagate leaving any previously created resources still in memory. Now, resources are removed by default when an error happens during instantiation, and the error propagates to the caller so that they can log or whatever. This also allows the Settings class to correctly and separately handle the cases where we can't create the catalog (which should never happen in normal usage but was happening because of this error -- later catalogs couldn't be created because earlier catalogs left resources lying around) from those where we can't apply the catalog. | |||||
* | Removing extra debugging | Luke Kanies | 2008-03-18 | 1 | -1/+0 | |
| | ||||||
* | Fixing a unit test for node integration | Luke Kanies | 2008-03-18 | 1 | -9/+2 | |
| | ||||||
* | Settings now (again?) do not use a section more than | Luke Kanies | 2008-03-18 | 2 | -8/+26 | |
| | | | | once, which should make the system a bit more efficient. |