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