From 7c1c2d0f921d2bc47fe0f8b23231b90a39877fe6 Mon Sep 17 00:00:00 2001 From: Trevor Rea Date: Fri, 25 Aug 2017 12:33:44 +0100 Subject: [PATCH 1/1] Add 16.04 to list of distributions that should use software-properties-common. --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.32.3