aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-09-14 15:01:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-09-14 15:01:58 -0300
commit75c1fd1411801cf2b250601bf737979cc6e4e125 (patch)
tree1f6be3e50589f5358112b007b49f4b1eff6783bc
parent471efa1b4dfe78c06488587576bfe9a356a6e957 (diff)
downloadpuppet-php-75c1fd1411801cf2b250601bf737979cc6e4e125.tar.gz
puppet-php-75c1fd1411801cf2b250601bf737979cc6e4e125.tar.bz2
Support for ubuntu bionic
-rw-r--r--manifests/params.pp1
1 files changed, 1 insertions, 0 deletions
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',