]> git.openstreetmap.org Git - chef.git/commitdiff
geodns: enable include_optional_ns to please picky DNS servers
authorGrant Slater <git@firefishy.com>
Mon, 22 Jun 2020 16:23:09 +0000 (17:23 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 22 Jun 2020 16:23:09 +0000 (17:23 +0100)
cookbooks/geodns/templates/default/config.erb

index 1f582d35de32ace4246f9e4a1524df49b735f677..6ceafc7375cf3c407df14543470d3d9ef197325c 100644 (file)
@@ -1,4 +1,5 @@
 options => {
+  include_optional_ns = true
   listen => [ <%= node.ipaddresses(:role => :external).join(", ") %> ]
 }