summaryrefslogtreecommitdiffstats
path: root/manifests/00global.pp
blob: 80cbd23e76c109433f8a887a5c960cc0386bc96a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
$default_user = lookup('default_user')
$vpn_ips = lookup('vpn_ips')
$persistent_data = lookup('persistent_data', undef, undef, undef)

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

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