From c68a0c0f0903d19e9d4a661f3eeb41ec2a40e9ce Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 1 Jul 2013 12:31:00 +0100 Subject: [PATCH] Revert "break d.o firewalls everywhere" This reverts commit b76b5040a3e6511b70c26fc33f51f633a9cd6372. --- modules/ferm/templates/ferm-rule.erb | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/modules/ferm/templates/ferm-rule.erb b/modules/ferm/templates/ferm-rule.erb index bae5b17e8..235b8e329 100644 --- a/modules/ferm/templates/ferm-rule.erb +++ b/modules/ferm/templates/ferm-rule.erb @@ -3,21 +3,11 @@ ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## -<% - output = @rule - if @description.length > 0 - output += ' mod comment comment "' - output += @description - output += '"' - end - unless @notarule - output += ';' - end --%> -domain <%= @domain %> { - table <%= @table %> { - chain <%= @chain %> { - <%= output -%> +domain <%= domain %> { + table <%= table %> { + chain <%= chain %> { + <%= rule %><% unless notarule -%>;<% end -%> + } } } -- 2.20.1