aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp
index 19ca18a..6604067 100644
--- a/manifests/subsystems/utils/network.pp
+++ b/manifests/subsystems/utils/network.pp
@@ -37,19 +37,19 @@ class utils::network inherits utils::network::minimal {
package { [ 'mutt', 'offlineimap', 'epiphany-browser',
'newsbeuter', 'nicotine', 'sshfs',
'bogofilter', 'fetchmail', 'procmail',
- 'msmtp', 'mairix', 'konqueror',
- 'bittorrent', 'links', 'twinkle',
+ 'msmtp', 'mairix', 'notmuch-mutt',
+ 'bittorrent', 'links', 'gftp',
'bittornado', 'iceweasel', 'transmission',
'openvpn', 'amule', 'pssh',
'pidgin', 'pidgin-encryption', 'pidgin-openpgp',
'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack',
'sslscan', 'muttprofile', 'connect-proxy',
- 'mutt-patched', 'gftp', 'notmuch-mutt' ]:
+ 'mutt-patched' ]:
ensure => installed,
}
# Old packages
- package { 'silc':
+ package { [ 'silc', 'twinkle', 'konqueror']:
ensure => absent,
}