diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-14 19:42:30 +0000 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-14 19:42:30 +0000 |
commit | db4d88e4df7c3f550cc7b2aa8aaff53f7bb193f7 (patch) | |
tree | a872ced1b85c74e6593044ebd85b17be294b5fc1 /manifests | |
parent | d782efc2dd8450d839333d5707594a73a14adabb (diff) | |
download | puppet-nodo-db4d88e4df7c3f550cc7b2aa8aaff53f7bb193f7.tar.gz puppet-nodo-db4d88e4df7c3f550cc7b2aa8aaff53f7bb193f7.tar.bz2 |
Adding more packages into utils::desktop (2)
Diffstat (limited to 'manifests')
-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 { } } } - |