From: Stephen Gran Date: Sat, 26 Sep 2009 09:32:29 +0000 (+0100) Subject: still picky erb X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=08e6362e31e1857527da900a48c9ed66e9c11bb5;p=mirror%2Fdsa-puppet.git still picky erb Signed-off-by: Stephen Gran --- diff --git a/modules/nagios/templates/inc-debian.org.erb b/modules/nagios/templates/inc-debian.org.erb index ce431372f..88b4dcbc8 100644 --- a/modules/nagios/templates/inc-debian.org.erb +++ b/modules/nagios/templates/inc-debian.org.erb @@ -11,5 +11,6 @@ case fqdn when nagii << '192.34.35.49' end -print "allowed_hosts=" + nagii.join(',') +out = "allowed_hosts=" + nagii.join(',') +out %>