aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/signbot.pp
blob: 1d1036318ca3956fdb6af9f58b1ca84550e116d7 (plain)
1
2
3
4
5
6
7
8
9
# $keyid:
#   the key id of the gnupg key used to sign packages
class buildsystem::var::signbot(
    $keyid
) {
    $login = 'signbot'
    $home_dir = "/var/lib/$login"
    $sign_keydir = "$home_dir/keys"
}