aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office.pp
blob: eeb6d2e2490b726a39c120533bce38aa41083a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class nodo::utils::office (
  $ensure = 'installed',
) {
  # Not in use
  package { [
    'kalarm',
    'gnumeric',
    'jekyll',
    'taskwarrior',
    'vit',
    'hledger',
    'dia',
    'calibre',
  ]:
    ensure  => absent,
  }
}