summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
blob: e042f4bb6b8a4d061730d94dc3a564d7c6598aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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::headscale
  include tozt::metabase
  include tozt::monitoring
  include tozt::paste
  include tozt::prometheus
  include tozt::services
  include tozt::site
  include tozt::ttrss
}