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:
parent
db7326bc0f
commit
7b0c8a29ed
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user