Fix sems regex map and config typo

This commit is contained in:
Keith Whyte 2021-03-11 08:30:10 +01:00
parent 5288e0ad98
commit 39c7fa358f
3 changed files with 5 additions and 3 deletions

View file

@ -16,6 +16,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')
$dids = hiera('rhizo::dids', '')
package { ['sems', ]:
ensure => installed,