aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/modules/freeswitch
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/puppet/modules/freeswitch')
-rw-r--r--personal_infra/puppet/modules/freeswitch/manifests/init.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/personal_infra/puppet/modules/freeswitch/manifests/init.pp b/personal_infra/puppet/modules/freeswitch/manifests/init.pp
index 3fc9516c..0b2434f9 100644
--- a/personal_infra/puppet/modules/freeswitch/manifests/init.pp
+++ b/personal_infra/puppet/modules/freeswitch/manifests/init.pp
@@ -1,10 +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-9.el8.noarch.rpm',
- }
- ->
- package {'sofia-sip':
- source => 'http://repo.okay.com.mx/centos/8/x86_64/release/sofia-sip-1.13.12-1.el8.x86_64.rpm',
+ source => 'http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-10.el8.noarch.rpm',
}
->
package {['freeswitch-config-vanilla', 'freeswitch-systemd', 'freeswitch-sounds-en-us-callie-all']:}