templates/packer: Remove -u flag from creds mapping script

We test if specific variables are set, and -u interferes with that.
This commit is contained in:
Sanne Raymaekers 2022-03-07 13:13:43 +01:00 committed by Ondřej Budai
parent e15998ced7
commit 55b78bbd36

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -eo pipefail
source /tmp/cloud_init_vars
echo "Deploy cloud credentials for workers."