From 4efa1b956b846412eeb213c63b7a6f3f8aa0f1f4 Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Fri, 17 Jul 2015 14:47:16 +0200 Subject: [PATCH] Don't remove confdir files this remove standard files --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,