diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-17 04:45:09 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-17 04:45:09 +0200 |
commit | f79bf97ec82e8adcf002ca6834b0df66f28e61f2 (patch) | |
tree | 3b8258b0736051e1c641a58c06b96d716e0d4889 /files/boilerplate/started.header | |
parent | f9c1086afb6c343fe65e989413acb80cb7d5cb86 (diff) | |
parent | c49625a4cd14a53d91b7d12aea88201a211a26a2 (diff) | |
download | puppet-shorewall-f79bf97ec82e8adcf002ca6834b0df66f28e61f2.tar.gz puppet-shorewall-f79bf97ec82e8adcf002ca6834b0df66f28e61f2.tar.bz2 |
Merge remote branch 'riseup/master'
Conflicts:
files/debian/default
manifests/init.pp
templates/debian/default
templates/debian_default.erb
Diffstat (limited to 'files/boilerplate/started.header')
-rw-r--r-- | files/boilerplate/started.header | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/boilerplate/started.header b/files/boilerplate/started.header new file mode 100644 index 0000000..b7704db --- /dev/null +++ b/files/boilerplate/started.header @@ -0,0 +1,20 @@ +# +# Shorewall version 4 - Started File +# +# /etc/shorewall/started +# +# Add commands below that you want to be executed after shorewall has +# been completely started or restarted. The difference between this +# extension script and /etc/shorewall/start is that this one is invoked +# after delayed loading of the blacklist (DELAYBLACKLISTLOAD=Yes) and +# after the 'shorewall' chain has been created (thus signaling that the +# firewall is completely up). +# +# This script should not change the firewall configuration directly but +# may do so indirectly by running /sbin/shorewall with the 'nolock' +# option. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### |