diff options
Diffstat (limited to 'manifests')
-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, } |