diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-09-18 14:06:06 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-11-15 15:32:32 +0100 |
commit | fca071207d87c889c172900ab8c5abf2dfb2f957 (patch) | |
tree | f7d13e87a5dfc302a0ecbbb2ce9ca7257f4d294e /deployment | |
parent | db49cd1949488dc6c91c107896538bd140fb8cde (diff) | |
download | puppet-fca071207d87c889c172900ab8c5abf2dfb2f957.tar puppet-fca071207d87c889c172900ab8c5abf2dfb2f957.tar.gz puppet-fca071207d87c889c172900ab8c5abf2dfb2f957.tar.bz2 puppet-fca071207d87c889c172900ab8c5abf2dfb2f957.tar.xz puppet-fca071207d87c889c172900ab8c5abf2dfb2f957.zip |
simplify regexp
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index f447eefb..b7e90129 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -501,7 +501,7 @@ class mga_buildsystem::config { $cauldron_version_check = { 'authorized_sections' => '^[a-z]+/updates_testing$', #'authorized_packages' => 'none_package_authorized', - 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|perl_checker|mandi|indexhtml|ldetect(-lst)?|libreoffice|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*|iurt)$', + 'authorized_packages' => 'drak|^(urpmi|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?|URPM)|mgaonline|net_monitor|perl_checker|mandi|indexhtml|ldetect(-lst)?|libreoffice|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*|iurt)$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', |