summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'