mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix invalid standard bootstrap-salt.sh path
Related to saltstack/salt#27089 Saltcloud virtualbox provider
This commit is contained in:
parent
1a8cd747c5
commit
152a190d69
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user