]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Template fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Aug 2014 17:05:22 +0000 (14:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Aug 2014 17:05:22 +0000 (14:05 -0300)
templates/puppet.erb

index 3b85c50e36c6d19b57ab931ed5ef9534358f4bfc..4fa19e6f6d6c0fbcf83117b040467c8ec31b81e9 100644 (file)
@@ -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=""