Correct last commit, load mod_spandsp

The GSM codec is part of this modules and it is still being
used in some sites.
This commit is contained in:
Monocots 2021-02-02 18:42:39 +00:00
parent 87f3b87cb6
commit 891d96de6b
2 changed files with 2 additions and 3 deletions

View file

@ -128,7 +128,6 @@ class rhizo_base::freeswitch::common {
'freeswitch-mod-enum',
'freeswitch-mod-fsv',
'freeswitch-mod-h26x',
'freeswitch-mod-spandsp',
'freeswitch-mod-syslog' ]:
ensure => purged,
require => Class['rhizo_base::apt'],
@ -151,7 +150,7 @@ class rhizo_base::freeswitch::common {
'freeswitch-mod-shout', 'freeswitch-mod-tone-stream',
'freeswitch-mod-voicemail', 'freeswitch-mod-voicemail-ivr',
'freeswitch-mod-xml-cdr', 'freeswitch-mod-cdr-pg-csv',
'libfreeswitch1',
'libfreeswitch1', 'freeswitch-mod-spandsp',
'freeswitch-sounds-es-mx-maria' ]:
ensure => installed,
require => Class['rhizo_base::apt'],