FS: Add patched lib for debian stretch

clean up old unused version and install directly
based on lsb dist code
This commit is contained in:
Keith Whyte 2020-04-18 04:51:36 +02:00
parent 0975253a56
commit 47fc49af22
4 changed files with 2 additions and 7 deletions

View file

@ -155,13 +155,8 @@ class rhizo_base::freeswitch::common {
require => Class['rhizo_base::apt'],
}
file { '/tmp/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',
file { '/usr/lib/libfreeswitch.so.1.0.0':
source => "puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0.${lsbdistcodename}",
require => Package['freeswitch'],
}