Fix in capital letters for puppet enabl

This commit is contained in:
Yolanda Robla 2015-03-18 13:24:24 +01:00
parent 83fa1851c1
commit 5d44b24a76
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Enable puppet agent service?
# Setting this to "yes" allows the puppet agent service to run.
# Setting this to "no" keeps the puppet agent service from running.
START=<%- if @enable_puppet == true-%>YES<%-else-%>NO<%-end%>
START=<%- if @enable_puppet == true-%>yes<%-else-%>no<%-end%>
# Startup options
DAEMON_OPTS=""