Add mirror-isc to syncproxy role, update rsync.conf
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 9a988d0..087c13a 100644 (file)
@@ -3,10 +3,12 @@ class roles::syncproxy {
                source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
                bind   => $::hostname ? {
                        'milanollo' => '5.153.231.9',
+                       'mirror-isc' => '149.20.20.21',
                        default => ''
                },
                bind6   => $::hostname ? {
                        'milanollo' => '2001:41c8:1000:21::21:9',
+                       'mirror-isc' => '2001:4f8:8:36::1deb:21',
                        default => ''
                },
        }