Freeswitch, add mx-maria sounds (ubuntu)

This commit is contained in:
Wile E. Coyote 2018-11-14 11:50:08 +00:00
parent e5245f65b6
commit e2616cffbe

View file

@ -23,7 +23,7 @@ class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
package {
['freeswitch-mod-speex','freeswitch-mod-cdr-pg-csv',
'freeswitch-mod-vp8']:
'freeswitch-mod-vp8', 'freeswitch-sounds-es-mx-maria']:
ensure => installed,
require => Class['rhizo_base::apt'],
}