fuel-library/deployment/puppet/l23network/templates/centos_ifup-local.erb
Sergey Vasilenko 7867bbf812 FUEL-581
tested by Dmitry Pyzhov.
2013-04-29 19:48:35 +04:00

6 lines
113 B
Plaintext

#!/bin/sh
SCRIPT="/etc/sysconfig/network-scripts/interface-up-script-$1"
if [[ -x $SCRIPT ]] ; then
. $SCRIPT
fi