mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42911 from gtmanfred/2017.7
cloud driver isn't a provider
This commit is contained in:
commit
6a3279ea50
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