diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-27 19:17:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-27 19:17:43 -0300 |
commit | d58a3ed497ce83a2dd97a9cb7722ad54a18effe7 (patch) | |
tree | 388b5cb039e6ac049b263f6e8c1abc79c2d46143 /manifests/subsystems | |
parent | 0efe2afba377d4144d8b227dfa0e81f8fb5ed99b (diff) | |
download | puppet-nodo-d58a3ed497ce83a2dd97a9cb7722ad54a18effe7.tar.gz puppet-nodo-d58a3ed497ce83a2dd97a9cb7722ad54a18effe7.tar.bz2 |
Adding mat into utils::office
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/office.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/office.pp b/manifests/subsystems/utils/office.pp index 363dc5d..94fbdb3 100644 --- a/manifests/subsystems/utils/office.pp +++ b/manifests/subsystems/utils/office.pp @@ -6,7 +6,8 @@ class utils::office { 'texlive-latex-extra', 'pandoc', 'gnumeric', 'cups-client', 'hplip', 'cups-bsd', 'gnucash', 'worklog', 'pdftk', - 'calibre', 'fbreader', 'gobby-0.5' ]: + 'calibre', 'fbreader', 'gobby-0.5', + 'mat' ]: ensure => installed, } } |