aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
commit0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch)
treef3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/network.pp
parent4a880ad141c8deefb41549e5e79c868303e1c296 (diff)
downloadpuppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz
puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/network.pp')
-rw-r--r--manifests/utils/network.pp26
1 files changed, 10 insertions, 16 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index ac14727..cb9e5c5 100644
--- a/manifests/utils/network.pp
+++ b/manifests/utils/network.pp
@@ -4,39 +4,33 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
'mutt',
'offlineimap',
'newsbeuter',
- 'nicotine',
- 'sshfs',
'bogofilter',
'fetchmail',
'procmail',
'msmtp',
- 'mairix',
'notmuch-mutt',
'links',
'elinks',
- 'iceweasel',
- 'openvpn',
+ 'firefox-esr',
'pssh',
'mutt-patched',
- 'pidgin',
- 'pidgin-encryption',
- 'pidgin-openpgp',
- 'pidgin-otr',
- 'pidgin-privacy-please',
- 'pidgin-plugin-pack',
'sslscan',
'muttprofile',
- 'connect-proxy',
- 'avahi-discover',
- 'mdns-scan',
- 'davfs2',
'surfraw',
'w3m',
'mailplate',
'geoip-bin',
- 'ssvnc',
'rig',
'sup-mail',
+ #'connect-proxy',
+ #'avahi-discover',
+ #'mdns-scan',
+ #'davfs2',
+ #'ssvnc',
+ #'mairix',
+ #'openvpn',
+ #'nicotine',
+ #'sshfs',
]:
ensure => installed,
}