1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

F #4109: Fix install gems (#4160)

(cherry picked from commit 52da12b312)
This commit is contained in:
Alejandro Huertas Herrero 2020-02-06 16:26:36 +01:00 committed by Tino Vazquez
parent 8e673bfd72
commit 8fa583afaf
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -6,7 +6,7 @@ ENV['PATH'] += ENV['PATH'] + ':/usr/local/bin'
require 'pp'
DEFAULT_PRE=%w{sunstone quota cloud auth_ldap vmware oneflow ec2_hybrid oca onedb market hooks}
DEFAULT_PRE=%w{sunstone quota cloud auth_ldap vmware oneflow ec2_hybrid oca onedb market hooks serversync}
if defined?(RUBY_VERSION) && RUBY_VERSION>="1.8.7"
SQLITE='sqlite3'