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:
@@ -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" ]:
|
||||
|
||||
Reference in New Issue
Block a user