From 2cd5b32502b7fc91e46fd1b6ba79ba5fab50eddc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Sep 2018 17:08:21 -0300 Subject: Fix service name for series 5 ad php::apc --- manifests/apc.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/apc.pp b/manifests/apc.pp index af99643..03beada 100644 --- a/manifests/apc.pp +++ b/manifests/apc.pp @@ -3,6 +3,7 @@ class php::apc( ) { $fpm = $::php::fpm $series = $::php::series + $services_portion = regsubst($series, '5', '5.6') $services_portion = regsubst($series, '^', 'php') $services = regsubst($services_portion, '$', '-fpm') -- cgit v1.2.3