diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-10-15 23:12:25 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-10-15 23:12:25 +0000 |
commit | 9640911f5d6614a00f10353ef386bcde7855477a (patch) | |
tree | 5816332b2e96404d48c51a079c65a360d2a2b196 /deployment | |
parent | 1dd8206e74d095d534f492810ea45b6e85a13ba8 (diff) | |
download | puppet-9640911f5d6614a00f10353ef386bcde7855477a.tar puppet-9640911f5d6614a00f10353ef386bcde7855477a.tar.gz puppet-9640911f5d6614a00f10353ef386bcde7855477a.tar.bz2 puppet-9640911f5d6614a00f10353ef386bcde7855477a.tar.xz puppet-9640911f5d6614a00f10353ef386bcde7855477a.zip |
Mga 4 Version 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 89647f66..e79e0eb7 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -396,8 +396,8 @@ class mga_buildsystem::config { 'authorized_packages' => '^$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", - 'mode' => 'normal', - #'mode' => 'version_freeze', + #'mode' => 'normal', + 'mode' => 'version_freeze', #'mode' => 'freeze', } |