Fix invalid standard bootstrap-salt.sh path

Related to saltstack/salt#27089 Saltcloud virtualbox provider
This commit is contained in:
LoveIsGrief 2016-01-24 18:23:55 +01:00
parent 1a8cd747c5
commit 152a190d69

View File

@ -1842,6 +1842,7 @@ def cloud_config(path, env_var='SALT_CLOUD_CONFIG', defaults=None,
os.path.abspath(
os.path.join(
os.path.dirname(__file__),
'..',
'cloud',
'deploy'
)