Merge "Fix a typo in docker_puppet_apply.sh"

This commit is contained in:
Zuul 2018-02-19 09:20:52 +00:00 committed by Gerrit Code Review
commit 0d78b528d2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ outputs:
cp -a /tmp/puppet-etc/* /etc/puppet || true cp -a /tmp/puppet-etc/* /etc/puppet || true
fi fi
echo "{\"step\": ${STEP}}" > /etc/puppet/hieradata/docker.json echo "{\"step\": ${STEP}}" > /etc/puppet/hieradata/docker.json
export FACTOR_uuid=docker export FACTER_uuid=docker
set +e set +e
puppet apply $EXTRA_ARGS \ puppet apply $EXTRA_ARGS \
--verbose \ --verbose \