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

  include tozt::backups
  include tozt::git
  include tozt::pass
  include tozt::paste
  include tozt::site
  include tozt::ttrss
  include tozt::vpn
}