From f5cf8529393c927ded83671993501d8b17493169 Mon Sep 17 00:00:00 2001 From: Brian Muita Date: Thu, 27 Nov 2014 18:30:50 +0300 Subject: [PATCH] Added bind package to File resource defaults Fixes concat failing because the bind group cannot be found on the first run when bind isn't installed yet. --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index bff7334..dda18d0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,6 +43,7 @@ class bind ( owner => 'root', group => $::bind::params::bind_group, mode => 0644, + require => Package[$::bind::params::bind_package], } file { [ $confdir, "${confdir}/zones" ]: