From feba99bf28392ce1fd375d8fd7356f34a462671a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 May 2018 13:05:42 -0300 Subject: Adds missing fpm var definition --- manifests/apc.pp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3