]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/syncproxy.pp
try to do ipv6 binding for rsync
[dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 7bd8fa04b426cce4bf52fd8867a0c5f24d0ad591..20c3320c6c061334cf46b35ffef728295bbac403 100644 (file)
@@ -5,6 +5,10 @@ class roles::syncproxy {
                        'milanollo' => '5.153.231.9',
                        default => ''
                }
+               bind6   => $::hostname ? {
+                       'milanollo' => '2001:41c8:1000:21::21:9',
+                       default => ''
+               }
        }
 
        file { '/etc/rsyncd':