Revert "chore: cleanup yum repos" #73
@ -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'],
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -5,7 +5,6 @@ class profiles::firstrun::init {
|
|||||||
include profiles::pki::vaultca
|
include profiles::pki::vaultca
|
||||||
|
|
||||||
# fast install packages on the first run
|
# fast install packages on the first run
|
||||||
include profiles::firstrun::cleanup
|
|
||||||
include profiles::base::repos
|
include profiles::base::repos
|
||||||
include profiles::firstrun::packages
|
include profiles::firstrun::packages
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user