diff options
author | Jani Välimaa <wally@mageia.org> | 2025-03-06 21:51:28 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2025-03-06 21:51:28 +0200 |
commit | 251d46890ea3fac3d86381afb759ad96082ee836 (patch) | |
tree | 33e956adef354669f1e53a4a66443f2b77bbc725 | |
parent | c2b78571ec2996723aeb5a34b78544fd3dc76951 (diff) | |
download | puppet-master.tar puppet-master.tar.gz puppet-master.tar.bz2 puppet-master.tar.xz puppet-master.zip |
This reverts commit c2b78571ec2996723aeb5a34b78544fd3dc76951.
-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 1abd99e5..0f56337b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -418,9 +418,9 @@ 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' => 'normal', #'mode' => 'version_freeze', - 'mode' => 'freeze', + #'mode' => 'freeze', } # for EOL distributions |