diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-08 20:53:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-08 20:53:30 -0200 |
commit | 2da83d9ff89e633c8e199c962cccf53c5342da7d (patch) | |
tree | e915fe8438100ec7a6a1c4bbbff6a07236bf246a /manifests/personal.pp | |
parent | c680d534dca741b0a06fe308b2f4d02a73ca6226 (diff) | |
download | puppet-nodo-2da83d9ff89e633c8e199c962cccf53c5342da7d.tar.gz puppet-nodo-2da83d9ff89e633c8e199c962cccf53c5342da7d.tar.bz2 |
Using tor::polipo instead of tor
Diffstat (limited to 'manifests/personal.pp')
-rw-r--r-- | manifests/personal.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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: { } } |