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:
parent
cf58368582
commit
f5cf852939
@ -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" ]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user