summaryrefslogtreecommitdiff
path: root/personal_infra
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-15 10:28:36 +0200
committeralex <alex@pdp7.net>2023-10-15 10:28:50 +0200
commitb1ed5a9a48690ef8afaee0c80ffbd46b9d92b6b4 (patch)
treefc6582f55dd885827498b252950ae25d0e2f4b91 /personal_infra
parent9c9c609eacfe79b1202b62c263768b6b0f89a643 (diff)
Hack some issues with OKay repo
Diffstat (limited to 'personal_infra')
-rw-r--r--personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp14
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
+ ,
+ }
+
}