Add 15.10 support

This commit is contained in:
Patrick Hervieux 2015-11-04 16:48:22 +01:00
parent 99ea865f43
commit b11a45ec69

View file

@ -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'
}