]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 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;
 }
index b752fbee3f8207a689b2fdf29df03e4436854ecd..8d0f2dd49e21ee357e61ff6ec684aa27b9c50283 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/';