summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bd8943b..c8ac5f3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,6 +8,9 @@ class tor {
service { 'tor':
ensure => running,
+ enable => true,
+ hasrestart => true,
+ hasstatus => true,
require => Package['tor'],
}
}