From: Stephen Gran Date: Sat, 20 Feb 2010 23:14:33 +0000 (+0000) Subject: obligatory headers X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7fab1724e3db6041ee83e3424d2d0e741381d53a;p=dsa-puppet.git obligatory headers Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/files/defs.conf b/modules/ferm/files/defs.conf index b5d019da..0359fa92 100644 --- a/modules/ferm/files/defs.conf +++ b/modules/ferm/files/defs.conf @@ -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; } diff --git a/modules/ferm/files/ferm.conf b/modules/ferm/files/ferm.conf index b752fbee..8d0f2dd4 100644 --- a/modules/ferm/files/ferm.conf +++ b/modules/ferm/files/ferm.conf @@ -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/';