]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/templates/default/dns-check.erb
mediawiki: Set default branch to 1.24 + mw lang bundle 2015.03
[chef.git] / cookbooks / dns / templates / default / dns-check.erb
1 #!/bin/sh
2
3 export RSYNC_PASSWORD=<%= @passwords["rsync"] %>
4 export PINGDOM_USERNAME=pingdom@openstreetmap.org
5 export PINGDOM_PASSWORD=<%= @passwords["pingdom"] %>
6
7 make --quiet --directory=/var/lib/dns --assume-new=lib/countries.xml update > /dev/null