stream_min must be integer value
This commit is contained in:
parent
49faecf734
commit
2e6297c11d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class rhizo_base::sems {
|
||||||
$vsat_ip_address = hiera('rhizo::vsat_ip_address', '127.0.0.1')
|
$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')
|
$vsat_serv_ip_address = hiera('rhizo::vsat_serv_ip_address', '192.168.12.10')
|
||||||
$rtp_mux_port = hiera('rhizo::rtp_mux_port', '5000')
|
$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', '')
|
$dids = hiera('rhizo::dids', '')
|
||||||
|
|
||||||
package { ['sems', ]:
|
package { ['sems', ]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue