fix munin 1
[mirror/dsa-puppet.git] / modules / ferm / templates / ferm-rule.erb
index b3e637a..235b8e3 100644 (file)
@@ -4,7 +4,10 @@
 ##
 
 domain <%= domain %> {
-        chain <%= chain %> {
-                <%= rule %>;
-        }
+       table <%= table %> {
+               chain <%= chain %> {
+                       <%= rule %><% unless notarule -%>;<% end -%>
+
+               }
+       }
 }