From cb1b6bfb20ace930621f224327f456a585e6e01c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Mar 2010 10:49:26 -0300 Subject: Removing dosemu from utils::desktop --- manifests/subsystems/utils.pp | 5 ++--- 1 file 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, } -- cgit v1.2.3