File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ Default value: `$zabbix::params::server_javagatewayport`
833
833
834
834
##### <a name =" -zabbix--smsdevices " ></a >` smsdevices `
835
835
836
- Data type: ` Optional[Array[String[1] ]] `
836
+ Data type: ` Optional[Array[String]] `
837
837
838
838
Which devices to use for sms texting
839
839
Original file line number Diff line number Diff line change 305
305
$cachesize = $zabbix::params::server_cachesize,
306
306
$cacheupdatefrequency = $zabbix::params::server_cacheupdatefrequency,
307
307
$startdbsyncers = $zabbix::params::server_startdbsyncers,
308
- Optional[Array[String[1]]] $smsdevices = $zabbix::params::server_smsdevices,
308
+ Optional[Array[String]] $smsdevices = $zabbix::params::server_smsdevices,
309
309
$historycachesize = $zabbix::params::server_historycachesize,
310
310
Zabbix::Historyics $historyindexcachesize = $zabbix::params::server_historyindexcachesize,
311
311
$trendcachesize = $zabbix::params::server_trendcachesize,
Original file line number Diff line number Diff line change @@ -963,7 +963,7 @@ LoadModulePath=<%= @loadmodulepath %>
963
963
# Default:
964
964
# SMSDevices=
965
965
<% if @smsdevices -%>
966
- SMSDevices=<%= @smsdevices %> <% end -%>
966
+ SMSDevices=<%= @smsdevices . join ( ',' ) - %><% end -%>
967
967
<% end -%>
968
968
969
969
<% if @zabbix_version . to_f >= 5.4 %>
You can’t perform that action at this time.
0 commit comments