Remove Freeswitch .deb package repo.

It is password protected now :-/
Actually we really do not need it.

We should use our own freeswitch package for 1.8 or 1.6 always.
There are no new features in the new 1.10.x development that we need,
nor are there any known critical fixes at this time. Besides, an active development
branch should not be used in production. It may break at any time.
This commit is contained in:
Keith Whyte 2022-04-06 12:45:53 +02:00
parent 638c53f283
commit 79a9edadff
2 changed files with 4 additions and 10 deletions

View file

@ -6,10 +6,6 @@
class rhizo_base::misc {
file { '/etc/apt/sources.list.d/freeswitch.list':
ensure => absent
}
file { '/tmp/tmp':
ensure => directory,
source => 'puppet:///modules/rhizo_base/tmp/',