diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 87e9773..fa2285d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,9 +5,4 @@ class tor { package { [ "tor", "torsocks" ]: ensure => installed, } - - service { "tor": - ensure => running, - require => Package['tor'], - } } |