From 46824cd8167e2d07ba1f1bdb0cc24789b3a565b1 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 20 Jun 2006 18:10:06 +0000 Subject: Setting pluginsync default to false, and (hopefully) fixing autosign problem when the file exists and autosign is set to true (#180). The problem was that the puppetmasterd script was redundantly setting autosign in the CA, when the CA already knows how to deal with autosigning, which meant that autosign was being set before the config was parsed. Thus, there was no bug when autosign was set on the command line but there was when it was set in the config. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1304 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetmasterd.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/executables') diff --git a/test/executables/puppetmasterd.rb b/test/executables/puppetmasterd.rb index cbf8ac02a..92a8c6b84 100755 --- a/test/executables/puppetmasterd.rb +++ b/test/executables/puppetmasterd.rb @@ -74,14 +74,10 @@ class TestPuppetMasterD < Test::Unit::TestCase ) } assert_nothing_raised() { - #Puppet.notice "calling status" - #retval = client.call("status.status", "") retval = client.getconfig } objects = nil - stopmasterd - sleep(1) end # verify that we can run puppetmasterd in parse-only mode -- cgit