Revert "Ignore qemu-efi-arm on ubc-node-arm0X"
[mirror/dsa-puppet.git] / modules / unbound / manifests / init.pp
index bb9e4d8..0d24653 100644 (file)
@@ -7,6 +7,8 @@
 #   include unbound
 #
 class unbound {
+       include stdlib
+
        $is_recursor   = getfromhash($site::nodeinfo, 'misc', 'resolver-recursive')
        $client_ranges = hiera('allow_dns_query')
        $firewall_blocks_dns = hiera('firewall_blocks_dns', false)
@@ -55,7 +57,7 @@ class unbound {
        }
        file { '/var/lib/unbound/29.172.in-addr.arpa.key':
                ensure  => $firewall_blocks_dns ? { true  => 'absent', default => 'present' },
-               replace => false,
+               replace => $firewall_blocks_dns ? { true  => true, default => false },
                owner   => unbound,
                group   => unbound,
                mode    => '0644',