summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-08 21:03:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-08 21:03:40 -0200
commit0e970df70e04129e76053b2c6eccb80610a8f197 (patch)
tree2eeefc215baf99eb45cb4d43bdc6a6694b6da8d2 /manifests/init.pp
parent93a35a6a7ac15a93cd1b4929acdaf61f11b96674 (diff)
Typ0
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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'],
}