diff --git a/lib.cf b/lib.cf index 6b7eae9..3ec6871 100644 --- a/lib.cf +++ b/lib.cf @@ -196,6 +196,7 @@ reports: + bundle agent install_apt_repo(name,repo_src,key_src,key_name) { classes: @@ -273,6 +274,10 @@ commands: handle=>"system_repos_pkgs_installed"; + centos_8:: + "/usr/bin/dnf" + inform => "false", + args => "config-manager --set-enabled powertools"; centos_9_and_later:: "/usr/bin/dnf"