diff options
-rw-r--r-- | manifests/subsystems/utils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 9770d9e..66697d8 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -38,7 +38,7 @@ class utils::personal { 'irssi-plugin-silc', 'conky', 'rxvt', 'vim-gtk', 'gobby', 'bogofilter', 'gnupg-agent', 'xterm', 'bash-completion', - 'fetchmail', 'whois', 'xfonts-terminus', + 'fetchmail', 'apg', 'xfonts-terminus', 'gnumeric', 'alsa-utils', 'sc', 'gawk', 'telnet', 'fpm2', 'procmail', 'msmtp', 'netpbm', @@ -53,7 +53,7 @@ class utils::personal { 'fakeroot', 'dupload', 'autotools-dev', 'dh-make', 'kalarm', 'makepasswd', 'pwgen', 'texlive-latex-base', 'texlive-latex-recommended', - 'texlive-latex-extra', 'apg' ]: + 'texlive-latex-extra' ]: ensure => installed, } |