blob: c0b2c9175dc18d4335483d03a076ecb5b8b50c7f (
plain)
1
2
3
4
5
6
7
8
9
|
# $packagers:
# name of packagers group, who should be allowed to submit packages
# $packagers_committers:
# name of group of users who are allowed to commit on packages
class buildsystem::var::groups(
$packagers,
$packagers_committers
) {
}
|