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:
1d61cce
)
-anu static address
author
Peter Palfrader
<peter@palfrader.org>
Tue, 12 Jan 2016 08:14:06 +0000
(09:14 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 12 Jan 2016 08:14:06 +0000
(09:14 +0100)
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
902a9b9
..
04fc1a3
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-34,11
+34,13
@@
class roles::static_mirror {
$vhost_listen = $::hostname ? {
klecker => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
mirror-isc => '149.20.20.20:80 [2001:4f8:8:36::1deb:20]:80',
+ mirror-anu => '150.203.164.62:80 [2001:388:1034:2900::3e]:80',
default => '*:80',
}
$vhost_listen_443 = $::hostname ? {
klecker => '130.89.148.14:443 [2001:610:1908:b000::148:14]:443',
mirror-isc => '149.20.20.20:443 [2001:4f8:8:36::1deb:20]:443',
+ mirror-anu => '150.203.164.62:443 [2001:388:1034:2900::3e]:443',
default => '*:443',
}