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:
ecd33ef
)
give syncproxy3.wna a dedicated address
author
Peter Palfrader
<peter@palfrader.org>
Mon, 13 Feb 2017 19:44:34 +0000
(20:44 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 13 Feb 2017 19:44:34 +0000
(20:44 +0100)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
c8b4956
..
5d12d29
100644
(file)
--- a/
modules/roles/manifests/syncproxy.pp
+++ b/
modules/roles/manifests/syncproxy.pp
@@
-7,6
+7,7
@@
class roles::syncproxy {
'mirror-isc' => '149.20.4.16',
'mirror-umn' => '128.101.240.216',
'klecker' => '130.89.148.10',
+ 'gretchaninov' => '209.87.16.40',
default => ''
}
$bind6 = $::hostname ? {
@@
-15,6
+16,7
@@
class roles::syncproxy {
'mirror-isc' => '2001:4f8:1:c::16',
'mirror-umn' => '2607:ea00:101:3c0b::1deb:216',
'klecker' => '2001:610:1908:b000::148:10',
+ 'gretchaninov' => '2607:f8f0:614:1::1274:40',
default => ''
}
$syncproxy_name = $::hostname ? {