aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-01-04 00:52:59 +0200
committerThomas Backlund <tmb@mageia.org>2021-01-04 00:52:59 +0200
commit7827863672e52cfdf43d20a7d776cc1ba6ec313a (patch)
tree5806c0962855daa3632cefc9d61c302549f9ba0b
parentbbf5fccd5875a981cd8bca7a612456ecb97f227b (diff)
downloadpuppet-7827863672e52cfdf43d20a7d776cc1ba6ec313a.tar
puppet-7827863672e52cfdf43d20a7d776cc1ba6ec313a.tar.gz
puppet-7827863672e52cfdf43d20a7d776cc1ba6ec313a.tar.bz2
puppet-7827863672e52cfdf43d20a7d776cc1ba6ec313a.tar.xz
puppet-7827863672e52cfdf43d20a7d776cc1ba6ec313a.zip
Mageia 8 Version Freeze
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index de295147..617a182d 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -374,8 +374,8 @@ class mga_buildsystem::config {
'authorized_packages' => 'drak|^(urpmi|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?|URPM)|mgaonline|net_monitor|perl_checker|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*|iurt)$',
'authorized_arches' => 'none',
'authorized_users' => "^${cauldron_authorized_users}\$",
- 'mode' => 'normal',
- #'mode' => 'version_freeze',
+ #'mode' => 'normal',
+ 'mode' => 'version_freeze',
#'mode' => 'freeze',
}