obligatory headers
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 23:14:33 +0000 (23:14 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 23:14:33 +0000 (23:14 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/files/defs.conf
modules/ferm/files/ferm.conf

index b5d019d..0359fa9 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;
 }
index b752fbe..8d0f2dd 100644 (file)
@@ -1,7 +1,9 @@
+##
+## 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
+##
+
 # -*- shell-script -*-
-#
-#  Configuration file for ferm(1).
-#
 
 @include 'conf.d/';