summaryrefslogtreecommitdiff
path: root/manifests/service.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/service.pp')
-rw-r--r--manifests/service.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/service.pp b/manifests/service.pp
index 2556999..f96f453 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -15,7 +15,8 @@ class unbound::service {
}
service { $unbound::params::service:
- ensure => running,
+ ensure => running,
+ hasstatus => $unbound::params::hasstatus,
subscribe => File[$unbound::params::config],
}
}