]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/templates/default/dns-check.erb
Set statuscake authentication details for DNS scripts
[chef.git] / cookbooks / dns / templates / default / dns-check.erb
index 24fc320e2fc1ce368d25ddb5fe2b6f29e78c6626..eabf1229bd9e40e3c086c586f87d468e39fbeffa 100755 (executable)
@@ -3,5 +3,7 @@
 export RSYNC_PASSWORD=<%= @passwords["rsync"] %>
 export PINGDOM_USERNAME=pingdom@openstreetmap.org
 export PINGDOM_PASSWORD=<%= @passwords["pingdom"] %>
+export STATUSCAKE_USERNAME=OpenStreetMap
+export STATUSCAKE_APIKEY=<%= @passwords["statuscake"] %>
 
 make --quiet --directory=/var/lib/dns --assume-new=lib/countries.xml update > /dev/null