diff options
author | Micah <micah@leap.se> | 2016-06-23 16:21:02 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-07-05 15:10:58 -0400 |
commit | 428f5c4f839650dac8898746ff395fcf50b658bb (patch) | |
tree | ef9f3d468242a7b5bc9c86eacf52cbb619db6f0f /puppet/modules | |
parent | d1680b06cd50a2cc1088562cd0baab35361a1156 (diff) |
Enable DNSSEC validation in unbound (#8214).
Change-Id: Ibdf39a721162b4a5663ef27c27b2db0261c6e8a5
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/caching_resolver.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/caching_resolver.pp b/puppet/modules/site_config/manifests/caching_resolver.pp index 5541472d..2b08ab4c 100644 --- a/puppet/modules/site_config/manifests/caching_resolver.pp +++ b/puppet/modules/site_config/manifests/caching_resolver.pp @@ -23,7 +23,8 @@ class site_config::caching_resolver { hide-identity => 'yes', hide-version => 'yes', harden-glue => 'yes', - access-control => [ '127.0.0.0/8 allow', '::1 allow' ] + access-control => [ '127.0.0.0/8 allow', '::1 allow' ], + module-config => '"validator iterator"' } } } |