]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using tor::polipo instead of tor
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Jan 2012 22:53:30 +0000 (20:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Jan 2012 22:53:30 +0000 (20:53 -0200)
manifests/personal.pp

index c8df5f1b92ac89a9f6cff1b9012ae9f6056ce3a7..b82b9e40ba80c3bdc920d5e7418e237436ee668b 100644 (file)
@@ -13,7 +13,7 @@ class nodo::personal {
   # Currently tor management just works for debian
   case $operatingsystem {
     debian: { 
-      include tor
+      include tor::polipo
     }
     default: { }
   }