From 347a70abc035e85efa142241ffa4b9a4ea728560 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Aug 2014 14:05:22 -0300 Subject: Template fix --- templates/puppet.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=<%= start_on_boot ? "yes" : "no" %> # Startup options DAEMON_OPTS="" -- cgit v1.2.3