Use Puppet 4.5.2 in puppet4 noop tests

As we plan to package puppet 4.5.2,
we need to run noop tests with this version
instead of 4.5.0.

Change-Id: I4b5303166b028205c004cf50f7b47416d47ac312
This commit is contained in:
Mykyta Karpin 2017-02-02 11:34:11 +02:00
parent 7f22b7f433
commit 920cf3c656
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
DIR=`dirname $0`
cd $DIR || exit 1
export PUPPET_GEM_VERSION="4.5.0"
export PUPPET_GEM_VERSION="4.5.2"
export STRICT_VARIABLES="no"
echo "Running the noop tests with Puppet version: ${PUPPET_GEM_VERSION}"