Add new version of patched libfreeswitch for RTP type 98

This commit is contained in:
Monocots 2020-03-03 00:03:07 +00:00 committed by Keith Whyte
parent b16e3e3b0b
commit befe0021eb
4 changed files with 6 additions and 1 deletions

View file

@ -147,7 +147,12 @@ class rhizo_base::freeswitch::common {
}
file { '/tmp/libfreeswitch.so.1.0.0':
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0',
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0-10.2',
require => Package['freeswitch'],
}
file { '/tmp/libfreeswitch.so.1.0.0-3':
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0-10.3',
require => Package['freeswitch'],
}