diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-06-21 17:02:39 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-06-21 17:02:39 +0300 |
commit | f14525191c57b5a0c2c3f7a8380530cc1f185ac6 (patch) | |
tree | b527e49f6459d3e501acaa36b89b788df7fce79b /deployment | |
parent | 06549d68c4b524d9bbc00221dd1fd2917b6cb50a (diff) | |
download | puppet-f14525191c57b5a0c2c3f7a8380530cc1f185ac6.tar puppet-f14525191c57b5a0c2c3f7a8380530cc1f185ac6.tar.gz puppet-f14525191c57b5a0c2c3f7a8380530cc1f185ac6.tar.bz2 puppet-f14525191c57b5a0c2c3f7a8380530cc1f185ac6.tar.xz puppet-f14525191c57b5a0c2c3f7a8380530cc1f185ac6.zip |
fix cauldron authorized_* section
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 22a3efe2..f4abfd52 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -480,9 +480,9 @@ class mga_buildsystem::config { $cauldron_authorized_users = str_join(group_members('mga-release_managers'), '|') $cauldron_version_check = { 'authorized_sections' => '^[a-z]+/updates_testing$', - 'authorized_packages' => 'none_package_authorized', + #'authorized_packages' => 'none_package_authorized', 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$', - #'authorized_arches' => 'none', + 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", 'mode' => 'normal', #'mode' => 'version_freeze', |