summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b8e1917..82820f5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,11 +8,11 @@ class tor (
}
service { 'tor':
- ensure => running,
- enable => true,
+ ensure => running,
+ enable => true,
hasrestart => true,
- hasstatus => true,
- require => Package['tor'],
+ hasstatus => true,
+ require => Package['tor'],
}
if $use_munin {