From: Stephen Gran Date: Sun, 7 Jun 2009 01:00:17 +0000 (+0100) Subject: Move the config file snippet to the top X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e5d24ff1a1f1f3daa5e86dab8736e59524ac4f00;p=mirror%2Fdsa-puppet.git Move the config file snippet to the top Signed-off-by: Stephen Gran --- diff --git a/modules/geodns/files/common/recvconf.files b/modules/geodns/files/common/recvconf.files index 0edb8a3b1..a2cff33d0 100644 --- a/modules/geodns/files/common/recvconf.files +++ b/modules/geodns/files/common/recvconf.files @@ -3,6 +3,11 @@ # USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git # +file etc/bind/geodns/named.conf.geo.security.debian.org + perms 0644 + user geodnssync + group geodnssync + postcommand /usr/sbin/named-checkconf /etc/bind/named.conf && sudo /usr/sbin/rndc reconfig file etc/bind/geodns/db.security.debian.org perms 0644 user geodnssync @@ -51,8 +56,3 @@ file etc/bind/geodns/db.security.debian.org.SA group geodnssync precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail security.debian.org etc/bind/geodns/db.security.debian.org.SA postcommand /etc/init.d/bind9 reload -file etc/bind/geodns/named.conf.geo.security.debian.org - perms 0644 - user geodnssync - group geodnssync - postcommand /usr/sbin/named-checkconf /etc/bind/named.conf && sudo /usr/sbin/rndc reconfig