still picky erb
[mirror/dsa-puppet.git] / modules / nagios / templates / inc-debian.org.erb
index ce43137..88b4dcb 100644 (file)
@@ -11,5 +11,6 @@ case fqdn when
     nagii << '192.34.35.49'
 end
 
-print "allowed_hosts=" + nagii.join(',') 
+out = "allowed_hosts=" + nagii.join(',')
+out
 %>