summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-09-07 23:24:25 +0200
committermh <mh@immerda.ch>2014-09-07 23:24:25 +0200
commit5b8288629495c1b84a61880c9bcfef21e84b4b12 (patch)
tree1fb859c1dea14a68c1300d4e84058b129be5ab5a /manifests
parent55df69cb0e722a3ce3c70e7db63ceb711f11e4ba (diff)
no need for that
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/standard.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 52743f9..86373a4 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -231,7 +231,6 @@ define apache::vhost::php::standard(
owner => $run_uid,
group => $run_gid,
notify => Service['apache'],
- rc => '/etc',
}
if $php_installation == 'scl54' {
require php::scl::php54