bad erb
authorStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:39:34 +0000 (12:39 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:39:34 +0000 (12:39 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/submission-domains.erb

index 4759822..0254419 100644 (file)
@@ -3,6 +3,6 @@
 ### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ###
 
-<%= if scope.lookupvar('::hostname') == 'busoni' %>
+<% if scope.lookupvar('::hostname') == 'busoni' %>
 bugs.debian.org
-<%= end %>
+<% end %>