summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-09-07 23:08:28 +0200
committermh <mh@immerda.ch>2014-09-07 23:08:28 +0200
commit5697121bc552de20af35f4700f8ab08ea2d8d329 (patch)
tree1fb859c1dea14a68c1300d4e84058b129be5ab5a /manifests
parentf7ef79b62be080b66cfb68cb6102cb3be2ea07d5 (diff)
be sure to parse the right php.ini
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/standard.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index f22e920..86373a4 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -237,12 +237,14 @@ define apache::vhost::php::standard(
Mod_fcgid::Starter[$name]{
binary => '/opt/rh/php54/root/usr/bin/php-cgi',
additional_cmds => 'source /opt/rh/php54/enable',
+ rc => '/opt/rh/php54/root/etc',
}
} elsif $php_installation == 'scl55' {
require php::scl::php55
Mod_fcgid::Starter[$name]{
binary => '/opt/rh/php55/root/usr/bin/php-cgi',
additional_cmds => 'source /opt/rh/php55/enable',
+ rc => '/opt/rh/php55/root/etc',
}
}
}