]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
fix concat error when no zone is defined
authorChristian Kaenzig <christian.kaenzig@camptocamp.com>
Thu, 27 Dec 2012 10:15:09 +0000 (11:15 +0100)
committerChristian Kaenzig <christian.kaenzig@camptocamp.com>
Thu, 27 Dec 2012 10:15:09 +0000 (11:15 +0100)
manifests/base.pp

index 24dae08f10c998c43e1f2b15a6bbd3fae86710af..369100a18294ace8761af865863b4accdac590a1 100644 (file)
@@ -12,6 +12,7 @@ class bind::base {
     owner => root,
     group => root,
     mode  => '0644',
+    force => true,
   }
 
   package {'bind9':