From 00646b0ffc71a86981b05f983c86ace0979d1b6f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 23 Jun 2015 14:40:13 -0400 Subject: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685052 fixes debian's status script, which was implemented in 1.4.20-1 of the debian package (available in wheezy-backports and newer). --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index aaaf3ba..fc043e2 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -16,7 +16,7 @@ class unbound::params { 'ubuntu', 'debian': { $package = 'unbound' $service = 'unbound' - $hasstatus = false + $hasstatus = true $dir = '/etc/unbound' $logfile = '' $control_setup = '/usr/sbin/unbound-control-setup' -- cgit v1.2.3