Commit 90bed9cd50a1337e65fd58cb0e2849d276947b5b

Authored by Lucas Kanashiro
1 parent ccb62cd9

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 33  
34 34 file { '/etc/nginx/conf.d/default.conf':
35 35 ensure => 'absent',
  36 + notify => Service['nginx'],
36 37 }
37 38  
38 39 $package_defaults = {
... ...