mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51694 from assafShapira/2018.3
fix minion bootstrapping issue
This commit is contained in:
commit
3475813d13
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ def _deploy_salt_minion(name, session, vm_):
|
|||
vm_['ssh_host'] = get_vm_ip(name, session)
|
||||
vm_['user'] = vm_.get('user', 'root')
|
||||
vm_['password'] = vm_.get('password', 'p@ssw0rd!')
|
||||
vm_['provider'] = vm_.get('provider', 'xen')
|
||||
log.debug('%s has IP of %s', name, vm_['ssh_host'])
|
||||
# Bootstrap Salt minion!
|
||||
if vm_['ssh_host'] is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue