aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-08-30 18:26:51 +0000
committerNicolas Vigier <boklm@mageia.org>2012-08-30 18:26:51 +0000
commitc11190e6562d30c0c8beb78eb947ff94346cf7ee (patch)
tree9917cf00210948260c68ebc4891a9431c9301db7 /modules/buildsystem/manifests/mainnode.pp
parent8fb6fc712a761f7d4416007f3fa4f7f72bdd54da (diff)
downloadpuppet-c11190e6562d30c0c8beb78eb947ff94346cf7ee.tar
puppet-c11190e6562d30c0c8beb78eb947ff94346cf7ee.tar.gz
puppet-c11190e6562d30c0c8beb78eb947ff94346cf7ee.tar.bz2
puppet-c11190e6562d30c0c8beb78eb947ff94346cf7ee.tar.xz
puppet-c11190e6562d30c0c8beb78eb947ff94346cf7ee.zip
use common media.cfg template file for all distros and archs
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index b894eae9..5dc9546a 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -21,5 +21,12 @@ class buildsystem::mainnode {
vhost_file => 'buildsystem/vhost_repository.conf',
}
- buildsystem::media_cfg { ['i586','x86_64']: }
+ buildsystem::media_cfg { "cauldron i586":
+ distro => 'cauldron',
+ arch => 'i586',
+ }
+ buildsystem::media_cfg { "cauldron x86_64":
+ distro => 'cauldron',
+ arch => 'x86_64',
+ }
}