#!/bin/sh # iptables-load managed by Chef. Changes will be overwritten. iptables-restore < /etc/iptables.rules exit 0