aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-16 12:44:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-16 12:44:06 -0300
commita6942d57218fed0c0a436f53940db19f75e2a3ea (patch)
treeca414f2f12116b688cc192ee5951917b8ea46f30
parentc6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc (diff)
downloadpuppet-php-a6942d57218fed0c0a436f53940db19f75e2a3ea.tar.gz
puppet-php-a6942d57218fed0c0a436f53940db19f75e2a3ea.tar.bz2
Fix series at php::apc
-rw-r--r--manifests/apc.pp2
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