mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct cloud_prep_sls reference
This commit is contained in:
parent
520e5e6676
commit
bd59d3a6b2
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ def run(opts):
|
|||
time.sleep(3)
|
||||
# Run Cloud Provider tests pillar preparation SLS
|
||||
cmd = (
|
||||
'salt -t 600 {target} state.sls {cloud_config_sls} pillar="{pillar}" '
|
||||
'salt -t 600 {target} state.sls {cloud_prep_sls} pillar="{pillar}" '
|
||||
'--no-color'.format(
|
||||
target=build_minion_target(opts, vm_name),
|
||||
cloud_prep_sls='cloud-test-configs',
|
||||
|
|
Loading…
Add table
Reference in a new issue