Merge remote-tracking branch 'origin/2.4/dev' into kaffytaffy

This commit is contained in:
m0duspwnens
2024-04-10 13:14:13 -04:00
30 changed files with 709 additions and 39 deletions

View File

@@ -1259,6 +1259,10 @@ soc_pillar() {
" server:"\
" srvKey: '$SOCSRVKEY'"\
"" > "$soc_pillar_file"
if [[ $telemetry -ne 0 ]]; then
echo " telemetryEnabled: false" >> $soc_pillar_file
fi
}
telegraf_pillar() {