X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsyncproxy.pp;h=5631d27d73fe358b6130d99668749d54c59a6ba1;hb=fe7c935824956b09d85ff4d4656b5814b39d2a2f;hp=20c3320c6c061334cf46b35ffef728295bbac403;hpb=db7f690e78e841650e026edc9f59d3aa5b07c11d;p=dsa-puppet.git diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 20c3320c..5631d27d 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -4,11 +4,11 @@ class roles::syncproxy { bind => $::hostname ? { 'milanollo' => '5.153.231.9', default => '' - } + }, bind6 => $::hostname ? { 'milanollo' => '2001:41c8:1000:21::21:9', default => '' - } + }, } file { '/etc/rsyncd':