There was an error while loading. Please reload this page.
2 parents c482a02 + 2e54008 commit b22278dCopy full SHA for b22278d
1 file changed
lib/kitchen/driver/digitalocean.rb
@@ -118,7 +118,7 @@ def create_server
118
region: config[:region],
119
image: config[:image],
120
size: config[:size],
121
- ssh_keys: config[:ssh_key_ids].split(/, ?/),
+ ssh_keys: config[:ssh_key_ids].to_s.split(/, ?/),
122
private_networking: config[:private_networking],
123
ipv6: config[:ipv6]
124
)
0 commit comments