aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-30 16:54:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-30 16:54:32 -0200
commit34e6d7508928da0b6a62a1134760925dfbadbba1 (patch)
treef4aece6494570a0c40c29363e9a7c8d7fc37e68b
parenteaf9674bc7016c26c6d71dc11728fbe8c0b7cb76 (diff)
downloadpuppet-nodo-34e6d7508928da0b6a62a1134760925dfbadbba1.tar.gz
puppet-nodo-34e6d7508928da0b6a62a1134760925dfbadbba1.tar.bz2
Removing silc package
-rw-r--r--manifests/subsystems/utils/network.pp10
1 files changed, 7 insertions, 3 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp
index 1ffd771..df49912 100644
--- a/manifests/subsystems/utils/network.pp
+++ b/manifests/subsystems/utils/network.pp
@@ -27,7 +27,7 @@ class utils::network::minimal {
class utils::network inherits utils::network::minimal {
# Network
package { [ 'mutt', 'offlineimap', 'epiphany-browser',
- 'newsbeuter', 'nicotine', 'silc',
+ 'newsbeuter', 'nicotine', 'sshfs',
'bogofilter', 'fetchmail', 'procmail',
'msmtp', 'mairix', 'konqueror',
'bittorrent', 'links', 'twinkle',
@@ -36,11 +36,15 @@ class utils::network inherits utils::network::minimal {
'pidgin', 'pidgin-encryption', 'pidgin-openpgp',
'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack',
'sslscan', 'muttprofile', 'connect-proxy',
- 'mutt-patched', 'gftp', 'notmuch-mutt',
- 'sshfs' ]:
+ 'mutt-patched', 'gftp', 'notmuch-mutt' ]:
ensure => installed,
}
+ # Old packages
+ package { 'silc':
+ ensure => absent,
+ }
+
# Squeeze (or newer) packages
if $::lsbdistcodename != 'lenny' {
package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',