]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
enable service on boot
authormh <mh@immerda.ch>
Fri, 28 Oct 2011 14:36:00 +0000 (16:36 +0200)
committerintrigeri <intrigeri@boum.org>
Wed, 11 Apr 2012 13:14:45 +0000 (15:14 +0200)
Conflicts:

manifests/init.pp

manifests/polipo.pp

index 79ee76994328784bf1f71dcdd7bbbf703b476687..72a92366dafc0a181dd78ac8604bbabd22afad08 100644 (file)
@@ -6,6 +6,7 @@ class tor::polipo inherits tor {
 
   service { "polipo":
     ensure  => running,
+    enable  => true,
     require => [ Package["polipo"], Service["tor"] ],
   }