From 55df69cb0e722a3ce3c70e7db63ceb711f11e4ba Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 7 Sep 2014 23:21:48 +0200 Subject: set the rc correctly also for std. php --- manifests/vhost/php/standard.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp index 86373a4..52743f9 100644 --- a/manifests/vhost/php/standard.pp +++ b/manifests/vhost/php/standard.pp @@ -231,6 +231,7 @@ define apache::vhost::php::standard( owner => $run_uid, group => $run_gid, notify => Service['apache'], + rc => '/etc', } if $php_installation == 'scl54' { require php::scl::php54 -- cgit v1.2.3