aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-30 17:10:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-30 17:10:33 -0200
commitc17900e55d18401f3642eab11a5bff6688d724ee (patch)
tree04d3ccf8249e899b6b9f2ce09345565f3f31724e /manifests
parent4c312aa6c5bad00265166871f9fdaa780de584f7 (diff)
downloadpuppet-nodo-c17900e55d18401f3642eab11a5bff6688d724ee.tar.gz
puppet-nodo-c17900e55d18401f3642eab11a5bff6688d724ee.tar.bz2
Removing old packages
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/interface.pp9
-rw-r--r--manifests/subsystems/utils/network.pp8
2 files changed, 11 insertions, 6 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index 0ca228d..e5f2045 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -3,11 +3,16 @@ class utils::interface {
package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx',
- 'weather-util', 'pcmanfm' ]:
+ 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
+ 'weather-util' ]:
ensure => installed,
}
+ # Old stuff
+ package { 'conkyforecast':
+ ensure => absent,
+ }
+
# Fonts
package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:
ensure => installed,
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,
}