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:
ca20206
)
set security IP address for mirror-umn
author
Peter Palfrader
<peter@palfrader.org>
Mon, 4 Jan 2016 20:40:22 +0000
(21:40 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 4 Jan 2016 20:40:22 +0000
(21:40 +0100)
modules/roles/manifests/security_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/security_mirror.pp
b/modules/roles/manifests/security_mirror.pp
index
0541533
..
581fe93
100644
(file)
--- a/
modules/roles/manifests/security_mirror.pp
+++ b/
modules/roles/manifests/security_mirror.pp
@@
-1,10
+1,12
@@
class roles::security_mirror {
$rsync_bind = $::hostname ? {
mirror-isc => '149.20.20.19',
+ mirror-umn => '128.101.240.215',
default => '',
}
$rsync_bind6 = $::hostname ? {
mirror-isc => '2001:4f8:8:36::1deb:19',
+ mirror-umn => '2607:ea00:101:3c0b::1deb:215',
default => '',
}