Commit 8052d0dcf5ea941a072b4081140c91651b8e55f8

Authored by Antonio Terceiro
Committed by Sergio Oliveira
1 parent d5c736f2

Basic structure

firewall/templates/default/firewall-common.erb 0 → 100644
... ... @@ -0,0 +1 @@
  1 +bla bla bla
... ...
firewall/templates/host-database/iptables.erb 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +<%= render 'firewall-common.erb' %>
  2 +
  3 +# regra specificas ...
... ...