diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-17 17:54:55 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-17 17:54:55 +0300 |
commit | 83ce2352ab955891ecfc6eedc2a19177baf5c04e (patch) | |
tree | b5a05d196ab140ce5ead97720ec246eff2f5003a /deployment/mga_buildsystem/manifests | |
parent | 73cd488a2a47b08a2bf991f25a727fb62742cb96 (diff) | |
download | puppet-83ce2352ab955891ecfc6eedc2a19177baf5c04e.tar puppet-83ce2352ab955891ecfc6eedc2a19177baf5c04e.tar.gz puppet-83ce2352ab955891ecfc6eedc2a19177baf5c04e.tar.bz2 puppet-83ce2352ab955891ecfc6eedc2a19177baf5c04e.tar.xz puppet-83ce2352ab955891ecfc6eedc2a19177baf5c04e.zip |
lock down cauldron
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 669e9f09..0de47d7a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -536,7 +536,7 @@ class mga_buildsystem::config { 'targets' => $cauldron_youri_todo_targets, 'checks' => { 'rpmlint' => $cauldron_rpmlint, - 'version' => $cauldron_version_check, + 'version' => $frozen_version_check, }, }, }, |