summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
blob: 4c64046e6d4247432a6a3762f2d437d0c2b3c4be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
node 'tozt', 'tozt.localdomain' {
  include base
  include tozt::operatingsystem
  include tozt::persistent
  Class['tozt::operatingsystem'] -> Package<| provider == "pacman" |>
  Class['tozt::persistent'] -> Class['base']

  include tozt::backups
  include tozt::bitwarden
  include tozt::git
  include tozt::metabase
  include tozt::monitoring
  include tozt::paste
  include tozt::prometheus
  include tozt::services
  include tozt::site
  include tozt::ttrss
}