Skip to content

Commit ad37bcc

Browse files
authored
Merge pull request #32 from stackhpc/fix-uuidgen
fix: uuidgen is provided by `uuid-runtime`
2 parents dceafca + 3c8649f commit ad37bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/deploy-openstack.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ set +x
4242
export KAYOBE_VAULT_PASSWORD=$(cat ~/vault.password)
4343
set -x
4444

45-
# Install uuidgen on ubuntu
45+
# Install uuid-runtime on ubuntu
4646
if $(which apt 2>/dev/null >/dev/null); then
4747
sudo apt update
48-
sudo apt -y install uuidgen
48+
sudo apt -y install uuid-runtime
4949
fi
5050

5151
# Configure hosts

0 commit comments

Comments
 (0)