mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24247 from rallytime/bp-24220
Backport #24220 to 2015.5
This commit is contained in:
commit
da14f3b976
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