From 266aafa6efa9dff5fb0b49ffdafc9372edcafdfe Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 2 Aug 2009 11:20:30 +0200 Subject: default server in remote filebuckets With the path parameter set to false, the server defaults to Puppet[:server]. This allows to use a remote filebucket without syncing the servername there with the one used on the config file. To use the default server, this manifest can be used: filebucket { main: path => false } A related bug report is: http://projects.reductivelabs.com/issues/2456 --- test/lib/puppettest/testcase.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib') diff --git a/test/lib/puppettest/testcase.rb b/test/lib/puppettest/testcase.rb index 9af0292b4..bd566dff2 100644 --- a/test/lib/puppettest/testcase.rb +++ b/test/lib/puppettest/testcase.rb @@ -5,6 +5,7 @@ require 'puppettest' require 'puppettest/runnable_test' +require 'test/unit' class PuppetTest::TestCase < Test::Unit::TestCase include PuppetTest -- cgit