aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/config.pp
blob: b038da219e9aa4fd88713ce0ecaef2fa2d2b17e5 (plain)
1
2
3
4
5
6
7
8
9
10
class buildsystem::config(
    architectures = ['i586', 'x86_64'],
    dev_distros = ['cauldron'],
    stable_distros = ['1', '2'],
    distrosections = ['core', 'nonfree', 'tainted'],
    sectionsrepos = ['release', 'updates', 'updates_testing', 'backports',
    		     'backports_testing']
)
{
}