mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
remove misconfigured file_roots lines
This commit is contained in:
parent
bb356df777
commit
d643db9154
@ -42,9 +42,7 @@ class TestDaemon(object):
|
||||
# clean up the old files
|
||||
if os.path.isdir(self.master_opts['root_dir']):
|
||||
shutil.rmtree(self.master_opts['root_dir'])
|
||||
self.master_opts['file_roots'] = FILES
|
||||
self.master_opts['hosts.file'] = os.path.join(TMP, 'hosts')
|
||||
self.minion_opts['file_roots'] = FILES
|
||||
self.minion_opts['hosts.file'] = os.path.join(TMP, 'hosts')
|
||||
verify_env([
|
||||
os.path.join(self.master_opts['pki_dir'], 'minions'),
|
||||
|
Loading…
Reference in New Issue
Block a user