From 3530e60867a2c859dcffab75f5257bebff1bfe0d Mon Sep 17 00:00:00 2001 From: William Yardley Date: Thu, 27 Oct 2016 15:52:42 -0700 Subject: [PATCH] officially add Ubuntu 1604 support (#935) --- manifests/params.pp | 2 +- metadata.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 674cf12bb..9ed0c206b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -19,7 +19,7 @@ } } 'Debian': { - if ($::operatingsystem == 'ubuntu' and $::lsbdistcodename in ['lucid', 'precise', 'trusty']) + if ($::operatingsystem == 'ubuntu' and $::lsbdistcodename in ['lucid', 'precise', 'trusty', 'xenial']) or ($::operatingsystem == 'debian' and $::operatingsystemmajrelease in ['6', '7', '8']) { $_module_os_overrides = { 'manage_repo' => true, diff --git a/metadata.json b/metadata.json index 66e91812a..499184102 100644 --- a/metadata.json +++ b/metadata.json @@ -71,7 +71,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", - "12.04" + "12.04", + "16.04" ] } ]