Correct cloud_prep_sls reference

This commit is contained in:
rallytime 2014-08-31 09:31:12 -06:00
parent 520e5e6676
commit bd59d3a6b2

View file

@ -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',