diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-05-08 18:23:04 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-05-08 18:23:04 +0000 |
commit | ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d (patch) | |
tree | a9e54db9328398c4452b91724536b05145eee262 /deployment | |
parent | d89c93a62c6b9e376f6136201e6a287945bda6e5 (diff) | |
download | puppet-ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d.tar puppet-ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d.tar.gz puppet-ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d.tar.bz2 puppet-ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d.tar.xz puppet-ad7d1b2c9d1c67c0baf8c3fc83fad64a3544819d.zip |
fix another typo
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index de3f16f8..d2fccddc 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', 'rabbit1', ecosse1' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |