create local logrotate pillar dir

This commit is contained in:
m0duspwnens
2023-06-30 14:43:00 -04:00
parent 7319d7ae9b
commit 35945ed224

View File

@@ -1341,8 +1341,9 @@ kibana_pillar() {
} }
logrotate_pillar() { logrotate_pillar() {
touch $adv_logrotate_pillar_file logCmd "mkdir -p $local_salt_dir/pillar/logrotate"
touch $logrotate_pillar_file logCmd "touch $adv_logrotate_pillar_file"
logCmd "touch $logrotate_pillar_file"
} }
patch_pillar() { patch_pillar() {