revert back to local_salt_dir

This commit is contained in:
m0duspwnens
2020-08-07 16:42:46 -04:00
parent b02332d84a
commit 0c2ea53f25
2 changed files with 2 additions and 1 deletions

View File

@@ -962,7 +962,7 @@ manager_pillar() {
}
manager_global() {
local global_pillar="$temp_install_dir/pillar/global.sls"
local global_pillar="$local_salt_dir/pillar/global.sls"
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
SENSOR_CHECKIN_INTERVAL_MS=10000