Skip to content

Commit

Permalink
Merge pull request #360 from bastelfreak/centos7
Browse files Browse the repository at this point in the history
Remove EoL CentOS 7 factsets
bastelfreak authored Jun 10, 2024
2 parents ce4f6cb + 0a96976 commit 557ba24
Showing 7 changed files with 0 additions and 3,356 deletions.
701 changes: 0 additions & 701 deletions facts/4.0/centos-7-x86_64.facts

This file was deleted.

519 changes: 0 additions & 519 deletions facts/4.1/centos-7-x86_64.facts

This file was deleted.

530 changes: 0 additions & 530 deletions facts/4.2/centos-7-x86_64.facts

This file was deleted.

529 changes: 0 additions & 529 deletions facts/4.3/centos-7-x86_64.facts

This file was deleted.

529 changes: 0 additions & 529 deletions facts/4.4/centos-7-x86_64.facts

This file was deleted.

539 changes: 0 additions & 539 deletions facts/4.5/centos-7-x86_64.facts

This file was deleted.

9 changes: 0 additions & 9 deletions facts/Vagrantfile
Original file line number Diff line number Diff line change
@@ -72,15 +72,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
end
config.vm.define 'centos-7-x86_64', autostart: false do |host|
host.vm.box = 'centos/7'
host.vm.network :private_network, ip: '10.0.0.2'
host.vm.synced_folder '.', '/vagrant', nfs: true, nfs_udp: false
host.vm.provision 'shell', inline: 'yum -y install ruby-devel gcc wget net-tools'
host.vm.provision 'file', source: 'Gemfile', destination: 'Gemfile'
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
end
# images are at https://cloud.centos.org/centos/9-stream/x86_64/images/
# can be imported with `vagrant box add --name centos/stream9 $url` you can also
# use the host.vm.box_url below

0 comments on commit 557ba24

Please sign in to comment.