Commit 90bed9cd50a1337e65fd58cb0e2849d276947b5b
1 parent
ccb62cd9
Exists in
master
and in
39 other branches
Added notify nginx when default.conf is absent
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
@@ -33,6 +33,7 @@ class colab ( | @@ -33,6 +33,7 @@ class colab ( | ||
33 | 33 | ||
34 | file { '/etc/nginx/conf.d/default.conf': | 34 | file { '/etc/nginx/conf.d/default.conf': |
35 | ensure => 'absent', | 35 | ensure => 'absent', |
36 | + notify => Service['nginx'], | ||
36 | } | 37 | } |
37 | 38 | ||
38 | $package_defaults = { | 39 | $package_defaults = { |