diff options
| author | alex <alex@pdp7.net> | 2023-10-15 10:28:36 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-15 10:28:50 +0200 |
| commit | b1ed5a9a48690ef8afaee0c80ffbd46b9d92b6b4 (patch) | |
| tree | fc6582f55dd885827498b252950ae25d0e2f4b91 | |
| parent | 9c9c609eacfe79b1202b62c263768b6b0f89a643 (diff) | |
Hack some issues with OKay repo
| -rw-r--r-- | personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp | 14 |
1 files changed, 14 insertions, 0 deletions
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 2f8b3080..a1de7f34 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 + , + } + } |
