mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix #9217
This commit is contained in:
parent
ceab83fcef
commit
081af04c81
@ -551,7 +551,7 @@ def create(vm_=None, call=None):
|
|||||||
),
|
),
|
||||||
'deploy_command': config.get_cloud_config_value(
|
'deploy_command': config.get_cloud_config_value(
|
||||||
'deploy_command', vm_, __opts__,
|
'deploy_command', vm_, __opts__,
|
||||||
default='/tmp/.saltcloud/deplloy.sh',
|
default='/tmp/.saltcloud/deploy.sh',
|
||||||
),
|
),
|
||||||
'start_action': __opts__['start_action'],
|
'start_action': __opts__['start_action'],
|
||||||
'sock_dir': __opts__['sock_dir'],
|
'sock_dir': __opts__['sock_dir'],
|
||||||
|
Loading…
Reference in New Issue
Block a user