diff options
| author | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2012-12-27 11:15:09 +0100 |
|---|---|---|
| committer | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2012-12-27 11:15:09 +0100 |
| commit | 1c601ade41fbafa259cfbc71666387dc97333755 (patch) | |
| tree | 56631eef204e08b6a0ffb310a056c672991449a1 /manifests | |
| parent | fe6e8b70e297c3d9cc95a216152273e2409c59d3 (diff) | |
| download | puppet-bind-1c601ade41fbafa259cfbc71666387dc97333755.tar.gz puppet-bind-1c601ade41fbafa259cfbc71666387dc97333755.tar.bz2 | |
fix concat error when no zone is defined
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/base.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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': |
