summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge branch 'routing'Luke Kanies2008-01-01220-10/+10534
| | |\ \
| | | * | tweaking spec language; require Puppet::Network::HTTP class since it is ↵Rick Bradley2007-12-072-4/+6
| | | | | | | | | | | | | | | | | | | | referenced by Puppet::Network::Server
| | | * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-12-073-14/+58
| | | |\ \
| | | * \ \ Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-12-066-3/+25
| | | |\ \ \
| | | * | | | Moving $PUPPET/spec/lib/autotest up to $PUPPET/autotest as something has ↵Rick Bradley2007-12-05216-6/+10609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed and it can't be found otherwise. Adding $PUPPET/vendor/gems, with unpacked rspec gem there, introducing to spec_helper.rb LOAD_PATH incantation. Eliminating ad hoc unpacked rspec from spec/lib. Moving monkey_patches and shared_behaviors up under spec/. Adjusting spec_helper.rb accordingly. Nuking spec/lib. Fixing up autotest/puppet_rspec.rb to be able to hunt down our vendor/gems/rspec/bin/spec binary. We can now run rspec without having to have the rspec gem installed.
| | | * | | | moving autotest directory to make it possible to run autotest againRick Bradley2007-12-057-81/+0
| | | | | | |
| * | | | | | Fixed puppet logcheck issuesJames Turnbull2008-01-011-2/+0
| | | | | | |
| * | | | | | Revert "Fixed documentation for code option in defaults.rb"James Turnbull2008-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e6547f03c48dde95f86538c5d4d25137e124792b.
| * | | | | | Revert "Fixed indentation error in pkgdmg.rb documentation"James Turnbull2008-01-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit badf97777a9090b0645202217dcf217fbfdd5425.
| * | | | | | Revert "Fixed issue where permissions are incorrectly set on Debian for ↵James Turnbull2008-01-011-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /var/puppet/run directory" This reverts commit 594a5a3522a653ac0d2ddd6217c66c056fad1b60.
| * | | | | | Added patch to ext/logcheck/puppet to fix ticket #978James Turnbull2007-12-311-0/+2
| | | | | | |
| * | | | | | Fixed indentation error in pkgdmg.rb documentationJames Turnbull2007-12-301-6/+2
| | | | | | |
| * | | | | | Fixed documentation for code option in defaults.rbJames Turnbull2007-12-301-1/+1
| | | | | | |
| * | | | | | Fixed issue where permissions are incorrectly set on Debian for ↵James Turnbull2007-12-301-1/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | /var/puppet/run directory
| * | | | | Merge branch '0.24.x'Luke Kanies2007-12-2237-489/+648
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: conf/redhat/puppet.spec
| * \ \ \ \ \ Merge branch '0.24.x'Luke Kanies2007-12-174-12/+58
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '0.24.x'Luke Kanies2007-12-173-4/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Updated for 0.24.0David Lutterkort2007-12-141-1/+14
| | | | | | | | |
* | | | | | | | | More fixes to the testing.Luke Kanies2008-01-154-14/+11
| | | | | | | | |
* | | | | | | | | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-1419-168/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | references. This should have gotten rid of all of them, and now it's just a question of fixing a few hopefully unrelated failing tests.
* | | | | | | | | Fixing automatic relationships. I was previously looking themLuke Kanies2008-01-145-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up in the relationship graph, which only stores the vertices, not the resource table.
* | | | | | | | | Another round of fixes toward making global resources work.Luke Kanies2008-01-0925-297/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only remaining failures are more complicated ones (which I'll need to not be on a plane to debug, for battery reasons) or those related to the broken directory_service providers.
* | | | | | | | | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-0828-308/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We still have about 60 failing tests, but some of them are the failing directory service tests (probably 20 or so), and most are simple fixes to the tests themselves.
* | | | | | | | | Merge branch '0.24.x' into no_global_resourcesLuke Kanies2008-01-0735-2666/+151
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-0730-2662/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the system, and implemented my own topsort method.
| * | | | | | | | Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-073-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | times.
| * | | | | | | | Fixing the unit tests for nagios_maker; I could swear I'd alreadyLuke Kanies2008-01-072-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | done this but I must not have committed it.
| * | | | | | | | Removing the requirement in the parsed mount providerLuke Kanies2008-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that the fstab file exist.
| * | | | | | | | Fixed #984 - Added Debian to reponsefile docoJames Turnbull2008-01-041-1/+1
| | | | | | | | |
* | | | | | | | | Fixing a couple of failing testsLuke Kanies2008-01-023-11/+14
|/ / / / / / / /
* | | | | | | | Fixed #980 - minor wiki formatting error in nagios_maker.rbJames Turnbull2008-01-021-1/+1
| | | | | | | |
* | | | | | | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-01-0223-1/+1824
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'nagios' into 0.24.xLuke Kanies2007-12-3123-1/+1824
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added builtin support for all Nagios resource types.Luke Kanies2007-12-3116-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 Kanies2007-12-311-4/+0
| | | | | | | | | |
| | * | | | | | | | Adding the metaprogramming to create the Nagios typesLuke Kanies2007-12-312-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 noLuke Kanies2007-12-279-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 docoJames Turnbull2008-01-011-1/+1
| | | | | | | | |
* | | | | | | | | Fixed ticket #979 - pkgdmg.rb documentationJames Turnbull2008-01-011-3/+1
| | | | | | | | |
* | | | | | | | | Fixed ticket #978 - logcheck/puppetJames Turnbull2008-01-011-0/+2
|/ / / / / / / /
* / / / / / / / Fixing the inability to manage '/' directly. It was a resultLuke Kanies2007-12-272-1/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | of stripping extra and trailing slashes.
* | | | | | | Merge branch '0.24.x' of git://git.et.redhat.com/puppet into 0.24.xLuke Kanies2007-12-221-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Updated for 0.24.1David Lutterkort2007-12-221-2/+5
| | | | | | | |
* | | | | | | | Adding 0.24.1 tag to the changelog.Luke Kanies2007-12-211-0/+1
| | | | | | | |
* | | | | | | | Updated to version 0.24.1Luke Kanies2007-12-221-2/+2
| | | | | | | |
* | | | | | | | Updated to version 0.24.1Luke Kanies2007-12-221-1/+1
| | | | | | | |
* | | | | | | | Updating an exception message a bit.Luke Kanies2007-12-211-1/+1
| | | | | | | |
* | | | | | | | Attempting to fix #952 -- catching any exceptions thrownLuke Kanies2007-12-211-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during a run.
* | | | | | | | Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-219-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'sLuke Kanies2007-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clear how to solve the problem.