From f89838cb93a182440261c42bc043a8a3b2a187c5 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Mon, 3 Sep 2012 10:50:01 -0500 Subject: [PATCH] Make the service depend on the package --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 13f06a9..9d1ab36 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,5 +11,6 @@ class bind ( enable => true, hasrestart => true, hasstatus => true, + require => Package[$bind::params::bind_package], } }