diff options
author | Matt Taggart <taggart@riseup.net> | 2015-04-28 11:59:46 -0700 |
---|---|---|
committer | Matt Taggart <taggart@riseup.net> | 2015-04-28 11:59:46 -0700 |
commit | 3dac57374f63ca6f0565f46feb5970fade960c6b (patch) | |
tree | fa7897f9cc932a954662fb37b592aed8f8df719b | |
parent | 5532df22f12655ddb7f99f5eee2fe05e8c953444 (diff) | |
download | puppet-apt-3dac57374f63ca6f0565f46feb5970fade960c6b.tar.gz puppet-apt-3dac57374f63ca6f0565f46feb5970fade960c6b.tar.bz2 |
the http redirector has a new official home
-rw-r--r-- | manifests/params.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index 35fa44f..f977c27 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ class apt::params () { $use_volatile = false $include_src = false $use_next_release = false - $debian_url = 'http://http.debian.net/debian/' + $debian_url = 'http://httpredir.debian.org/debian/' $security_url = 'http://security.debian.org/' $backports_url = $::lsbdistcodename ? { 'squeeze' => 'http://backports.debian.org/debian-backports/', |