diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 20:53:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 20:53:49 -0300 |
commit | 729d46a90d128d32869559c1542d1864e09ea1aa (patch) | |
tree | 38a89c9e21323136ee8d77b4465f87128c46191e /manifests | |
parent | 97027e2000a9a7facd5adec7fcf02054324aba31 (diff) | |
download | puppet-nodo-729d46a90d128d32869559c1542d1864e09ea1aa.tar.gz puppet-nodo-729d46a90d128d32869559c1542d1864e09ea1aa.tar.bz2 |
Adding geoip-bin into nodo::utils::network
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/network.pp | 3 |
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, } |