aboutsummaryrefslogtreecommitdiff
path: root/manifests/apc.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/apc.pp')
-rw-r--r--manifests/apc.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/apc.pp b/manifests/apc.pp
index af99643..03beada 100644
--- a/manifests/apc.pp
+++ b/manifests/apc.pp
@@ -3,6 +3,7 @@ class php::apc(
) {
$fpm = $::php::fpm
$series = $::php::series
+ $services_portion = regsubst($series, '5', '5.6')
$services_portion = regsubst($series, '^', 'php')
$services = regsubst($services_portion, '$', '-fpm')