diff options
| author | alex <alex@pdp7.net> | 2024-01-25 19:57:56 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-01-25 19:58:23 +0100 |
| commit | a56128292e3af44e3df39130371d7f992338bab6 (patch) | |
| tree | 2e92dc72fad4e610ebf91ddb3cbab8fcae6cf103 /personal_infra | |
| parent | 71cc54e1abe890f8b57886d84dcc03f30289e53b (diff) | |
Use new Okay repo release that fixes issues
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/modules/freeswitch/manifests/init.pp | 6 | ||||
| -rw-r--r-- | personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp | 1 |
2 files changed, 1 insertions, 6 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']:} 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 15b33eea..3f4abf6d 100644 --- a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp @@ -14,7 +14,6 @@ node 'freeswitch.h1.int.pdp7.net' { clean_requirements_on_remove=True best=True skip_if_unavailable=False - excludepkgs=libks,sofia-sip,okay-release,libstirshaken | EOT , } |
