Commit e6a4c887992e96daf5babb6a1127a439001d19b2

Authored by Antonio Terceiro
1 parent e0172c8c

enable/start nginx on munin master

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/munin/recipes/default.rb
... ... @@ -4,6 +4,7 @@ template '/etc/munin/conf.d/hosts.conf'
4 4  
5 5 package 'nginx'
6 6 service 'nginx' do
  7 + action [:enable, :start]
7 8 supports :reload => true
8 9 end
9 10 cookbook_file '/etc/nginx/default.d/munin.conf' do
... ...