Skip to content

Commit 66cdd45

Browse files
authored
Merge pull request #484 from puppetlabs/daianamezdrea-patch-1
Fix template
2 parents 3987bb2 + b0d9ad8 commit 66cdd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/etcd/etcd.service.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ExecStart=/usr/local/bin/etcd --name <%= @etcd_hostname %> \
4040
<% if @etcd_version >= "3.3.0" -%>
4141
--auto-compaction-mode <%= @etcd_compaction_method %> \
4242
<% end -%>
43-
--max-request-bytes <%= @etcd_max_request_bytes %>
43+
--max-request-bytes <%= @etcd_max_request_bytes %> \
4444
<%- if @etcd_listen_metric_urls -%>
4545
--listen-metrics-urls <%= @etcd_listen_metric_urls %> \
4646
<%- end -%>

0 commit comments

Comments
 (0)