projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0808e7c
)
Drop anycast-test mirrors from apt
author
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 13 Feb 2018 08:44:03 +0000
(09:44 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 13 Feb 2018 08:44:03 +0000
(09:44 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/debian_org/manifests/apt.pp
patch
|
blob
|
history
diff --git
a/modules/debian_org/manifests/apt.pp
b/modules/debian_org/manifests/apt.pp
index
90ac4fb
..
cf1f72f
100644
(file)
--- a/
modules/debian_org/manifests/apt.pp
+++ b/
modules/debian_org/manifests/apt.pp
@@
-10,9
+10,9
@@
class debian_org::apt {
}
if getfromhash($site::nodeinfo, 'hoster', 'mirror-debian') {
- $mirror = [ getfromhash($site::nodeinfo, 'hoster', 'mirror-debian'), $fallbackmirror
, 'http://debian.anycast-test.mirrors.debian.org/debian/'
]
+ $mirror = [ getfromhash($site::nodeinfo, 'hoster', 'mirror-debian'), $fallbackmirror ]
} else {
- $mirror = [ $fallbackmirror
, 'http://debian.anycast-test.mirrors.debian.org/debian/'
]
+ $mirror = [ $fallbackmirror ]
}
site::aptrepo { 'debian':