summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-10 21:28:30 +0100
committermh <mh@immerda.ch>2009-12-10 21:28:30 +0100
commit3224ec6a9701b9e9dbeeda433456a980d7e03c1e (patch)
treede52f9075a22b4d8c159be7ab908e2e8abf40745 /templates
parentedb296154abd61b7621831c2d2f7c09362eefebd (diff)
do we really need to quote the value?
Diffstat (limited to 'templates')
-rw-r--r--templates/debian_default.erb2
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