diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 4fb7422..652d0b4 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -39,7 +39,7 @@ class utils::desktop { 'vim-gtk', 'gobby', 'bogofilter', 'gnupg-agent', 'xterm', 'bash-completion', 'fetchmail', 'dosemu', 'xfonts-terminus', - 'gnumeric' ]: + 'gnumeric', 'alsa-utils', 'sc' ]: ensure => installed, } |