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