From: Tom Hughes Date: Sun, 13 Sep 2020 16:48:03 +0000 (+0100) Subject: Only update the main openstreetmap.org domain during regular checks X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/eccf9655a72d4faee5cda6d3d94d6ffd62df7df8 Only update the main openstreetmap.org domain during regular checks --- diff --git a/cookbooks/dns/templates/default/dns-check.erb b/cookbooks/dns/templates/default/dns-check.erb index 00b97aa60..09f061b67 100755 --- a/cookbooks/dns/templates/default/dns-check.erb +++ b/cookbooks/dns/templates/default/dns-check.erb @@ -7,6 +7,6 @@ export PATH=/usr/local/bin:$PATH lockfile-create --use-pid /var/lib/dns/update || exit 1 -make --quiet --jobs --directory=/var/lib/dns update > /dev/null +make --quiet --jobs --directory=/var/lib/dns update_primary > /dev/null lockfile-remove /var/lib/dns/update