From: alex Date: Thu, 7 Mar 2024 12:27:12 +0000 (+0100) Subject: Migrate Freeswitch to EL9 X-Git-Tag: 20241020-emacs~257 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=b96bee09e90d8b41ff4aaa5ab4599aa6360bbd27;p=alex.git Migrate Freeswitch to EL9 --- diff --git a/personal_infra/puppet/modules/freeswitch/manifests/init.pp b/personal_infra/puppet/modules/freeswitch/manifests/init.pp index 0b2434f..2323e83 100644 --- a/personal_infra/puppet/modules/freeswitch/manifests/init.pp +++ b/personal_infra/puppet/modules/freeswitch/manifests/init.pp @@ -1,6 +1,6 @@ class freeswitch($freeswitch_password, $freeswitch_address, $freeswitch_rtp_start_port, $freeswitch_rtp_end_port) { package {'okay-release': - source => 'http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-10.el8.noarch.rpm', + source => 'http://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm', } -> package {['freeswitch-config-vanilla', 'freeswitch-systemd', 'freeswitch-sounds-en-us-callie-all']:} diff --git a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp index 3f4abf6..2f8b308 100644 --- a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp @@ -5,17 +5,4 @@ node 'freeswitch.h1.int.pdp7.net' { freeswitch_rtp_start_port => '20000', freeswitch_rtp_end_port => '20010', } - - file {'/etc/dnf/dnf.conf': - content => @("EOT") - [main] - gpgcheck=1 - installonly_limit=3 - clean_requirements_on_remove=True - best=True - skip_if_unavailable=False - | EOT - , - } - }