Add 16.04 to list of distributions that should use software-properties-common.
authorTrevor Rea <t.rea@kainos.com>
Fri, 25 Aug 2017 11:33:44 +0000 (12:33 +0100)
committerTrevor Rea <t.rea@kainos.com>
Fri, 25 Aug 2017 11:33:44 +0000 (12:33 +0100)
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'
         }