summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
blob: e96c92244cf1397f62cb5b1efd153976a0961d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
node 'tozt', 'tozt.localdomain' {
  $persistent_data = '/media/persistent'
  include tozt::persistent
  Class['tozt::persistent'] -> Class['base']

  include base

  include tozt::backups
  include tozt::git
  include tozt::operatingsystem
  include tozt::pass
  include tozt::paste
  include tozt::services
  include tozt::site
  include tozt::ttrss
}