From: mh Date: Fri, 28 Oct 2011 14:36:00 +0000 (+0200) Subject: enable service on boot X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bc0c42ef3de9c0330d8fe5bc90b793327e06d8da;p=puppet-tor.git enable service on boot Conflicts: manifests/init.pp --- 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"] ], }