stream_min must be integer value

This commit is contained in:
Keith Whyte 2021-08-29 07:16:40 +02:00
parent 49faecf734
commit 2e6297c11d

View file

@ -17,7 +17,7 @@ class rhizo_base::sems {
$vsat_ip_address = hiera('rhizo::vsat_ip_address', '127.0.0.1')
$vsat_serv_ip_address = hiera('rhizo::vsat_serv_ip_address', '192.168.12.10')
$rtp_mux_port = hiera('rhizo::rtp_mux_port', '5000')
$stream_min = hiera('rhizo::rtp_mux_stream_min', '1')
$stream_min = hiera('rhizo::rtp_mux_stream_min', 1)
$dids = hiera('rhizo::dids', '')
package { ['sems', ]: