diff options
author | intrigeri <intrigeri@boum.org> | 2012-12-30 13:59:08 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-12-30 13:59:08 +0100 |
commit | 37e5594770f4e8570f3acbb6e15ae6f0286ca379 (patch) | |
tree | b21fd803f7a8c4d7f1c0d369678424e753157c9b /manifests | |
parent | 8e5ce0b397d17ce7eee0601bf7a6fafd70459b63 (diff) | |
parent | e66823269e7799d88e5f071b32bd3415c1e477ce (diff) | |
download | puppet-apt-37e5594770f4e8570f3acbb6e15ae6f0286ca379.tar.gz puppet-apt-37e5594770f4e8570f3acbb6e15ae6f0286ca379.tar.bz2 |
Merge remote-tracking branch 'riseup/feature/http_debian_net'
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index d102f53..3280a3a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,7 +21,7 @@ class apt { } $debian_url = $apt_debian_url ? { - '' => 'http://cdn.debian.net/debian/', + '' => 'http://http.debian.net/debian/', default => "${apt_debian_url}", } $security_url = $apt_security_url ? { |