FS, Add Opus codec on outgoing profile
This commit is contained in:
parent
122acc3d7e
commit
b16e3e3b0b
4 changed files with 24 additions and 3 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue