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, 0 insertions, 10 deletions
diff --git a/modules/buildsystem/manifests/config.pp b/modules/buildsystem/manifests/config.pp
deleted file mode 100644
index b038da21..00000000
--- a/modules/buildsystem/manifests/config.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-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']
-)
-{
-}