]> git.openstreetmap.org Git - chef.git/commitdiff
systemd: fix typo in template
authorGrant Slater <github@firefishy.com>
Fri, 27 Jan 2023 14:55:37 +0000 (14:55 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 27 Jan 2023 14:55:37 +0000 (14:55 +0000)
cookbooks/systemd/templates/default/service.erb

index 0685a70cae8c4bfc53ea723f09d0be9a0efb38ba..a106b001b0b6a6bb8fcf7723b0bc253a7468b345 100644 (file)
@@ -95,7 +95,7 @@ ExecStartPost=<%= exec_start_post %>
 ExecStop=
 <% end -%>
 <% Array(@exec_stop).each do |exec_stop| -%>
 ExecStop=
 <% end -%>
 <% Array(@exec_stop).each do |exec_stop| -%>
-ExecStop=<%= @exec_stop %>
+ExecStop=<%= exec_stop %>
 <% end -%>
 <% end -%>
 <% if @exec_reload -%>
 <% end -%>
 <% end -%>
 <% if @exec_reload -%>