From: Peter Palfrader Date: Tue, 24 May 2011 09:53:25 +0000 (+0200) Subject: Allow overriding FILES X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=05e80008e232b3319f2db0922126b49b230d21a3;p=mirror%2Fdsa-puppet.git Allow overriding FILES --- diff --git a/modules/stunnel4/files/etc-init.d-stunnel4 b/modules/stunnel4/files/etc-init.d-stunnel4 index 2ffa25334..fc17c6df6 100755 --- a/modules/stunnel4/files/etc-init.d-stunnel4 +++ b/modules/stunnel4/files/etc-init.d-stunnel4 @@ -20,7 +20,7 @@ DEFAULTPIDFILE="/var/run/stunnel4.pid" DAEMON=/usr/bin/stunnel4 NAME=stunnel DESC="SSL tunnels" -FILES="/etc/stunnel/*.conf" +FILES="${STUNNEL_FILES:-/etc/stunnel/*.conf}" OPTIONS="" ENABLED=0