mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: fix minor bug in AWS provider (#1203)
This commit is contained in:
parent
ac026b4b63
commit
47d3ebf387
@ -58,10 +58,7 @@ module OneProvision
|
||||
|
||||
ssh_key.split("\n").each {|key| user_data << "- #{key}\n" }
|
||||
|
||||
# Escape \n to avoid multilines in Terraform deploy file
|
||||
user_data.gsub!("\n", '\\n')
|
||||
|
||||
user_data
|
||||
Base64.strict_encode64(user_data)
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user