diff options
Diffstat (limited to 'test/puppet')
| -rwxr-xr-x | test/puppet/tc_defaults.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/puppet/tc_defaults.rb b/test/puppet/tc_defaults.rb index 06edd7873..0f46e6496 100755 --- a/test/puppet/tc_defaults.rb +++ b/test/puppet/tc_defaults.rb @@ -10,9 +10,9 @@ require 'test/unit' # $Id$ class TestPuppetDefaults < Test::Unit::TestCase - @@dirs = %w{rrddir puppetconf puppetvar logdir statedir certdir bucketdir} - @@files = %w{logfile checksumfile localcert localkey localpub - rootcert rootkey rootpub manifest masterlog} + @@dirs = %w{rrddir puppetconf puppetvar logdir statedir} + @@files = %w{logfile checksumfile + manifest masterlog} @@normals = %w{puppetport masterport server} @@booleans = %w{rrdgraph noop} def testStringOrParam |
