From f58031f4e3ed601a85282de6014013375cebc276 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 7 Nov 2019 17:35:19 -0500 Subject: [PATCH] enable the new module.run behavior on the minion config - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/106 --- so-setup-network.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index d3ae360f1..f7f6c7bd9 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -255,6 +255,9 @@ configure_minion() { fi + echo "use_superseded:" >> /etc/salt/minion + echo " - module.run" >> /etc/salt/minion + service salt-minion restart }