summaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-28 16:36:00 +0200
committerintrigeri <intrigeri@boum.org>2012-04-11 15:14:45 +0200
commitbc0c42ef3de9c0330d8fe5bc90b793327e06d8da (patch)
tree686559fb3e6cdcede3d225dec1d15f9227daa8cb /manifests/polipo.pp
parentf927bec2fa472461a14e8a3d5cf30fbc7bbd20f4 (diff)
enable service on boot
Conflicts: manifests/init.pp
Diffstat (limited to 'manifests/polipo.pp')
-rw-r--r--manifests/polipo.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/polipo.pp b/manifests/polipo.pp
index 79ee769..72a9236 100644
--- a/manifests/polipo.pp
+++ b/manifests/polipo.pp
@@ -6,6 +6,7 @@ class tor::polipo inherits tor {
service { "polipo":
ensure => running,
+ enable => true,
require => [ Package["polipo"], Service["tor"] ],
}