Run geodns sync at boot so we have the latest zonefiles
[mirror/dsa-puppet.git] / modules / named / files / common / trigger
index 1f779f0..512bae7 100755 (executable)
@@ -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