]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/templates/default/shorewall-rules.erb
Add a load more cookbooks
[chef.git] / cookbooks / networking / templates / default / shorewall-rules.erb
diff --git a/cookbooks/networking/templates/default/shorewall-rules.erb b/cookbooks/networking/templates/default/shorewall-rules.erb
new file mode 100644 (file)
index 0000000..ffa55a9
--- /dev/null
@@ -0,0 +1,9 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+SECTION NEW
+
+# ACTION       SOURCE  DEST    PROTO           DEST            SOURCE  ORIGINAL        RATE
+#                                              PORTS           PORTS   DEST            LIMIT
+<% @rules.each do |r| -%>
+<%= r[:action] %>              <%= r[:source] %>       <%= r[:dest] %> <%= r[:proto] %>                <%= r[:dest_ports] %>   <%= r[:source_ports] %> -       <%= r[:rate_limit] %>
+<% end -%>