Special repos for CentOS 7
This commit is contained in:
parent
dcf16d21b4
commit
9c0bb69173
5
lib.cf
5
lib.cf
|
@ -196,6 +196,7 @@ reports:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bundle agent install_apt_repo(name,repo_src,key_src,key_name)
|
bundle agent install_apt_repo(name,repo_src,key_src,key_name)
|
||||||
{
|
{
|
||||||
classes:
|
classes:
|
||||||
|
@ -273,6 +274,10 @@ commands:
|
||||||
handle=>"system_repos_pkgs_installed";
|
handle=>"system_repos_pkgs_installed";
|
||||||
|
|
||||||
|
|
||||||
|
centos_8::
|
||||||
|
"/usr/bin/dnf"
|
||||||
|
inform => "false",
|
||||||
|
args => "config-manager --set-enabled powertools";
|
||||||
|
|
||||||
centos_9_and_later::
|
centos_9_and_later::
|
||||||
"/usr/bin/dnf"
|
"/usr/bin/dnf"
|
||||||
|
|
Loading…
Reference in New Issue