puppet 4 foo
[mirror/dsa-puppet.git] / modules / ferm / templates / ferm_rule.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 domain <%= @domain %> {
7         table <%= @table %> {
8                 chain <%= @chain %> {
9                         <%= @rule %><% unless @notarule -%>;<% end -%>
10
11                 }
12         }
13 }