diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-05-27 09:19:09 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-05-27 09:19:09 +0300 |
commit | e23b77127c6809d9114dadaeee218e5c4ffef6c5 (patch) | |
tree | 702b99eb02df8a9eec1983b9badc8eafca09ea1c /deployment | |
parent | df59f13f6631978a99878d54c8001189a12f5846 (diff) | |
download | puppet-e23b77127c6809d9114dadaeee218e5c4ffef6c5.tar puppet-e23b77127c6809d9114dadaeee218e5c4ffef6c5.tar.gz puppet-e23b77127c6809d9114dadaeee218e5c4ffef6c5.tar.bz2 puppet-e23b77127c6809d9114dadaeee218e5c4ffef6c5.tar.xz puppet-e23b77127c6809d9114dadaeee218e5c4ffef6c5.zip |
Mageia 7 Release Freeze
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 bda56637..c4a5e809 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -581,8 +581,8 @@ class mga_buildsystem::config { 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', - 'mode' => 'version_freeze', - #'mode' => 'freeze', + #'mode' => 'version_freeze', + 'mode' => 'freeze', } # for EOL distributions |