mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
adding key_filename param to vsphere provider
This commit is contained in:
parent
1504c76d3a
commit
0b1041dd72
1 changed files with 3 additions and 0 deletions
|
@ -367,6 +367,9 @@ def _deploy(vm_):
|
|||
),
|
||||
'sudo_password': config.get_cloud_config_value(
|
||||
'sudo_password', vm_, __opts__, default=None
|
||||
),
|
||||
'key_filename': config.get_cloud_config_value(
|
||||
'key_filename', vm_, __opts__, default=None
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue