From: Patrick Hervieux Date: Wed, 4 Nov 2015 15:48:22 +0000 (+0100) Subject: Add 15.10 support X-Git-Tag: 2.2.2~9^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b11a45ec690642fd65588ce25957140d49650c0c;hp=99ea865f43fe22c4828dea2457aeda9dbf909e7f;p=puppet-modules%2Fpuppetlabs-apt.git Add 15.10 support --- diff --git a/manifests/params.pp b/manifests/params.pp index 861a6af..a8f014b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -140,7 +140,7 @@ class apt::params { $ppa_options = '-y' $ppa_package = 'python-software-properties' } - 'trusty', 'utopic', 'vivid': { + 'trusty', 'utopic', 'vivid', 'wily': { $ppa_options = '-y' $ppa_package = 'software-properties-common' }