AMR, Add per OS modules defs.
This commit is contained in:
parent
8d94ac44ab
commit
75ffc0cdf3
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@ class rhizo_base::freeswitch {
|
||||||
|
|
||||||
class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
|
class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
|
||||||
|
|
||||||
|
$amr_module = "mod_opencore_amr"
|
||||||
|
|
||||||
file { '/usr/lib/freeswitch/mod/mod_g729.so':
|
file { '/usr/lib/freeswitch/mod/mod_g729.so':
|
||||||
source => 'puppet:///modules/rhizo_base/mod_g729.so',
|
source => 'puppet:///modules/rhizo_base/mod_g729.so',
|
||||||
require => Package['freeswitch'],
|
require => Package['freeswitch'],
|
||||||
|
@ -43,6 +45,8 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
|
||||||
|
|
||||||
include systemd
|
include systemd
|
||||||
|
|
||||||
|
$amr_module = "mod_amr"
|
||||||
|
|
||||||
package {
|
package {
|
||||||
[ 'freeswitch-mod-g729' ]:
|
[ 'freeswitch-mod-g729' ]:
|
||||||
ensure => purged,
|
ensure => purged,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue