Merge pull request #395 from udienz/master
Add Ubuntu vivid (15.04) release
This commit is contained in:
commit
958a0c1750
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class apt::params {
|
|||
$legacy_origin = true
|
||||
$origins = ['${distro_id} ${distro_codename}-security'] #lint:ignore:single_quote_string_with_variables
|
||||
}
|
||||
'precise', 'trusty', 'utopic': {
|
||||
'precise', 'trusty', 'utopic', 'vivid': {
|
||||
$backports_location = 'http://us.archive.ubuntu.com/ubuntu'
|
||||
$ppa_options = '-y'
|
||||
$legacy_origin = true
|
||||
|
|
Loading…
Reference in a new issue