fix munin 1
[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 }