]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/templates/default/dns-check.erb
Load javascript resources over https
[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