1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

make net/ssh require optional

This commit is contained in:
geemus 2015-11-11 10:48:22 -06:00
parent feb8aa3785
commit bda6b12d4a

View file

@ -205,7 +205,6 @@ module Fog
def setup(credentials = {})
requires :ssh_ip_address, :username
require 'net/ssh'
commands = [
%{mkdir .ssh},