diff --git a/setup/so-functions b/setup/so-functions index 5cdb8f385..4910c662d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1506,18 +1506,6 @@ create_sensoroni_pillar() { } -create_strelka_pillar() { - title "Create the Strelka pillar file" - touch $adv_strelka_pillar_file - printf '%s\n'\ - "strelka:"\ - " enabled: $STRELKA"\ - " rules: 1" > "$strelka_pillar_file" - printf '%s\n'\ - " repos:"\ - " - 'https://$HOSTNAME:7788/yara'" >> "$strelka_pillar_file" -} - backup_pillar() { title "Create the backup pillar file" touch $adv_backup_pillar_file