summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 77896d6..8b78f65 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,11 +5,13 @@ class tor {
service { "tor":
ensure => running,
+ enable => true,
require => Package['tor'],
}
service { "polipo":
ensure => running,
+ enable => true,
}
file { "/etc/polipo/config":