Use security-cdn.d.o instead of security.d.o
authorTollef Fog Heen <tfheen@err.no>
Sat, 12 Dec 2015 12:17:40 +0000 (13:17 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sat, 12 Dec 2015 12:17:40 +0000 (13:17 +0100)
modules/debian-org/manifests/init.pp

index dc70d53..10c8c4a 100644 (file)
@@ -134,7 +134,7 @@ class debian-org {
        }
 
        site::aptrepo { 'security':
-               url        => 'http://security.debian.org/',
+               url        => 'http://security-cdn.debian.org/',
                suite      => "${mungedcodename}/updates",
                components => ['main','contrib','non-free']
        }