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:
parent
0975253a56
commit
47fc49af22
4 changed files with 2 additions and 7 deletions
Binary file not shown.
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0.stretch
Normal file
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0.stretch
Normal file
Binary file not shown.
|
@ -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'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue