From: Silvio Rhatto Date: Sun, 8 Jan 2012 22:53:30 +0000 (-0200) Subject: Using tor::polipo instead of tor X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2da83d9ff89e633c8e199c962cccf53c5342da7d;p=puppet-nodo.git Using tor::polipo instead of tor --- diff --git a/manifests/personal.pp b/manifests/personal.pp index c8df5f1..b82b9e4 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -13,7 +13,7 @@ class nodo::personal { # Currently tor management just works for debian case $operatingsystem { debian: { - include tor + include tor::polipo } default: { } }