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:
da4d916
)
Whitespace
author
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 08:29:53 +0000
(09:29 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 08:29:53 +0000
(09:29 +0100)
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
0b63555
..
78aa89b
100644
(file)
--- a/
modules/roles/manifests/debian_mirror.pp
+++ b/
modules/roles/manifests/debian_mirror.pp
@@
-3,7
+3,6
@@
class roles::debian_mirror {
$mirror_basedir_prefix = hiera('role_config__mirrors.mirror_basedir_prefix')
$archive_root = "${mirror_basedir_prefix}debian"
-
$listen_addresses = Hash(hiera('roles.debian_mirror').map |$h| {
$h.map |$k, $v| { [$k,$v] }[0]
}).dig($::fqdn, 'listen-addresses')