diff options
Diffstat (limited to 'templates/debian_default.erb')
-rw-r--r-- | templates/debian_default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/debian_default.erb b/templates/debian_default.erb index 1a76fd6..96621f5 100644 --- a/templates/debian_default.erb +++ b/templates/debian_default.erb @@ -3,7 +3,7 @@ # This file is brought to you by puppet -<% if (shorewall_startup == "0" ) -%> +<% if shorewall_startup == "0" -%> startup=0 <% else -%> startup=1 |