Add 15.10 support
This commit is contained in:
parent
99ea865f43
commit
b11a45ec69
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue