Remove backports_url parameter.
For jessie and later releases, backports use debian_url.
This commit is contained in:
parent
f86963aab1
commit
e55da5b7b8
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ class apt::params () {
|
||||||
$debian_url = 'http://httpredir.debian.org/debian/'
|
$debian_url = 'http://httpredir.debian.org/debian/'
|
||||||
$security_url = 'http://security.debian.org/'
|
$security_url = 'http://security.debian.org/'
|
||||||
$ubuntu_url = 'http://archive.ubuntu.com/ubuntu'
|
$ubuntu_url = 'http://archive.ubuntu.com/ubuntu'
|
||||||
$backports_url = $::debian_codename ? {
|
|
||||||
'squeeze' => 'http://backports.debian.org/debian-backports/',
|
|
||||||
default => false,
|
|
||||||
}
|
|
||||||
$lts_url = $debian_url
|
$lts_url = $debian_url
|
||||||
$volatile_url = 'http://volatile.debian.org/debian-volatile/'
|
$volatile_url = 'http://volatile.debian.org/debian-volatile/'
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
|
|
Loading…
Reference in a new issue