syntax fu
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 080196f..5631d27 100644 (file)
@@ -1,6 +1,14 @@
 class roles::syncproxy {
        rsync::site { 'syncproxy':
                source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
+               bind   => $::hostname ? {
+                       'milanollo' => '5.153.231.9',
+                       default => ''
+               },
+               bind6   => $::hostname ? {
+                       'milanollo' => '2001:41c8:1000:21::21:9',
+                       default => ''
+               },
        }
 
        file { '/etc/rsyncd':