Skip to content

Commit

Permalink
Merge pull request #375 from bastelfreak/ubuntu24
Browse files Browse the repository at this point in the history
ubuntu-24.04-x86_64: Add factsets
  • Loading branch information
bastelfreak committed Aug 27, 2024
2 parents 7aef1f4 + 944a369 commit c196a42
Show file tree
Hide file tree
Showing 8 changed files with 2,859 additions and 1 deletion.
472 changes: 472 additions & 0 deletions facts/4.2/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

472 changes: 472 additions & 0 deletions facts/4.3/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

472 changes: 472 additions & 0 deletions facts/4.4/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

478 changes: 478 additions & 0 deletions facts/4.5/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

479 changes: 479 additions & 0 deletions facts/4.6/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

479 changes: 479 additions & 0 deletions facts/4.7/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions facts/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ 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 'ubuntu-24.04-x86_64', autostart: false do |host|
host.vm.box = 'bento/ubuntu-24.04'
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
Expand Down
2 changes: 1 addition & 1 deletion facts/get_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ case "${osfamily}" in
apt-get -y remove --purge puppet8-release
fi
# libc6-dev needed to build the ffi gem
apt_install make gcc libgmp-dev libc6-dev
apt_install make gcc libgmp-dev libc6-dev ruby ruby-dev

# There are no puppet-agent packages for $releasename yet, so generate a Facter 3.x
# fact set from the official Debian package.
Expand Down

0 comments on commit c196a42

Please sign in to comment.