mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
cloud driver isn't a provider
This will not have a ':' in it at all.
This commit is contained in:
parent
4456f7383d
commit
99046b441f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ def bootstrap(vm_, opts):
|
|||
}
|
||||
}
|
||||
|
||||
if vm_.get('driver', 'none:none').split(':')[1] == 'saltify':
|
||||
if vm_.get('driver') == 'saltify':
|
||||
saltify_driver = True
|
||||
else:
|
||||
saltify_driver = False
|
||||
|
|
Loading…
Add table
Reference in a new issue