aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-03-07 13:27:12 +0100
committeralex <alex@pdp7.net>2024-03-07 13:27:27 +0100
commitb96bee09e90d8b41ff4aaa5ab4599aa6360bbd27 (patch)
treeb2ecd0b584042c245e0ba452747465a896727579
parentd9f07b451e916d26f66a8d7e9a4c63396b5d4a47 (diff)
Migrate Freeswitch to EL9
-rw-r--r--personal_infra/puppet/modules/freeswitch/manifests/init.pp2
-rw-r--r--personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp13
2 files changed, 1 insertions, 14 deletions
diff --git a/personal_infra/puppet/modules/freeswitch/manifests/init.pp b/personal_infra/puppet/modules/freeswitch/manifests/init.pp
index 0b2434f9..2323e832 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 3f4abf6d..2f8b3080 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
- ,
- }
-
}