Skip to content

Commit 93ec571

Browse files
author
Daniel Schaaff
committed
itj-3020
fix indentatin in launchd plist
1 parent 8c20e57 commit 93ec571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/launchd/com.puppetlabs.puppet.plist.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<string>agent</string>
1515
<%- if @puppet_run_style == "service" -%>
1616
<string>daemonize</string>
17-
<%- else -%>
18-
<string>no-daemonize</string>
19-
<%- end -%>
17+
<%- else -%>
18+
<string>no-daemonize</string>
19+
<%- end -%>
2020
<string>--logdest</string>
2121
<string>syslog</string>
2222
<string>--color</string>
@@ -29,4 +29,4 @@
2929
<key>ServiceIPC</key>
3030
<false/>
3131
</dict>
32-
</plist>
32+
</plist>

0 commit comments

Comments
 (0)