aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/config.pp')
-rw-r--r--modules/buildsystem/manifests/config.pp10
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']
+)
+{
+}