]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
add additional service params to the tor service, this allows for a more graceful...
authorMicah Anderson <micah@riseup.net>
Sun, 11 Mar 2012 19:53:30 +0000 (15:53 -0400)
committerMicah Anderson <micah@riseup.net>
Sun, 11 Mar 2012 20:05:34 +0000 (16:05 -0400)
manifests/init.pp

index bd8943b1e45349d70ae927f46abbc422986eb1ac..c8ac5f370ffb7a5764a742ddacf345aff7066dc4 100644 (file)
@@ -8,6 +8,9 @@ class tor {
 
   service { 'tor':
     ensure  => running,
+    enable => true,
+    hasrestart => true,
+    hasstatus => true,
     require => Package['tor'],
   }
 }