mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update description
This commit is contained in:
@@ -438,7 +438,7 @@ post_to_2.4.60() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_to_2.4.70() {
|
post_to_2.4.70() {
|
||||||
echo "Removing idh.services from IDH node pillar files"
|
echo "Removing idh.services from any existing IDH node pillar files"
|
||||||
for file in /opt/so/saltstack/local/pillar/minions/*.sls; do
|
for file in /opt/so/saltstack/local/pillar/minions/*.sls; do
|
||||||
if [[ $file =~ "_idh.sls" && ! $file =~ "/opt/so/saltstack/local/pillar/minions/adv_" ]]; then
|
if [[ $file =~ "_idh.sls" && ! $file =~ "/opt/so/saltstack/local/pillar/minions/adv_" ]]; then
|
||||||
echo "Removing idh.services from: $file"
|
echo "Removing idh.services from: $file"
|
||||||
|
|||||||
Reference in New Issue
Block a user