From: drebs Date: Sun, 8 Jan 2012 05:48:04 +0000 (-0200) Subject: adding service notification X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5abea8a2f16a87dbdc50f5a8255d38551fef8312;p=puppet-tor.git adding service notification --- diff --git a/manifests/daemon.pp b/manifests/daemon.pp index c9819c3..d8a18e8 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -37,6 +37,7 @@ class tor::daemon inherits tor { owner => root, group => root, mode => 0644, + notify => Service["tor"], } }