aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/office.pp
blob: ba87d17cd8d8d048022a5ad6b3115a887f9f262a (plain)
1
2
3
4
5
6
7
8
9
10
11
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' ]:
    ensure => installed,
  }
}