From 29c4f2bc58fca274447081dbdf9c66237d0acb78 Mon Sep 17 00:00:00 2001 From: Niels Laukens Date: Fri, 14 Oct 2016 14:11:16 +0200 Subject: [PATCH] Notify Apache of new symlink The notify was present in the regular vhost.pp manifest, but not in the vhost/custom.pp manifest --- manifests/vhost/custom.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/vhost/custom.pp b/manifests/vhost/custom.pp index e46b4c4d81..cfb06c273e 100644 --- a/manifests/vhost/custom.pp +++ b/manifests/vhost/custom.pp @@ -34,6 +34,7 @@ group => $::apache::params::root_group, mode => $::apache::file_mode, require => Apache::Custom_config[$filename], + notify => Class['apache::service'], } } }