diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-04 20:09:48 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-04 20:09:48 -0300 |
| commit | 783b572726d78517bf8e6a49e981b9d04bec54eb (patch) | |
| tree | 446b530fae288a151f147eddee296158cb166752 | |
| parent | 58256e282ac5203d6a4aceacd65ae119fb02920c (diff) | |
| download | puppet-nodo-783b572726d78517bf8e6a49e981b9d04bec54eb.tar.gz puppet-nodo-783b572726d78517bf8e6a49e981b9d04bec54eb.tar.bz2 | |
Adding broffice.org into utils::desktop
| -rw-r--r-- | manifests/subsystems/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 67c5e76..6a4f3a6 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -44,7 +44,8 @@ class utils::desktop { 'gqview', 'antiword', 'mairix', 'gitk', 'mozilla-plugin-gnash', 'mpg123', 'audacious', 'qjackctl', 'bittorrent', - 'subversion', 'fortunes-br', 'xine-ui' ]: + 'subversion', 'fortunes-br', 'xine-ui', + 'broffice.org' ]: ensure => installed, } |
