aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 16:10:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 16:10:12 +0000
commit3a34360f9cfa783d8037f021cbfa6137b8d77800 (patch)
tree9b8e28db9535d1ff43a6689a42bc6e69140066f2 /deployment/mga_buildsystem/manifests
parent8a3a726759e254808134394ae0c1f0df6c1d69c6 (diff)
downloadpuppet-3a34360f9cfa783d8037f021cbfa6137b8d77800.tar
puppet-3a34360f9cfa783d8037f021cbfa6137b8d77800.tar.gz
puppet-3a34360f9cfa783d8037f021cbfa6137b8d77800.tar.bz2
puppet-3a34360f9cfa783d8037f021cbfa6137b8d77800.tar.xz
puppet-3a34360f9cfa783d8037f021cbfa6137b8d77800.zip
mga_buildsystem::config: fix build_src_node
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 04f3e6f0..9100539f 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -27,7 +27,7 @@ class mga_buildsystem::config {
'ecosse0' => "ecosse.${::domain}",
'ecosse1' => "ecosse.${::domain}",
},
- build_src_node => "valstar.${::domain}",
+ build_src_node => "valstar",
}
include buildsystem::var::repository
class { 'buildsystem::var::binrepo':