diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-08 21:03:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-08 21:03:40 -0200 |
commit | 0e970df70e04129e76053b2c6eccb80610a8f197 (patch) | |
tree | 2eeefc215baf99eb45cb4d43bdc6a6694b6da8d2 /manifests | |
parent | 93a35a6a7ac15a93cd1b4929acdaf61f11b96674 (diff) | |
download | puppet-tor-0e970df70e04129e76053b2c6eccb80610a8f197.tar.gz puppet-tor-0e970df70e04129e76053b2c6eccb80610a8f197.tar.bz2 |
Typ0
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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'], } |