mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Stop error messages about missing roster file on syndic master
This commit is contained in:
parent
6bf8f46df3
commit
cefdd907c1
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ class TestDaemon(object):
|
|||
'''
|
||||
roster_path = os.path.join(FILES, 'conf/_ssh/roster')
|
||||
shutil.copy(roster_path, RUNTIME_VARS.TMP_CONF_DIR)
|
||||
shutil.copy(roster_path, RUNTIME_VARS.TMP_SYNDIC_MASTER_CONF_DIR)
|
||||
|
||||
def prep_ssh(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue