From: Peter Palfrader Date: Mon, 24 Jun 2013 19:37:58 +0000 (+0200) Subject: syntax fu X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe7c935824956b09d85ff4d4656b5814b39d2a2f;p=dsa-puppet.git syntax fu --- 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':