Commit e6a4c887992e96daf5babb6a1127a439001d19b2
1 parent
e0172c8c
Exists in
master
and in
36 other branches
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,6 +4,7 @@ template '/etc/munin/conf.d/hosts.conf' | ||
4 | 4 | ||
5 | package 'nginx' | 5 | package 'nginx' |
6 | service 'nginx' do | 6 | service 'nginx' do |
7 | + action [:enable, :start] | ||
7 | supports :reload => true | 8 | supports :reload => true |
8 | end | 9 | end |
9 | cookbook_file '/etc/nginx/default.d/munin.conf' do | 10 | cookbook_file '/etc/nginx/default.d/munin.conf' do |