Must declare confdir to depend on it
This commit is contained in:
parent
f09ca602b0
commit
da7e6b9465
@ -6,6 +6,11 @@ class bind (
|
||||
ensure => latest,
|
||||
}
|
||||
|
||||
file { $bind::params::confdir:
|
||||
ensure => directory,
|
||||
require => Package[$bind::params::bind_package],
|
||||
}
|
||||
|
||||
service { $bind::params::bind_service:
|
||||
ensure => running,
|
||||
enable => true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user