Merge pull request 'Revert "chore: cleanup yum repos"' (#73) from neoloc/revert_firstrun_cleanup into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/73
This commit was merged in pull request #73.
This commit is contained in:
2024-06-27 22:12:15 +10:00
2 changed files with 0 additions and 10 deletions
@@ -1,9 +0,0 @@
# profiles::firstrun::cleanup
class profiles::firstrun::cleanup {
# remove all the exisiting yum repos
exec {'cleanup_yum_repos':
command => 'rm -f /etc/yum.repos.d/*.repo',
path => ['/bin', '/usr/bin'],
}
}
-1
View File
@@ -5,7 +5,6 @@ class profiles::firstrun::init {
include profiles::pki::vaultca
# fast install packages on the first run
include profiles::firstrun::cleanup
include profiles::base::repos
include profiles::firstrun::packages