diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-24 09:29:02 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-24 09:29:02 +0200 |
commit | fa195731b1d361ef53ef25d08d0c419708348b0c (patch) | |
tree | f3486b083a8e0b3a2bdbb68033ab738b55e97d66 /deployment | |
parent | cbbed432cc90d2fa8b565bcd4fd5548544c0ba64 (diff) | |
download | puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.gz puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.bz2 puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.xz puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.zip |
cauldron: full lockdown
Diffstat (limited to 'deployment')
-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 b76d23e6..62fe631e 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -368,8 +368,8 @@ class mga_buildsystem::config { # list of users allowed to submit packages when cauldron is frozen $cauldron_authorized_users = str_join(group_members('mga-release_managers'), '|') $cauldron_version_check = { - 'authorized_sections' => '^[a-z]+/updates_testing$', - #'authorized_sections' => 'none_section_authorized', + #'authorized_sections' => '^[a-z]+/updates_testing$', + 'authorized_sections' => 'none_section_authorized', 'authorized_packages' => 'none_package_authorized', #'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', |