diff --git a/manifests/init.pp b/manifests/init.pp index 9caff7b..13f06a9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,6 @@ class bind ( service { $bind::params::bind_service: ensure => running, enable => true, - hasreload => true, hasrestart => true, hasstatus => true, }