From: Silvio Rhatto Date: Thu, 14 Aug 2014 17:05:22 +0000 (-0300) Subject: Template fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=347a70abc035e85efa142241ffa4b9a4ea728560;p=puppet-puppet.git Template fix --- 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=""