Skip to content

Commit 587e820

Browse files
author
Björn Thoor
committed
chore: changed data type to array
1 parent d415d52 commit 587e820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/zabbix_server.conf.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ LoadModulePath=<%= @loadmodulepath %>
963963
# Default:
964964
# SMSDevices=
965965
<% if @smsdevices.any? -%>
966-
SMSDevices=<%= @smsdevices.join(',') %>
967-
<% end %>
966+
SMSDevices=<%= @smsdevices %><% end -%>
967+
<% end -%>
968968

969969
<% if @zabbix_version.to_f >= 5.4 %>
970970
####### For advanced users - TCP-related fine-tuning parameters #######

0 commit comments

Comments
 (0)