diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
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'], } } |