We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4741bbc commit ec9355dCopy full SHA for ec9355d
templates/unit_file.epp
@@ -7,7 +7,7 @@
7
8
[Unit]
9
<% $unit_entry.each | $_key, $_value | { -%>
10
-<% [$_value].flatten.each | $_subvalue | { -%>
+<% Array($_value, true).each | $_subvalue | { -%>
11
<%= $_key %>=<%= $_subvalue %>
12
<% } -%>
13
@@ -16,7 +16,7 @@
16
17
[Service]
18
<% $service_entry.each | $_key, $_value | { -%>
19
20
21
22
@@ -25,7 +25,7 @@
25
26
[Install]
27
<% $install_entry.each | $_key, $_value | { -%>
28
29
30
31
0 commit comments