From fe7c935824956b09d85ff4d4656b5814b39d2a2f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 24 Jun 2013 21:37:58 +0200 Subject: [PATCH] syntax fu --- modules/roles/manifests/syncproxy.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 20c3320c6..5631d27d7 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': -- 2.20.1