diff options
Diffstat (limited to 'manifests/subsystems/utils/office.pp')
-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, } } |