aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-05-08 18:22:00 +0000
committerThomas Backlund <tmb@mageia.org>2014-05-08 18:22:00 +0000
commitd89c93a62c6b9e376f6136201e6a287945bda6e5 (patch)
treee8cddaa41ba9ba1a3de586d6d761f78802444cce /deployment/mga_buildsystem/manifests/config.pp
parente534ed7f8019c0fd137d63e45c67857553f3f46b (diff)
downloadpuppet-d89c93a62c6b9e376f6136201e6a287945bda6e5.tar
puppet-d89c93a62c6b9e376f6136201e6a287945bda6e5.tar.gz
puppet-d89c93a62c6b9e376f6136201e6a287945bda6e5.tar.bz2
puppet-d89c93a62c6b9e376f6136201e6a287945bda6e5.tar.xz
puppet-d89c93a62c6b9e376f6136201e6a287945bda6e5.zip
fix order and typo
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index e601dd43..de3f16f8 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -19,7 +19,7 @@ class mga_buildsystem::config {
admin_mail => 'sysadmin@group.mageia.org',
build_nodes => {
'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ],
- 'x86_64' => [ 'rabbit0', 'ecosse0', 'ecosse0', rabbit1' ],
+ 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', ecosse1' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",