1
2
3
4
5
6
7
8
9
10
11
12
|
class utils::office {
# Office
package { [ 'wyrd', 'vim-gtk', 'gobby',
'sc', 'antiword', 'broffice.org',
'kalarm', 'texlive-latex-base', 'texlive-latex-recommended',
'texlive-latex-extra', 'pandoc', 'gnumeric',
'cups-client', 'hplip', 'cups-bsd',
'gnucash', 'worklog', 'pdftk',
'calibre', 'fbreader', 'gobby-0.5' ]:
ensure => installed,
}
}
|