summaryrefslogtreecommitdiffstats
path: root/manifests/00global.pp
blob: 3557facb797fa2de5d22dac6f235d0063cf23f04 (plain) (blame)
1
2
3
4
5
6
7
8
$default_user = 'doy'

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

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