aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-31 09:22:36 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-31 09:22:36 +0000
commite808760d4909bc2d9778b2bb1079db8219c6d473 (patch)
treef5f51bee46095a60b09b1eb7ef6081c1fff65a2f /deployment
parentebdad53512ac5e5356c072e8819631ef03893e9f (diff)
downloadpuppet-e808760d4909bc2d9778b2bb1079db8219c6d473.tar
puppet-e808760d4909bc2d9778b2bb1079db8219c6d473.tar.gz
puppet-e808760d4909bc2d9778b2bb1079db8219c6d473.tar.bz2
puppet-e808760d4909bc2d9778b2bb1079db8219c6d473.tar.xz
puppet-e808760d4909bc2d9778b2bb1079db8219c6d473.zip
mga_buildsystem: enable 'no_mirror' for infra_1 and infra_2
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 868c48c8..97435617 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -558,6 +558,7 @@ class mga_buildsystem::config {
},
},
'iurt_use_bootstrap' => true,
+ 'no_mirror' => true,
},
'infra_2' => {
@@ -589,6 +590,7 @@ class mga_buildsystem::config {
},
},
'iurt_use_bootstrap' => true,
+ 'no_mirror' => true,
},
}
}