From: Trevor Rea Date: Fri, 25 Aug 2017 11:33:44 +0000 (+0100) Subject: Add 16.04 to list of distributions that should use software-properties-common. X-Git-Tag: 4.2.0~7^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7c1c2d0f921d2bc47fe0f8b23231b90a39877fe6;hp=88e8254ecf1bfa281f076c1b3488c8bf3ae83192;p=puppet-modules%2Fpuppetlabs-apt.git Add 16.04 to list of distributions that should use software-properties-common. --- diff --git a/manifests/params.pp b/manifests/params.pp index 87c4a2b..6673970 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -109,7 +109,7 @@ class apt::params { $ppa_options = '-y' $ppa_package = 'python-software-properties' } - '14.04', '14.10', '15.04', '15.10': { + '14.04', '14.10', '15.04', '15.10', '16.04': { $ppa_options = '-y' $ppa_package = 'software-properties-common' }