aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/maintdb.pp
blob: e0079e40ee32e01cafa6ebeba1500f5aa0bb0ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
class buildsystem::var::maintdb(
    $hostname = "maintdb.${::domain}",
    $login = 'maintdb',
    $homedir = '/var/lib/maintdb'
) {
    include buildsystem::var::webstatus
    $dbdir = "${homedir}/db"
    $binpath = '/usr/local/sbin/maintdb'
    $dump = "${buildsystem::var::webstatus::location}/data/maintdb.txt"
    $unmaintained = "${buildsystem::var::webstatus::location}/data/unmaintained.txt"
}