summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-03-14 15:26:14 -0400
committerMicah Anderson <micah@riseup.net>2012-03-14 15:26:14 -0400
commit8786a1e07dc1665409278c0f012a0a11a786cdf6 (patch)
treeb8469061b50385f90e9b55f5a3fd0398e91e6674 /manifests/init.pp
parent2a978f91fddb0b77ef260776bb920440a150e6d7 (diff)
fix package name for tor-geoipdb
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 731e939..6f3c90c 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", "tor-geoip", "torsocks" ]:
+ package { [ "tor", "tor-geoipdb", "torsocks" ]:
ensure => $tor_ensure_version,
}