From 1ccca9d5d7234b5570f6b3c7aab3b1fe15a573d0 Mon Sep 17 00:00:00 2001 From: Gabriel R F Date: Tue, 11 Aug 2015 11:20:37 -0300 Subject: [PATCH] Setting another default folder for dynamic updates Using /var/lib/bind instead of /etc/bind to better comply with AppArmor --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 138238c..63f4c07 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -19,7 +19,7 @@ $zones_directory = '/etc/bind/zones' $pri_directory = '/etc/bind/pri' $keys_directory = '/etc/bind/keys' - $dynamic_directory = '/etc/bind/dynamic' + $dynamic_directory = '/var/lib/bind/dynamic' } elsif $::osfamily == 'RedHat' { $package_name = 'bind'