Remove Support for osmo-nitb

This commit is contained in:
Keith Whyte 2022-12-06 23:06:29 +01:00
parent fe03832b59
commit 1cd5263e40
14 changed files with 11 additions and 968 deletions

View file

@ -163,13 +163,6 @@ class rhizo_base::freeswitch::common {
require => Package['freeswitch']
}
unless ($rhizo_base::osmo_stack == "split") {
file { '/usr/lib/libfreeswitch.so.1.0.0':
source => "puppet:///modules/rhizo_base/usr/lib/libfreeswitch_dyn-98-${fs_lib_version}-${lsbdistcodename}.so",
require => Package['freeswitch'],
}
}
file { '/etc/freeswitch':
ensure => directory,
source => 'puppet:///modules/rhizo_base/etc/freeswitch',