mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Roster defines the roster system not a file
This commit is contained in:
parent
05836b3948
commit
2594f246e5
@ -285,7 +285,7 @@ def state(name,
|
||||
cmd_kw['tgt_type'] = tgt_type
|
||||
cmd_kw['ssh'] = ssh
|
||||
if 'roster' in kwargs:
|
||||
cmd_kw['roster_file'] = kwargs['roster']
|
||||
cmd_kw['roster'] = kwargs['roster']
|
||||
cmd_kw['expect_minions'] = expect_minions
|
||||
if highstate:
|
||||
fun = 'state.highstate'
|
||||
|
Loading…
Reference in New Issue
Block a user