summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-03-14 11:24:23 -0400
committerMicah Anderson <micah@riseup.net>2012-03-14 11:24:23 -0400
commit40ed1748691f752a64c84fe2ef97fedcd35f2ac8 (patch)
treed0fdf84eb3644a37940ca06a008fba0c5d8adec7 /manifests/init.pp
parentdc2a79282c0427f83de8fb3a87ba1eecd45b528a (diff)
add tor-geoip package to be installed as its useful for most all installations (#3854)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}