Remove ref to gss
This commit is contained in:
parent
6cff186121
commit
c3ce7089ad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for environment in test prod; do
|
|||
version=$(yq -r ".${key}" "${group}")
|
||||
print_fact "${customer}" "${environment}" "${version}"
|
||||
done
|
||||
for customer in $(yq -r '.fullnodes[]' "${common}") gss; do
|
||||
for customer in $(yq -r '.fullnodes[]' "${common}"); do
|
||||
group="${repo}/${customer}-common/overlay/etc/hiera/data/group.yaml"
|
||||
version=$(yq -r ".${key}" "${group}")
|
||||
print_fact "${customer}" "${environment}" "${version}"
|
||||
|
|
Loading…
Add table
Reference in a new issue