aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-30 20:45:10 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-30 20:45:10 +0000
commita292b8edf5c217d1ea6617983286a988efb75ce7 (patch)
tree1924671c77250048599ba11b9de1d53d00827c50 /deployment/mga_buildsystem/manifests
parent4348d8c7c3d3f0c638126e16c20c69e13a89fd3b (diff)
downloadpuppet-a292b8edf5c217d1ea6617983286a988efb75ce7.tar
puppet-a292b8edf5c217d1ea6617983286a988efb75ce7.tar.gz
puppet-a292b8edf5c217d1ea6617983286a988efb75ce7.tar.bz2
puppet-a292b8edf5c217d1ea6617983286a988efb75ce7.tar.xz
puppet-a292b8edf5c217d1ea6617983286a988efb75ce7.zip
mga_buildsystem: enable 'iurt_use_bootstrap' for infra_1 and infra_2
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 0f5ebbfd..efce9cdc 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -557,6 +557,7 @@ class mga_buildsystem::config {
},
},
},
+ 'iurt_use_bootstrap' => true,
},
'infra_2' => {
@@ -587,6 +588,7 @@ class mga_buildsystem::config {
},
},
},
+ 'iurt_use_bootstrap' => true,
},
}
}