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