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:
parent
feb8aa3785
commit
bda6b12d4a
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ module Fog
|
|||
|
||||
def setup(credentials = {})
|
||||
requires :ssh_ip_address, :username
|
||||
require 'net/ssh'
|
||||
|
||||
commands = [
|
||||
%{mkdir .ssh},
|
||||
|
|
Loading…
Reference in a new issue