]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/templates/default/dns-check.erb
Make sure dnscontrol is on the path in DNS update scripts
[chef.git] / cookbooks / dns / templates / default / dns-check.erb
index 60052a6eedbc46fdf1a9df6e939d9cce01293bd5..fd02787206f87d03ae282807f22173c376224534 100755 (executable)
@@ -4,5 +4,6 @@ export RSYNC_PASSWORD="<%= @passwords["rsync"] %>"
 export GEODNS_SERVERS="<%= @geoservers.join(" ") %>"
 export STATUSCAKE_USERNAME="OpenStreetMap"
 export STATUSCAKE_APIKEY="<%= @passwords["statuscake"] %>"
+export PATH=/usr/local/bin:$PATH
 
 make --quiet --jobs --directory=/var/lib/dns update > /dev/null