]> xn--ix-yja.es Git - alex.git/commitdiff
Hack some issues with OKay repo
authoralex <alex@pdp7.net>
Sun, 15 Oct 2023 08:28:36 +0000 (10:28 +0200)
committeralex <alex@pdp7.net>
Sun, 15 Oct 2023 08:28:50 +0000 (10:28 +0200)
personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp

index 2f8b3080110c7ce19116dc1146c2ea98c23d64eb..a1de7f34aec2fac786b751a6d1f96656002a447b 100644 (file)
@@ -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
+    ,
+  }
+
 }