summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/puppet.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/puppet.erb b/templates/puppet.erb
index 3b85c50..4fa19e6 100644
--- a/templates/puppet.erb
+++ b/templates/puppet.erb
@@ -1,7 +1,7 @@
# Defaults for puppet - sourced by /etc/init.d/puppet
# Start puppet on boot?
-START=<?= start_on_boot ? "yes" : "no" ?>
+START=<%= start_on_boot ? "yes" : "no" %>
# Startup options
DAEMON_OPTS=""