diff options
author | Till Maas <opensource@till.name> | 2009-08-02 11:20:30 +0200 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-08-03 07:42:54 +1000 |
commit | 266aafa6efa9dff5fb0b49ffdafc9372edcafdfe (patch) | |
tree | fef3c920a0275cb040d13f778e543ff0e4994f7e /test/lib/puppettest | |
parent | 1f8ef6086cc1bb27035cc2534fac781a0349bfb5 (diff) | |
download | puppet-266aafa6efa9dff5fb0b49ffdafc9372edcafdfe.tar.gz puppet-266aafa6efa9dff5fb0b49ffdafc9372edcafdfe.tar.xz puppet-266aafa6efa9dff5fb0b49ffdafc9372edcafdfe.zip |
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
Diffstat (limited to 'test/lib/puppettest')
-rw-r--r-- | test/lib/puppettest/testcase.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |