diff --git a/manifests/init.pp b/manifests/init.pp index eeefa7e..b131181 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -60,7 +60,7 @@ class bind ( } } - file { [ $confdir, "${confdir}/zones" ]: + file { [ "${confdir}/zones" ]: ensure => directory, mode => '2755', purge => true,