diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2023-02-21 16:49:36 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2023-02-21 16:49:36 +0100 |
commit | 2c8640860d66bdc69b228ac9ee83a1bbe4005010 (patch) | |
tree | 5b5efc1efc7c46a978c676c130633875c113625a | |
parent | bc1ed9d2eebd0569d9ab3fa4bcee00d6bbf2b554 (diff) | |
download | puppet-2c8640860d66bdc69b228ac9ee83a1bbe4005010.tar puppet-2c8640860d66bdc69b228ac9ee83a1bbe4005010.tar.gz puppet-2c8640860d66bdc69b228ac9ee83a1bbe4005010.tar.bz2 puppet-2c8640860d66bdc69b228ac9ee83a1bbe4005010.tar.xz puppet-2c8640860d66bdc69b228ac9ee83a1bbe4005010.zip |
Enable version for cauldron, in preparation of mageia 9
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 7c27f3e4..3f79fd19 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -411,8 +411,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', } |