From: Silvio Rhatto Date: Fri, 14 Sep 2018 18:01:58 +0000 (-0300) Subject: Support for ubuntu bionic X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=75c1fd1411801cf2b250601bf737979cc6e4e125;p=puppet-php.git Support for ubuntu bionic --- 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',