cdist/cdist/conf/type/__iptables_apply/gencode-remote
2017-06-28 13:19:32 +02:00

5 lines
115 B
Bash
Executable file

#!/bin/sh -e
if grep -q "^__file/etc/iptables.d/" "$__messages_in"; then
echo /etc/init.d/iptables restart
fi