]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
add tor-geoip package to be installed as its useful for most all installations (...
authorMicah Anderson <micah@riseup.net>
Wed, 14 Mar 2012 15:24:23 +0000 (11:24 -0400)
committerMicah Anderson <micah@riseup.net>
Wed, 14 Mar 2012 15:24:23 +0000 (11:24 -0400)
manifests/init.pp

index 9aee2a19d632bb796ca69b8e1ee0ab43fe69f366..731e93915312db218bc6a0d7c5a135c5352b0898 100644 (file)
@@ -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,
   }