highlander fixes

This commit is contained in:
Mike Reeves
2021-10-08 09:32:13 -04:00
parent 64758a534c
commit 2a82373051
2 changed files with 5 additions and 1 deletions

View File

@@ -1668,6 +1668,10 @@ manager_global() {
" url_base: '$REDIRECTIT'"\
" managerip: '$MAINIP'" > "$global_pillar"
if [[ $HIGHLANDER == 'True' ]]; then
printf '%s\n'\
" highlander: True"\ >> "$global_pillar"
fi
if [[ $is_airgap ]]; then
printf '%s\n'\
" airgap: True"\ >> "$global_pillar"