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:
c02b0ac
)
fix debian mirror bind addr for ipv6 on klecker
author
Peter Palfrader
<peter@palfrader.org>
Thu, 23 Feb 2017 17:34:51 +0000
(17:34 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 23 Feb 2017 17:34:51 +0000
(17:34 +0000)
modules/roles/manifests/debian_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/debian_mirror.pp
b/modules/roles/manifests/debian_mirror.pp
index
1f53b97
..
0da036e
100644
(file)
--- a/
modules/roles/manifests/debian_mirror.pp
+++ b/
modules/roles/manifests/debian_mirror.pp
@@
-2,7
+2,7
@@
class roles::debian_mirror {
include roles::archvsync_base
$vhost_listen = $::hostname ? {
- klecker => '130.89.148.12:80
2001:610:1908:b000::148:12
:80',
+ klecker => '130.89.148.12:80
[2001:610:1908:b000::148:12]
:80',
mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
mirror-conova => '217.196.149.232:80 [2a02:16a8:dc41:100::232]:80',
default => '*:80',