From 7bb3a7f38d31704de1993ddc0222dea38d675623 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 May 2020 16:41:33 -0300 Subject: Fix: set default series5 package to 5.6 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 68f561c..6c2bb03 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -17,6 +17,6 @@ class php::params { 'trusty' => '5.6', 'buster' => '5.6', 'stretch' => '5.6', - default => '5', + default => '5.6', } } -- cgit v1.2.3