Set curl type to 'features' when adding features to existing installation

This commit is contained in:
Jason Ertel
2020-11-14 11:04:40 -05:00
parent 1c079f7ff4
commit 372f694cc1
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ TRUSTED_CONTAINERS=( \
"so-kibana" \
"so-logstash" )
CURLTYPE=features
update_docker_containers
sed -i 's/features: False/features: True/' $local_salt_dir/pillar/global.sls

View File

@@ -17,6 +17,7 @@
# Figure out if this is soup or refresh
set_version() {
CURRENTVERSION=0.0.0
if [ -f /etc/soversion ]; then
CURRENTVERSION=$(cat /etc/soversion)
fi