FS, Add Opus codec on outgoing profile

This commit is contained in:
Monocots 2020-04-10 16:50:27 +00:00 committed by Keith Whyte
parent 122acc3d7e
commit b16e3e3b0b
4 changed files with 24 additions and 3 deletions

View file

@ -72,6 +72,12 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
require => Class['rhizo_base::apt'],
}
package {
[ 'freeswitch-mod-opus' ]:
ensure => installed,
require => Class['rhizo_base::apt'],
}
file { '/etc/default/freeswitch':
source => 'puppet:///modules/rhizo_base/etc/default/freeswitch',
require => Package['freeswitch'],