]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
adding service notification
authordrebs <drebs@riseup.net>
Sun, 8 Jan 2012 05:48:04 +0000 (03:48 -0200)
committerdrebs <drebs@riseup.net>
Sun, 8 Jan 2012 05:48:04 +0000 (03:48 -0200)
manifests/daemon.pp

index c9819c353fc1f7dcc84a8d51c1e9d839c11c1889..d8a18e855c2ddd3513bc4d9bf21dcfcca3677ab1 100644 (file)
@@ -37,6 +37,7 @@ class tor::daemon inherits tor {
       owner   => root,
       group   => root,
       mode    => 0644,
+      notify  => Service["tor"],
     }
   }