lib/scout/command/install.rb in scout-5.5.10 vs lib/scout/command/install.rb in scout-5.6.0.alpha
- old
+ new
@@ -20,10 +20,10 @@
END_INTRO
key = gets.to_s.strip
puts "\nAttempting to contact the server..."
begin
- Scout::Server.new(server, key, history, log, server_name, @http_proxy, @https_proxy) do |scout|
+ Scout::Server.new(server, key, history, log, server_name, @http_proxy, @https_proxy, @roles) do |scout|
scout.fetch_plan
scout.run_plugins_by_plan
end
puts <<-END_SUCCESS.gsub(/^ {10}/, "")