1
0
Fork 0
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:
geemus 2010-12-01 15:02:32 -08:00
parent 827c029a99
commit f7cdda6dbf

View file

@ -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},