aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-27 13:05:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-27 13:05:42 -0300
commitfeba99bf28392ce1fd375d8fd7356f34a462671a (patch)
tree8fd1b27e2321a2d7b536eeaff0fe13cfa78c919d
parent34d5863fcd75d433b328ce4d43ecec4e76ab4439 (diff)
downloadpuppet-php-feba99bf28392ce1fd375d8fd7356f34a462671a.tar.gz
puppet-php-feba99bf28392ce1fd375d8fd7356f34a462671a.tar.bz2
Adds missing fpm var definition
-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