]> git.openstreetmap.org Git - chef.git/commitdiff
Only update the main openstreetmap.org domain during regular checks
authorTom Hughes <tom@compton.nu>
Sun, 13 Sep 2020 16:48:03 +0000 (17:48 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 13 Sep 2020 16:48:34 +0000 (17:48 +0100)
cookbooks/dns/templates/default/dns-check.erb

index 00b97aa60d31e908973ef5ba3e8f35bd316a4bf4..09f061b67db9c420872c7cac08093edfe1cd97f8 100755 (executable)
@@ -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