Skip to content

Commit

Permalink
Merge pull request #381 from bastelfreak/versionssss
Browse files Browse the repository at this point in the history
Add Facter 4.9.0 / Puppet 8.9.0 support + factsets
  • Loading branch information
bastelfreak committed Sep 11, 2024
2 parents b4011d8 + c07352a commit 4f0b4b5
Show file tree
Hide file tree
Showing 25 changed files with 12,004 additions and 1 deletion.
457 changes: 457 additions & 0 deletions facts/4.8/almalinux-8-x86_64.facts

Large diffs are not rendered by default.

575 changes: 575 additions & 0 deletions facts/4.8/almalinux-9-x86_64.facts

Large diffs are not rendered by default.

508 changes: 508 additions & 0 deletions facts/4.8/centos-9-x86_64.facts

Large diffs are not rendered by default.

433 changes: 433 additions & 0 deletions facts/4.8/debian-11-x86_64.facts

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions facts/4.8/debian-12-x86_64.facts

Large diffs are not rendered by default.

499 changes: 499 additions & 0 deletions facts/4.8/oraclelinux-8-x86_64.facts

Large diffs are not rendered by default.

545 changes: 545 additions & 0 deletions facts/4.8/oraclelinux-9-x86_64.facts

Large diffs are not rendered by default.

493 changes: 493 additions & 0 deletions facts/4.8/redhat-8-x86_64.facts

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions facts/4.8/redhat-9-x86_64.facts

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions facts/4.8/rocky-9-x86_64.facts

Large diffs are not rendered by default.

569 changes: 569 additions & 0 deletions facts/4.8/ubuntu-22.04-x86_64.facts

Large diffs are not rendered by default.

458 changes: 458 additions & 0 deletions facts/4.9/almalinux-8-x86_64.facts

Large diffs are not rendered by default.

579 changes: 579 additions & 0 deletions facts/4.9/almalinux-9-x86_64.facts

Large diffs are not rendered by default.

509 changes: 509 additions & 0 deletions facts/4.9/centos-9-x86_64.facts

Large diffs are not rendered by default.

434 changes: 434 additions & 0 deletions facts/4.9/debian-11-x86_64.facts

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions facts/4.9/debian-12-x86_64.facts

Large diffs are not rendered by default.

501 changes: 501 additions & 0 deletions facts/4.9/oraclelinux-8-x86_64.facts

Large diffs are not rendered by default.

547 changes: 547 additions & 0 deletions facts/4.9/oraclelinux-9-x86_64.facts

Large diffs are not rendered by default.

495 changes: 495 additions & 0 deletions facts/4.9/redhat-8-x86_64.facts

Large diffs are not rendered by default.

546 changes: 546 additions & 0 deletions facts/4.9/redhat-9-x86_64.facts

Large diffs are not rendered by default.

613 changes: 613 additions & 0 deletions facts/4.9/rocky-9-x86_64.facts

Large diffs are not rendered by default.

570 changes: 570 additions & 0 deletions facts/4.9/ubuntu-22.04-x86_64.facts

Large diffs are not rendered by default.

488 changes: 488 additions & 0 deletions facts/4.9/ubuntu-24.04-x86_64.facts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion facts/get_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ gem install bundler --no-document --no-format-executable
bundle config set path 'vendor/bundler'
bundle install

for version in 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0 4.8.0; do
for version in 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0 4.8.0 4.9.0; do
FACTER_GEM_VERSION="~> ${version}" bundle update
# sometimes all versions of facter are not possible, if the bundle update fails, skip the rest of the loop
if [ $? -ne 0 ]; then
Expand Down
3 changes: 3 additions & 0 deletions facts/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Version information from Facter release notes: https://www.puppet.com/docs/puppet/8/release_notes_facter.htm
# FacterDB only cares about the x.y, and drops .z - Please keep versions in order by Facter version

# Facter 4.9.0 - Release September 2024 and shipped with Puppet 8.9.0
8.9.0

# Facter 4.8.0 - Released July 2024 and shipped with Puppet 8.8.1
8.8.1

Expand Down

0 comments on commit 4f0b4b5

Please sign in to comment.