Freeswitch: Don't install g729 package on Debian

This commit is contained in:
Wile E. Coyote 2018-11-14 13:23:58 +00:00
parent 0054ab566a
commit 10a65192f9

View file

@ -41,7 +41,7 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
package {
[ 'freeswitch-mod-g729' ]:
ensure => installed,
ensure => purged,
require => Class['rhizo_base::apt'],
}