diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 10:49:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 10:49:26 -0300 |
commit | cb1b6bfb20ace930621f224327f456a585e6e01c (patch) | |
tree | 170844392dfaaee03b4d95341e1695184ecf70eb /manifests | |
parent | d6a9c897193a5bc7231db28e9863e1f693be88cc (diff) | |
download | puppet-nodo-cb1b6bfb20ace930621f224327f456a585e6e01c.tar.gz puppet-nodo-cb1b6bfb20ace930621f224327f456a585e6e01c.tar.bz2 |
Removing dosemu from utils::desktop
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 92061eb..0995331 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,7 +28,6 @@ class utils::web { # Common utilities for desktop class utils::desktop { - # Package dosemu used because of the pcf fonts package { [ 'awesome', 'alsa-tools-gui', 'mutt', 'irssi', 'offlineimap', 'wyrd', 'mp3blaster', 'iceweasel', 'eterm', @@ -38,12 +37,12 @@ class utils::desktop { 'irssi-plugin-silc', 'conky', 'rxvt', 'vim-gtk', 'gobby', 'bogofilter', 'gnupg-agent', 'xterm', 'bash-completion', - 'fetchmail', 'dosemu', 'xfonts-terminus', + 'fetchmail', 'whois', 'xfonts-terminus', 'gnumeric', 'alsa-utils', 'sc', 'gawk', 'telnet', 'fpm', 'procmail', 'msmtp', 'netpbm', 'gqview', 'antiword', 'mairix', - 'whois', 'mozilla-plugin-gnash' ]: + 'mozilla-plugin-gnash' ]: ensure => installed, } |