]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/files/defs.conf
obligatory headers
[dsa-puppet.git] / modules / ferm / files / defs.conf
index b5d019dab0fdd883b83ca6659555121d5226d1ab..0359fa921814bb42101ef0ec2f27601506e8b58e 100644 (file)
@@ -1,3 +1,8 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 @def &SERVICE($proto, $port) = {
  domain (ip ip6) chain INPUT proto $proto dport $port ACCEPT;
 }