diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/debian_default.erb (renamed from templates/debian/default) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/debian/default b/templates/debian_default.erb index 1aaad8c..96621f5 100644 --- a/templates/debian/default +++ b/templates/debian_default.erb @@ -1,8 +1,13 @@ # prevent startup with default configuration # set the following varible to 1 in order to allow Shorewall to start +# This file is brought to you by puppet -startup=<%=shorewall_startboot -%> +<% if shorewall_startup == "0" -%> +startup=0 +<% else -%> +startup=1 +<% end -%> # if your Shorewall configuration requires detection of the ip address of a ppp # interface, you must list such interfaces in "wait_interface" to get Shorewall to |