aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/office.pp
blob: 7f62875e239767d22932371966c70562752ff0fe (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' ]:
    ensure => installed,
  }
}