diff --git a/manifests/config.pp b/manifests/config.pp index 551921ced..b816abddb 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -174,6 +174,7 @@ File["${conf_dir}/conf.d"] { purge => true, recurse => true, + notify => Class['::nginx::service'], } }