From: alex Date: Sun, 15 Oct 2023 08:28:36 +0000 (+0200) Subject: Hack some issues with OKay repo X-Git-Tag: 20240214-emacs~209 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=b1ed5a9a48690ef8afaee0c80ffbd46b9d92b6b4;p=alex.git Hack some issues with OKay repo --- 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 + , + } + }