]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Support for ubuntu bionic
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 18:01:58 +0000 (15:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 18:01:58 +0000 (15:01 -0300)
manifests/params.pp

index 5585d5ba4a0efb837fa302b2883d2026c5cb2062..ab6616c2e76de5c161f36f167f2f7df0b6321bf7 100644 (file)
@@ -1,6 +1,7 @@
 class php::params {
   $version7 = '7.2'
   $version5 = $::lsbdistcodename ? {
+    'bionic'  => '5.6',
     'xenial'  => '5.6',
     'trusty'  => '5.6',
     'stretch' => '5.6',