aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/apc.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/apc.pp b/manifests/apc.pp
index 5a10cd5..e916f1c 100644
--- a/manifests/apc.pp
+++ b/manifests/apc.pp
@@ -2,6 +2,7 @@ class php::apc(
$ensure = 'present',
) {
$series = $::php::series
+ $fpm = $::php::fpm
if $series == '5' {
$version = $::php::series5::version