summaryrefslogtreecommitdiffstats
path: root/manifests/00global.pp
blob: 078bdef04ed05c9dc7a55f442e24783cf9fa935d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$default_user = 'doy'
$vpn_ips = {
  'hornet' => '10.49.0.2',
  'mail' => '10.49.0.3',
  'partofme' => '10.49.0.4',
  'phone' => '10.49.0.5',
  'tozt' => '10.49.0.6',
}

Package::Makepkg {
  build_user => $default_user,
}

include systemd
Class["systemd"] -> Service<| |>