diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-05-29 10:26:55 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-05-29 10:26:55 +0200 |
commit | 601dcfca322b5f2b95b5c0b973c8f6e634fe718b (patch) | |
tree | 76eefd297b38d79ec3ed9210a1637f912ef51fd5 /deployment/mga_buildsystem/manifests | |
parent | 374b7d42a89f862f151dbb3a81b05df78b5d5b46 (diff) | |
download | puppet-601dcfca322b5f2b95b5c0b973c8f6e634fe718b.tar puppet-601dcfca322b5f2b95b5c0b973c8f6e634fe718b.tar.gz puppet-601dcfca322b5f2b95b5c0b973c8f6e634fe718b.tar.bz2 puppet-601dcfca322b5f2b95b5c0b973c8f6e634fe718b.tar.xz puppet-601dcfca322b5f2b95b5c0b973c8f6e634fe718b.zip |
Enable version freeze
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 ce2cd27d..36ac449d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -504,8 +504,8 @@ class mga_buildsystem::config { '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_users' => "^${cauldron_authorized_users}\$", - 'mode' => 'normal', - #'mode' => 'version_freeze', + #'mode' => 'normal', + 'mode' => 'version_freeze', #'mode' => 'freeze', } |