From b1ed5a9a48690ef8afaee0c80ffbd46b9d92b6b4 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 15 Oct 2023 10:28:36 +0200 Subject: [PATCH] Hack some issues with OKay repo --- .../puppet/site/freeswitch.h1.int.pdp7.net.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 2f8b308..a1de7f3 100644 --- a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp @@ -5,4 +5,18 @@ 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 + excludepkgs=libks,sofia-sip,okay-release + | EOT + , + } + } -- 2.47.3