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.
This commit is contained in:
Brian Muita 2014-11-27 18:30:50 +03:00
parent cf58368582
commit f5cf852939

View File

@ -43,6 +43,7 @@ class bind (
owner => 'root', owner => 'root',
group => $::bind::params::bind_group, group => $::bind::params::bind_group,
mode => 0644, mode => 0644,
require => Package[$::bind::params::bind_package],
} }
file { [ $confdir, "${confdir}/zones" ]: file { [ $confdir, "${confdir}/zones" ]: