fix: yumrepo purging

This commit is contained in:
2024-06-14 23:48:05 +10:00
parent 380bb7bcb5
commit 67f831edaf
3 changed files with 18 additions and 10 deletions
-1
View File
@@ -34,7 +34,6 @@ class profiles::defaults {
ensure => 'present',
enabled => 1,
gpgcheck => 1,
mirrorlist => 'absent',
require => Class['profiles::pki::vaultca'],
notify => Exec['dnf_makecache'],
}