diff options
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 046e4b0..4fb7422 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -38,7 +38,8 @@ class utils::desktop { 'irssi-plugin-silc', 'conky', 'rxvt', 'vim-gtk', 'gobby', 'bogofilter', 'gnupg-agent', 'xterm', 'bash-completion', - 'fetchmail', 'dosemu', 'xfonts-terminus' ]: + 'fetchmail', 'dosemu', 'xfonts-terminus', + 'gnumeric' ]: ensure => installed, } @@ -48,4 +49,3 @@ class utils::desktop { } } } - |