eximconf: log the current rate at which penalised senders are sending
[mirror/dsa-puppet.git] / modules / named / files / common / trigger
index 1f779f0..71c6970 100755 (executable)
@@ -1,3 +1,11 @@
 #!/bin/sh
-rsync -az --delete draghi.debian.org:zonefiles/ /etc/bind/geodns/zonefiles/
-sudo /etc/init.d/bind9 reload
+
+#
+# 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 geodnssync@dns.debian.org:zonefiles/ /etc/bind/geodns/zonefiles/
+sudo /usr/sbin/service bind9 reload