From: Micah Anderson Date: Sun, 11 Mar 2012 19:53:30 +0000 (-0400) Subject: add additional service params to the tor service, this allows for a more graceful... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=97257b64c83561d6b3e621cccf9563af17ef1fc3;p=puppet-tor.git add additional service params to the tor service, this allows for a more graceful reload action to happen on config file change, rather than the restart --- diff --git a/manifests/init.pp b/manifests/init.pp index bd8943b..c8ac5f3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,6 +8,9 @@ class tor { service { 'tor': ensure => running, + enable => true, + hasrestart => true, + hasstatus => true, require => Package['tor'], } }