Make the service depend on the package

This commit is contained in:
Nate Riffe 2012-09-03 10:50:01 -05:00
parent b219c94fb8
commit f89838cb93

View File

@ -11,5 +11,6 @@ class bind (
enable => true,
hasrestart => true,
hasstatus => true,
require => Package[$bind::params::bind_package],
}
}