diff options
Diffstat (limited to 'deployment/mga_buildsystem')
-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 dd5400e2..88613a8a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -576,7 +576,7 @@ class mga_buildsystem::config { 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga3_rpmlint, - 'version' => $std_version_check, + 'version' => $frozen_version_check, }, }, }, |