This commit is contained in:
Wile E. Coyote 2018-02-10 20:26:49 +00:00
parent d5244517de
commit 8ef16adc50
2 changed files with 1 additions and 1 deletions

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'],
}