From: Micah Anderson Date: Wed, 14 Mar 2012 15:24:23 +0000 (-0400) Subject: add tor-geoip package to be installed as its useful for most all installations (... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=40ed1748691f752a64c84fe2ef97fedcd35f2ac8;p=puppet-tor.git add tor-geoip package to be installed as its useful for most all installations (#3854) --- diff --git a/manifests/init.pp b/manifests/init.pp index 9aee2a1..731e939 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ class tor { if !$tor_ensure_version { $tor_ensure_version = 'installed' } - package { [ "tor", "torsocks" ]: + package { [ "tor", "tor-geoip", "torsocks" ]: ensure => $tor_ensure_version, }