aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/network.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index 6c50cdf..943bce5 100644
--- a/manifests/utils/network.pp
+++ b/manifests/utils/network.pp
@@ -10,7 +10,8 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack',
'sslscan', 'muttprofile', 'connect-proxy',
'avahi-discover', 'mdns-scan', 'davfs2',
- 'surfraw', 'w3m', 'mailplate' ]:
+ 'surfraw', 'w3m', 'mailplate',
+ 'geoip-bin' ]:
ensure => installed,
}