From: Silvio Rhatto Date: Sun, 8 Jan 2012 23:03:40 +0000 (-0200) Subject: Typ0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0e970df70e04129e76053b2c6eccb80610a8f197;p=puppet-tor.git Typ0 --- diff --git a/manifests/init.pp b/manifests/init.pp index a2b9885..058a252 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,7 +8,7 @@ class tor { ensure => installed, } - service { "tor": { + service { "tor": ensure => running, require => Package['tor'], }