From 75c1fd1411801cf2b250601bf737979cc6e4e125 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Sep 2018 15:01:58 -0300 Subject: Support for ubuntu bionic --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 5585d5b..ab6616c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -1,6 +1,7 @@ class php::params { $version7 = '7.2' $version5 = $::lsbdistcodename ? { + 'bionic' => '5.6', 'xenial' => '5.6', 'trusty' => '5.6', 'stretch' => '5.6', -- cgit v1.2.3