diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 13:16:23 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 13:16:23 -0300 | 
| commit | fd16495034f504b47616131e348c5506b0773470 (patch) | |
| tree | a558b9f39409b602e1a5cc0f10585956253dc885 | |
| parent | c209992a95adb71fa86b95307525817b4cc0b7fd (diff) | |
| download | puppet-nodo-fd16495034f504b47616131e348c5506b0773470.tar.gz puppet-nodo-fd16495034f504b47616131e348c5506b0773470.tar.bz2 | |
Adding w3m into nodo::utils::network
| -rw-r--r-- | manifests/utils/network.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index c20fe76..f4d1e34 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -10,7 +10,7 @@ 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' ]: +              'surfraw',            'w3m' ]:      ensure => installed,    } | 
