mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Syndic roster not in 2017.7.9
This commit is contained in:
parent
111c63a4dc
commit
e9e57cfb05
1 changed files with 0 additions and 2 deletions
|
@ -527,9 +527,7 @@ class TestDaemon(object):
|
|||
Create a roster file for salt's syndic
|
||||
'''
|
||||
roster_path = os.path.join(FILES, 'conf/_ssh/roster')
|
||||
syndic_roster_path = os.path.join(FILES, 'conf/_ssh/syndic_roster')
|
||||
shutil.copy(roster_path, RUNTIME_VARS.TMP_CONF_DIR)
|
||||
shutil.copy(syndic_roster_path, os.path.join(RUNTIME_VARS.TMP_SYNDIC_MASTER_CONF_DIR, 'roster'))
|
||||
|
||||
def prep_ssh(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue