1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

feature #1383: Add net-ssh gem to install_gems

This commit is contained in:
Daniel Molina 2012-10-01 16:51:27 +02:00
parent db7326bc0f
commit 7b0c8a29ed

View File

@ -15,7 +15,7 @@ end
GROUPS={
:quota => [SQLITE, 'sequel'],
:sunstone => ['json', 'rack', 'sinatra', 'thin', 'sequel', SQLITE],
:cloud => %w{amazon-ec2 rack sinatra thin uuidtools curb json},
:cloud => %w{amazon-ec2 rack sinatra thin uuidtools curb json net-ssh},
:ozones_client => %w{json},
:ozones_server => %w{json sequel}+[
SQLITE, 'mysql'