diff options
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 2a1e8033..02d19b9a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -501,7 +501,7 @@ class mga_buildsystem::config { 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga2_rpmlint, - 'version' => $std_version_check, + 'version' => $frozen_version_check, }, }, }, |