From 3b0296fbb51b65a26bdfe58d08779ed2bdb8db41 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Jun 2015 17:43:43 +0200 Subject: [PATCH] add a config_file to have /etc/dnf/dnf.conf point at /etc/yum.myplc.d as /etc/yum.conf is not read by dnf --- nodeconfig/yum/f22/dnf/dnf.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nodeconfig/yum/f22/dnf/dnf.conf diff --git a/nodeconfig/yum/f22/dnf/dnf.conf b/nodeconfig/yum/f22/dnf/dnf.conf new file mode 100644 index 0000000..ea07a3c --- /dev/null +++ b/nodeconfig/yum/f22/dnf/dnf.conf @@ -0,0 +1,5 @@ +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=true +reposdir=/etc/yum.myplc.d -- 2.43.0