summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
blob: 85e020487d4eff4aabbdf7a6f810f4253888513a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
node 'tozt.localdomain' {
  include tozt::users

  Package::Makepkg {
    build_user => 'doy',
  }

  Tozt::User['doy'] -> Package::Makepkg<| build_user == 'doy' |>

  include tozt::bootstrap
  include tozt::backups
  include tozt::git
  include tozt::misc
  include tozt::pass
  include tozt::paste
  include tozt::site
  include tozt::services
  include tozt::tools
  include tozt::ttrss
  include tozt::vpn
}