Merge "Enforce TRIPLEO_MINOR_UPDATE to be a string at all times" into stable/train

This commit is contained in:
Zuul 2021-03-12 13:58:40 +00:00 committed by Gerrit Code Review
commit 4941dfb49a
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@
state_file: "{{ tripleo_ha_wrapper_config_basedir }}/{{ tripleo_ha_wrapper_puppet_config_volume }}.md5sum"
state_file_suffix: "{{ tripleo_ha_wrapper_config_suffix }}"
environment:
TRIPLEO_MINOR_UPDATE: "{{ tripleo_ha_wrapper_minor_update|default('') }}"
TRIPLEO_MINOR_UPDATE: "{{ tripleo_ha_wrapper_minor_update|default('') | string }}"