diff --git a/share/install_gems/install_gems b/share/install_gems/install_gems index ec588d2459..a0dc6c1b73 100755 --- a/share/install_gems/install_gems +++ b/share/install_gems/install_gems @@ -4,7 +4,7 @@ require 'pp' $nokogiri='nokogiri' -DEFAULT=%w{sunstone quota cloud ozones_server auth_ldap vmware} +DEFAULT=%w{sunstone quota cloud ozones_server auth_ldap vmware oneflow} if defined?(RUBY_VERSION) && RUBY_VERSION>="1.8.7" SQLITE='sqlite3' @@ -23,7 +23,8 @@ GROUPS={ :ozones_server_sqlite => %w{json sequel}< %w{json sequel mysql}, :auth_ldap => 'net-ldap', - :vmware => 'builder' + :vmware => 'builder', + :oneflow => %w{sinatra json treetop parse-cron} } PACKAGES=GROUPS.keys