mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] server bootstrap requires json
This commit is contained in:
parent
827c029a99
commit
f7cdda6dbf
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ module Fog
|
||||||
|
|
||||||
def setup(credentials = {})
|
def setup(credentials = {})
|
||||||
requires :identity, :ip_address, :username
|
requires :identity, :ip_address, :username
|
||||||
|
require 'json'
|
||||||
sleep(10) # takes a bit before EC2 instances will play nice
|
sleep(10) # takes a bit before EC2 instances will play nice
|
||||||
commands = [
|
commands = [
|
||||||
%{mkdir .ssh},
|
%{mkdir .ssh},
|
||||||
|
|
Loading…
Reference in a new issue