From fbced29861da3702938214cb41db5aa30c45a65e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 24 Jun 2013 21:15:10 +0200 Subject: [PATCH] quote things more --- modules/roles/manifests/syncproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => '' } } -- 2.39.2