diff options
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/config.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/config.pp b/modules/buildsystem/manifests/config.pp new file mode 100644 index 00000000..0fa25279 --- /dev/null +++ b/modules/buildsystem/manifests/config.pp @@ -0,0 +1,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'] +) +{ +} |