diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 13:05:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 13:05:42 -0300 |
commit | feba99bf28392ce1fd375d8fd7356f34a462671a (patch) | |
tree | 8fd1b27e2321a2d7b536eeaff0fe13cfa78c919d | |
parent | 34d5863fcd75d433b328ce4d43ecec4e76ab4439 (diff) | |
download | puppet-php-feba99bf28392ce1fd375d8fd7356f34a462671a.tar.gz puppet-php-feba99bf28392ce1fd375d8fd7356f34a462671a.tar.bz2 |
Adds missing fpm var definition
-rw-r--r-- | manifests/apc.pp | 1 |
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 |