mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
fc9304f7f8
commit
4a8cc87b47
1 changed files with 1 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ def request_instance(vm_=None, call=None):
|
|||
userdata = fh_.read()
|
||||
|
||||
if userdata is not None:
|
||||
params['UserData'] = base64.b64encode(userdata)
|
||||
params[spot_prefix + 'UserData'] = base64.b64encode(userdata)
|
||||
|
||||
vm_size = config.get_cloud_config_value(
|
||||
'size', vm_, __opts__, search_global=False
|
||||
|
|
Loading…
Add table
Reference in a new issue