From: Christian Kaenzig Date: Thu, 27 Dec 2012 10:15:09 +0000 (+0100) Subject: fix concat error when no zone is defined X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1c601ade41fbafa259cfbc71666387dc97333755;p=puppet-bind.git fix concat error when no zone is defined --- diff --git a/manifests/base.pp b/manifests/base.pp index 24dae08..369100a 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -12,6 +12,7 @@ class bind::base { owner => root, group => root, mode => '0644', + force => true, } package {'bind9':