summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixes debian service enabled/disable issue as detailed in #1161.James Turnbull2008-04-031-1/+1
| |
| * Committed patch from #1160James Turnbull2008-04-031-76/+89
| |
| * Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-04-031-0/+23
| |\
| | * Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-03-313-3/+10
| | |\
| | * | Adding the report reference back; I don't really knowLuke Kanies2008-03-311-0/+23
| | | | | | | | | | | | | | | | why I removed it, since the information in it isn't anywhere else.
| * | | Pushed patch to fix #1174James Turnbull2008-04-021-1/+1
| | |/ | |/|
| * | Updates to rrdgraph documentationJames Turnbull2008-04-011-2/+4
| | |
| * | Better fix for #1020James Turnbull2008-04-011-0/+5
| | |
| * | Revert "Added updated fix for #1020"James Turnbull2008-04-011-5/+1
| | | | | | | | | | | | This reverts commit 4f8df9803a9ad2f31d3e86418732a230b5cee3f3.
| * | Fixed duplicate oid for parentnode and environment in schema - addresses #1170James Turnbull2008-04-011-1/+1
| | |
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-04-011-1/+1
| |\|
| * | Added updated fix for #1020James Turnbull2008-03-311-1/+5
| | |
* | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-testsPaul Lathrop2008-03-3118-62/+194
|\ \ \ | | |/ | |/|
| * | Fixing a duplicate word in the mount docsLuke Kanies2008-03-311-1/+1
| |/
| * Adding 0.24.4 header to the changelogLuke Kanies2008-03-301-0/+1
| |
| * Add a bunch of directives, allows a full parse of stanford's huge nagios configBlake Barnett2008-03-281-46/+60
| | | | | | | | Also reformatted a bit
| * Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.xLuke Kanies2008-03-281-0/+117
| |\
| | * Added check_puppet.rb Nagios check plugin (See #1162)James Turnbull2008-03-271-0/+117
| | |
| * | Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-2814-15/+15
| |/
* | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-261-1/+2
|\|
| * I think this will include the man pages in the build but overall the ↵James Turnbull2008-03-261-1/+2
| | | | | | | | Rakefile needs a rewrite
* | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-252-2/+2
|\|
| * Updated to version 0.24.4Luke Kanies2008-03-251-1/+1
| |
| * Updated to version 0.24.4Luke Kanies2008-03-251-1/+1
| |
* | Added some more tests for loadedfile, based off the old unit tests.Paul Lathrop2008-03-251-2/+23
| |
* | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-252-1/+14
|\|
| * Pass source to pkg_add via the PKG_PATH environment variable ifRyan McBride2008-03-252-1/+14
| |
* | Added rspec tests for loadedfilePaul Lathrop2008-03-241-0/+40
|/
* Fixing #571 -- provider suitability is now checked at resourceLuke Kanies2008-03-244-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 Kanies2008-03-244-36/+39
|
* Moved the configuration of the Node cache to the puppetmasterdLuke Kanies2008-03-243-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.xLuke Kanies2008-03-242-1/+6
|\
| * Disabled man page creation by default and updated CHANGELOGJames Turnbull2008-03-252-1/+6
| |
* | Modifying the way ensure is handled so that it supportsLuke Kanies2008-03-241-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 theLuke Kanies2008-03-244-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 Kanies2008-03-245-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 packageLuke Kanies2008-03-232-1/+4
| | | | matching. The actual problem was caused by the fix to #1001.
* Added man pages and man page creation logic to install.rbJames Turnbull2008-03-2211-505/+2734
|
* Ported #198 man page creation functionality to 0.24.x branchJames Turnbull2008-03-222-3/+54
|
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-2122-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 reparsingLuke Kanies2008-03-213-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 #1147Luke Kanies2008-03-201-3/+3
|
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-203-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 Quigley2008-03-202-1/+5
| | | | 388cf7c3df7ce26e953949ed6fe63d76cbbb3691 to resolve #1137; also, add tests which detect the problem.
* Applying patch by wyvern to fix #1142.Luke Kanies2008-03-201-2/+2
|
* * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the code ↵Karl Fogel2008-03-201-8/+8
| | | | somewhat after commit 738d275f41f3eaf015800021dd2dfe6c42a1ae79, as promised.
* * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Be more ↵Karl Fogel2008-03-201-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 Fogel2008-03-201-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 Fogel2008-03-201-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 Fogel2008-03-201-61/+61
|