Remove FUTURE_PARSER

Change-Id: I037f6d9c895ae3eac562dbaefdcf92a8f3d815a8
This commit is contained in:
Tobias Urdin 2019-10-10 11:33:04 +02:00
parent cbed9f46df
commit ca40ce2e30
1 changed files with 0 additions and 5 deletions

View File

@ -19,11 +19,6 @@ source $SCRIPT_DIR/functions
export PUPPET_VERSION=${PUPPET_VERSION:-4}
PUPPET_MAJOR_VERSION=`echo $PUPPET_VERSION | cut -c 1`
export PUPPET_GEM_VERSION="~> $PUPPET_MAJOR_VERSION"
if [ "$PUPPET_MAJOR_VERSION" -lt "4" ]; then
export FUTURE_PARSER=${FUTURE_PARSER:-yes}
else
export FUTURE_PARSER=${FUTURE_PARSER:-no}
fi
prepare_environment