suppress soup update output for cleaner console

This commit is contained in:
Jason Ertel
2024-04-03 10:31:24 -04:00
parent c4767bfdc8
commit ca57c20691

View File

@@ -329,7 +329,7 @@ lookup_salt_value() {
local=""
fi
salt-call --no-color ${kind}.get ${group}${key} --out=${output} ${local}
salt-call -lerror --no-color ${kind}.get ${group}${key} --out=${output} ${local}
}
lookup_pillar() {