From: Peter Palfrader Date: Mon, 24 Jun 2013 19:15:10 +0000 (+0200) Subject: quote things more X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbced29861da3702938214cb41db5aa30c45a65e;p=dsa-puppet.git quote things more --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 131fdc66..7bd8fa04 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -2,7 +2,7 @@ class roles::syncproxy { rsync::site { 'syncproxy': source => 'puppet:///modules/roles/syncproxy/rsyncd.conf', bind => $::hostname ? { - 'milanollo' => 5.153.231.9, + 'milanollo' => '5.153.231.9', default => '' } }