X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Ffiles%2Fcommon%2Ftrigger;h=512bae74383a54270ef6671e9976d2f01db9ae9d;hb=5a90b360b0ae7601805314f59768da3583d053f6;hp=1f779f0e769cbbb45680d290e2d1346286cc358e;hpb=12df216f8b140efd052fadb0db74f6c01205d089;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/files/common/trigger b/modules/named/files/common/trigger index 1f779f0e7..512bae743 100755 --- a/modules/named/files/common/trigger +++ b/modules/named/files/common/trigger @@ -1,3 +1,11 @@ #!/bin/sh + +# +# 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 +# + +set -e + rsync -az --delete draghi.debian.org:zonefiles/ /etc/bind/geodns/zonefiles/ sudo /etc/init.d/bind9 reload