Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Updated tagmail documentation fixing ticket #996 | James Turnbull | 2008-01-10 | 1 | -0/+4 | |
| | | ||||||
| * | Fixes ticket #993 - tagmail with smtpserver specified does not add ↵ | James Turnbull | 2008-01-09 | 1 | -1/+8 | |
| | | | | | | | | To/From/Subject header | |||||
* | | Updated documentation for builtin cron type; added information about range ↵ | Paul Lathrop | 2008-01-09 | 1 | -0/+7 | |
|/ | | | | and step syntaxes. | |||||
* | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 30 | -2662/+128 | |
| | | | | from the system, and implemented my own topsort method. | |||||
* | Fixing #971 -- classes can once again be included multiple | Luke Kanies | 2008-01-07 | 3 | -1/+20 | |
| | | | | times. | |||||
* | Fixing the unit tests for nagios_maker; I could swear I'd already | Luke Kanies | 2008-01-07 | 2 | -10/+11 | |
| | | | | done this but I must not have committed it. | |||||
* | Removing the requirement in the parsed mount provider | Luke Kanies | 2008-01-07 | 2 | -2/+2 | |
| | | | | that the fstab file exist. | |||||
* | Fixed #984 - Added Debian to reponsefile doco | James Turnbull | 2008-01-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed #980 - minor wiki formatting error in nagios_maker.rb | James Turnbull | 2008-01-02 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x | James Turnbull | 2008-01-02 | 23 | -1/+1824 | |
|\ | ||||||
| * | Merge branch 'nagios' into 0.24.x | Luke Kanies | 2007-12-31 | 23 | -1/+1824 | |
| |\ | ||||||
| | * | Added builtin support for all Nagios resource types. | Luke Kanies | 2007-12-31 | 16 | -31/+135 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I use Naginator to parse and generate the files, with ParsedFile to handle record management and the like. Note that each resource type itself is just a call to a Factory method, since everything is just based on Naginator. Given that, all of the tests are in a single unit/ral/types/nagios.rb file, since I used a factory to generate them, too. This is probably either unnecessary or insufficient, but it's as far as I'm willing to go in testing them, and it did actually catch a few bugs. | |||||
| | * | Removing the one-off naginator provider for nagios_command. | Luke Kanies | 2007-12-31 | 1 | -4/+0 | |
| | | | ||||||
| | * | Adding the metaprogramming to create the Nagios types | Luke Kanies | 2007-12-31 | 2 | -0/+144 | |
| | | | | | | | | | | | | | | | | | | and Naginator providers. This is basically all of the code that's necessary to create all of the needed Nagios types. | |||||
| | * | Adding the first round of Nagios code. There are no | Luke Kanies | 2007-12-27 | 9 | -1/+1580 | |
| | | | | | | | | | | | | | | | | | | | | | tests here, but at least a single Nagios type is functional. Now I need to do some metaprogramming so this works for all nagios types, and add tests for the whole thing. | |||||
* | | | Fixed ticket #979 - code configuration option doco | James Turnbull | 2008-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed ticket #979 - pkgdmg.rb documentation | James Turnbull | 2008-01-01 | 1 | -3/+1 | |
| | | | ||||||
* | | | Fixed ticket #978 - logcheck/puppet | James Turnbull | 2008-01-01 | 1 | -0/+2 | |
|/ / | ||||||
* / | Fixing the inability to manage '/' directly. It was a result | Luke Kanies | 2007-12-27 | 2 | -1/+8 | |
|/ | | | | of stripping extra and trailing slashes. | |||||
* | Merge branch '0.24.x' of git://git.et.redhat.com/puppet into 0.24.x | Luke Kanies | 2007-12-22 | 1 | -0/+3 | |
|\ | ||||||
| * | Updated for 0.24.1 | David Lutterkort | 2007-12-22 | 1 | -2/+5 | |
| | | ||||||
* | | Adding 0.24.1 tag to the changelog. | Luke Kanies | 2007-12-21 | 1 | -0/+1 | |
| | | ||||||
* | | Updated to version 0.24.1 | Luke Kanies | 2007-12-22 | 1 | -2/+2 | |
| | | ||||||
* | | Updated to version 0.24.1 | Luke Kanies | 2007-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Updating an exception message a bit. | Luke Kanies | 2007-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | Attempting to fix #952 -- catching any exceptions thrown | Luke Kanies | 2007-12-21 | 1 | -2/+5 | |
| | | | | | | | | during a run. | |||||
* | | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 9 | -188/+159 | |
| | | | | | | | | | | | | | | caused other problems. This whole thing will hopefully get *drastically* easier once we get rid of global resources. | |||||
* | | Updating the failure when the CRL is missing, so it's | Luke Kanies | 2007-12-21 | 1 | -2/+2 | |
| | | | | | | | | clear how to solve the problem. | |||||
* | | Fixing parseonly with a modified version of jay's | Luke Kanies | 2007-12-19 | 1 | -0/+2 | |
| | | | | | | | | patch from #968. | |||||
* | | Updating filetype detection for vim, and changing | Luke Kanies | 2007-12-19 | 5 | -9/+6 | |
| | | | | | | | | the filestructure for vim files. (#900 and #963) | |||||
* | | Fixing #967 -- default resources no longer conflict with | Luke Kanies | 2007-12-19 | 3 | -7/+25 | |
| | | | | | | | | managed resources. | |||||
* | | Adding a --print option to puppetca that just prints the full-text version of a | Luke Kanies | 2007-12-19 | 1 | -5/+50 | |
| | | | | | | | | | | | | certificate, and --verify, which uses the external openssl command to verify the cert against the CA cert (I could not find an option to the builtin Ruby libraries to do this). | |||||
* | | Removing the ability to disable http-keep alive, | Luke Kanies | 2007-12-19 | 4 | -24/+16 | |
| | | | | | | | | since it didn't work and is now unnecessary. | |||||
* | | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 13 | -281/+372 | |
| | | | | | | | | | | | | | | | | a central module responsible for managing the http pool (Puppet::Network::HttpPool), and it also handles setting certificate information. This gets rid of what were otherwise long chains of method calls, and it makes the code paths much clearer. | |||||
* | | Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x | Luke Kanies | 2007-12-18 | 2 | -7/+31 | |
|\| | ||||||
| * | Uninstalling packages through 'ensure => absent' works again for the rpm and ↵ | David Lutterkort | 2007-12-17 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | yum providers. Before, 'rpm -e' was called without a package name. The code now makes sure that 'rpm -e' gets exactly one package to uninstall on each invocation, since rpm gets grumpy otherwise (besides passing the correct package NVR, of course). | |||||
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x | David Lutterkort | 2007-12-17 | 4 | -12/+58 | |
| |\ | ||||||
| * | | Updated for 0.24.0-2 | David Lutterkort | 2007-12-17 | 1 | -1/+4 | |
| | | | ||||||
| * | | Updated for 0.24.0 | David Lutterkort | 2007-12-17 | 1 | -1/+14 | |
| | | | ||||||
* | | | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 4 | -8/+23 | |
| | | | | | | | | | | | | against 0.24.0 servers. | |||||
* | | | Fixing some tests that were failing with the recent ruby that has | Luke Kanies | 2007-12-18 | 4 | -0/+10 | |
| |/ |/| | | | | | ssl issues. | |||||
* | | Fixing #961 -- closing existing, open connections when | Luke Kanies | 2007-12-17 | 4 | -12/+58 | |
|/ | | | | | a new connection is requested, and closing all connections at the end of each run. | |||||
* | Updating changelog to reflect the fact that we no | Luke Kanies | 2007-12-17 | 1 | -0/+2 | |
| | | | | longer warn about explicit plugin mounts. | |||||
* | Remove the warning about an explicit plugins mount. | Luke Kanies | 2007-12-17 | 1 | -4/+0 | |
| | | | | | | | | While module specific plugins are a good thing, explicit plugins that don't fit into modules should be allowed or at least not deprecated until it's proven that they are not useful to anyone. (Patch by Chris MacLeod.) | |||||
* | Fixing the Rakefile to include the yumhelper.py file in | Luke Kanies | 2007-12-17 | 1 | -0/+1 | |
| | | | | the file list. | |||||
* | Updated to version 0.24.0 | Luke Kanies | 2007-12-13 | 1 | -1/+1 | |
| | ||||||
* | Updated to version 0.24.0 | Luke Kanies | 2007-12-13 | 1 | -1/+1 | |
| | ||||||
* | Adding changelog update for misspiggy/0.24.0 | Luke Kanies | 2007-12-13 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-12-12 | 1 | -1/+1 | |
|\ | ||||||
| * | Hopefully finally fixing #959. Loading the stored cache | Luke Kanies | 2007-12-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | resulted in the resource duplication, based on how the settings are used, so I added a test to only use those settings if the directories do not exist. This isn't a great fix, but it will suffice until I can kill these resource conflicts once and for all. |