Skip to content

Commit

Permalink
Add missing augeasprovider_grub_version fact
Browse files Browse the repository at this point in the history
Add missing `augeasprovider_grub_version` fact to amazon-2, oraclelinux-7,
and oraclelinux-8 fact sets
  • Loading branch information
silug committed Oct 11, 2023
1 parent f45e6f6 commit 7b4e418
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2023-10-11 / 3.8.2 - Add missing augeasprovider_grub_version fact
- Add missing `augeasprovider_grub_version` fact to amazon-2, oraclelinux-7,
and oraclelinux-8 fact sets

## 2023-09-27 / 3.8.1 - Fix GHA release workflow
- Fix GHA release workflow

Expand Down
1 change: 1 addition & 0 deletions facts/4.5/amazon-2-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"augeas": {
"version": "1.13.0"
},
"augeasprovider_grub_version": 2,
"augeasversion": "1.13.0",
"bios_release_date": "12/01/2006",
"bios_vendor": "innotek GmbH",
Expand Down
1 change: 1 addition & 0 deletions facts/4.5/oraclelinux-7-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"augeas": {
"version": "1.13.0"
},
"augeasprovider_grub_version": 2,
"augeasversion": "1.13.0",
"bios_release_date": "12/01/2006",
"bios_vendor": "innotek GmbH",
Expand Down
1 change: 1 addition & 0 deletions facts/4.5/oraclelinux-8-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"augeas": {
"version": "1.13.0"
},
"augeasprovider_grub_version": 2,
"augeasversion": "1.13.0",
"bios_release_date": "12/01/2006",
"bios_vendor": "innotek GmbH",
Expand Down
2 changes: 1 addition & 1 deletion lib/simp/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Simp; end
module Simp::RspecPuppetFacts
VERSION = '3.8.1'
VERSION = '3.8.2'
end

0 comments on commit 7b4e418

Please sign in to comment.