From 64677622e3a72017668fb298c604c37759af3304 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Tue, 10 Jan 2017 13:56:54 -0500 Subject: [PATCH] Restart the web server when the settings file changes --- manifests/apache/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/apache/vhost.pp b/manifests/apache/vhost.pp index 29596e7a..acaa75a1 100644 --- a/manifests/apache/vhost.pp +++ b/manifests/apache/vhost.pp @@ -148,5 +148,5 @@ require => [ File["${docroot}/wsgi.py"], $ldap_require ], notify => Service[$::puppetboard::params::apache_service], } - + File["${basedir}/puppetboard/settings.py"] ~> Service['httpd'] }