summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-06-23 14:40:13 -0400
committerMicah Anderson <micah@riseup.net>2015-06-23 14:40:13 -0400
commit00646b0ffc71a86981b05f983c86ace0979d1b6f (patch)
treeb6b2c69967f0a012d82fd17119e81266eb180dfb
parentca7eb732064ce29fc83d4c32a4df7d9512d45802 (diff)
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).
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
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'