diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 12:44:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 12:44:06 -0300 |
commit | a6942d57218fed0c0a436f53940db19f75e2a3ea (patch) | |
tree | ca414f2f12116b688cc192ee5951917b8ea46f30 /manifests | |
parent | c6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc (diff) | |
download | puppet-php-a6942d57218fed0c0a436f53940db19f75e2a3ea.tar.gz puppet-php-a6942d57218fed0c0a436f53940db19f75e2a3ea.tar.bz2 |
Fix series at php::apc
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/apc.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apc.pp b/manifests/apc.pp index 634f544..5a10cd5 100644 --- a/manifests/apc.pp +++ b/manifests/apc.pp @@ -1,7 +1,7 @@ class php::apc( $ensure = 'present', ) { - $fpm = $::php::fpm + $series = $::php::series if $series == '5' { $version = $::php::series5::version |