Merge pull request #696 from trevorrea/master
authorTP Honey <tphoney@users.noreply.github.com>
Mon, 25 Sep 2017 10:20:57 +0000 (11:20 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2017 10:20:57 +0000 (11:20 +0100)
Add 16.04 to list of distributions that should use software-properties-common.

manifests/params.pp

index 87c4a2b6b1a25e0208528519c2279e17ef26d76d..6673970870dda642967f8a0411588a0011f53029 100644 (file)
@@ -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'
         }