Skip to content

Commit

Permalink
Start and enable agents after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
samirjorina authored and dirkmueller committed Apr 19, 2017
1 parent 55bc55b commit 5b60a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/cookbooks/monasca/recipes/metric_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
service "monasca-metric-agent" do
service_name agent_settings[:service_name]
supports status: true, restart: true, start: true, stop: true
action [:disable, :stop]
action [:enable, :start]
ignore_failure true
# provider Chef::Provider::CrowbarPacemakerService if ha_enabled
end
Expand Down

0 comments on commit 5b60a55

Please sign in to comment.