aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/office.pp
blob: 363dc5da1154dc39c37f4d978b03206b5a573a38 (plain)
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,
  }
}