X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsyncproxy.pp;h=510e1e9124cfa4962ebe8a017f3640843372e6bb;hb=d2009585094ac0f116f07c722ecb4a5117bf82e1;hp=087c13a0be2c4a2e86b5df685be5179194b488fa;hpb=e5ea3b52c098a2bc284e3cb22a0e0527a8764386;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 087c13a0b..510e1e912 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -1,14 +1,16 @@ class roles::syncproxy { rsync::site { 'syncproxy': - source => 'puppet:///modules/roles/syncproxy/rsyncd.conf', + content => template('roles/syncproxy/rsyncd.conf.erb'), bind => $::hostname ? { 'milanollo' => '5.153.231.9', 'mirror-isc' => '149.20.20.21', + 'mirror-umn' => '128.101.240.216', default => '' }, bind6 => $::hostname ? { 'milanollo' => '2001:41c8:1000:21::21:9', 'mirror-isc' => '2001:4f8:8:36::1deb:21', + 'mirror-umn' => '2607:ea00:101:3c0b::1deb:216', default => '' }, }