facterdb 1.5.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/release.yml +32 -0
  3. data/.github/workflows/test.yml +28 -0
  4. data/CHANGELOG.md +175 -125
  5. data/Gemfile +2 -2
  6. data/README.md +114 -99
  7. data/Rakefile +15 -4
  8. data/facterdb.gemspec +6 -7
  9. data/facts/1.6/debian-11-x86_64.facts +57 -0
  10. data/facts/1.6/freebsd-13-x86_64.facts +51 -0
  11. data/facts/1.6/oraclelinux-8-x86_64.facts +59 -0
  12. data/facts/1.7/centos-9-x86_64.facts +82 -0
  13. data/facts/1.7/debian-11-x86_64.facts +74 -0
  14. data/facts/1.7/freebsd-13-x86_64.facts +69 -0
  15. data/facts/1.7/oraclelinux-8-x86_64.facts +82 -0
  16. data/facts/2.0/centos-9-x86_64.facts +82 -0
  17. data/facts/2.0/debian-11-x86_64.facts +76 -0
  18. data/facts/2.0/freebsd-13-x86_64.facts +70 -0
  19. data/facts/2.0/oraclelinux-8-x86_64.facts +82 -0
  20. data/facts/2.1/centos-9-x86_64.facts +112 -0
  21. data/facts/2.1/debian-11-x86_64.facts +84 -0
  22. data/facts/2.1/freebsd-13-x86_64.facts +70 -0
  23. data/facts/2.1/oraclelinux-8-x86_64.facts +92 -0
  24. data/facts/2.2/centos-9-x86_64.facts +137 -0
  25. data/facts/2.2/debian-11-x86_64.facts +115 -0
  26. data/facts/2.2/freebsd-13-x86_64.facts +91 -0
  27. data/facts/2.2/oraclelinux-8-x86_64.facts +115 -0
  28. data/facts/2.3/centos-9-x86_64.facts +138 -0
  29. data/facts/2.3/debian-11-x86_64.facts +116 -0
  30. data/facts/2.3/freebsd-13-x86_64.facts +92 -0
  31. data/facts/2.3/oraclelinux-8-x86_64.facts +143 -0
  32. data/facts/2.4/centos-9-x86_64.facts +139 -0
  33. data/facts/2.4/debian-11-x86_64.facts +118 -0
  34. data/facts/2.4/freebsd-13-x86_64.facts +92 -0
  35. data/facts/2.4/oraclelinux-8-x86_64.facts +160 -0
  36. data/facts/2.5/debian-11-x86_64.facts +118 -0
  37. data/facts/2.5/freebsd-13-x86_64.facts +92 -0
  38. data/facts/2.5/oraclelinux-8-x86_64.facts +160 -0
  39. data/facts/3.11/archlinux-x86_64.facts +11 -1
  40. data/facts/3.11/oraclelinux-8-x86_64.facts +494 -0
  41. data/facts/3.11/solaris-10-i86pc.facts +1 -4
  42. data/facts/3.11/solaris-11-i86pc.facts +1 -4
  43. data/facts/3.11/solaris-11-sun4v.facts +1 -4
  44. data/facts/3.12/oraclelinux-8-x86_64.facts +400 -0
  45. data/facts/3.13/oraclelinux-8-x86_64.facts +406 -0
  46. data/facts/3.14/almalinux-8-x86_64.facts +522 -0
  47. data/facts/3.14/archlinux-x86_64.facts +11 -1
  48. data/facts/3.14/darwin-19-x86_64.facts +412 -0
  49. data/facts/3.14/darwin-20-x86_64.facts +516 -0
  50. data/facts/3.14/debian-11-x86_64.facts +508 -0
  51. data/facts/3.14/freebsd-11-x86_64.facts +479 -0
  52. data/facts/3.14/freebsd-12-x86_64.facts +479 -0
  53. data/facts/3.14/freebsd-13-x86_64.facts +475 -0
  54. data/facts/3.14/oraclelinux-8-x86_64.facts +406 -0
  55. data/facts/3.14/rocky-8-x86_64.facts +625 -0
  56. data/facts/3.14/solaris-11-i86pc.facts +1 -4
  57. data/facts/3.14/solaris-11-sun4v.facts +1 -4
  58. data/facts/3.9/solaris-10-i86pc.facts +0 -3
  59. data/facts/4.0/almalinux-8-x86_64.facts +307 -0
  60. data/facts/4.0/centos-7-x86_64.facts +706 -0
  61. data/facts/4.0/debian-10-x86_64.facts +1091 -0
  62. data/facts/4.0/debian-11-x86_64.facts +236 -0
  63. data/facts/4.0/freebsd-11-x86_64.facts +208 -0
  64. data/facts/4.0/freebsd-12-x86_64.facts +208 -0
  65. data/facts/4.0/freebsd-13-x86_64.facts +207 -0
  66. data/facts/4.0/solaris-11-sun4v.facts +585 -0
  67. data/facts/4.1/debian-11-x86_64.facts +238 -0
  68. data/facts/4.1/freebsd-11-x86_64.facts +208 -0
  69. data/facts/4.1/freebsd-12-x86_64.facts +208 -0
  70. data/facts/4.1/freebsd-13-x86_64.facts +207 -0
  71. data/facts/4.2/centos-7-x86_64.facts +593 -0
  72. data/facts/4.2/centos-8-x86_64.facts +591 -0
  73. data/facts/4.2/centos-9-x86_64.facts +291 -0
  74. data/facts/4.2/darwin-20-x86_64.facts +524 -0
  75. data/facts/4.2/debian-10-x86_64.facts +574 -0
  76. data/facts/4.2/debian-11-x86_64.facts +244 -0
  77. data/facts/4.2/debian-9-x86_64.facts +597 -0
  78. data/facts/4.2/freebsd-11-x86_64.facts +261 -0
  79. data/facts/4.2/freebsd-12-x86_64.facts +261 -0
  80. data/facts/4.2/freebsd-13-x86_64.facts +260 -0
  81. data/facts/4.2/oraclelinux-8-x86_64.facts +591 -0
  82. data/facts/Gemfile +1 -0
  83. data/facts/Vagrantfile +33 -9
  84. data/facts/get_facts.sh +45 -13
  85. data/lib/facterdb/version.rb +1 -1
  86. data/lib/facterdb.rb +17 -2
  87. data/spec/facts_spec.rb +9 -2
  88. metadata +73 -27
  89. data/.travis.yml +0 -36
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source ENV['GEM_SOURCE'] || "https://rubygems.org"
1
+ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
@@ -9,5 +9,5 @@ else
9
9
  end
10
10
 
11
11
  group :development do
12
- gem 'github_changelog_generator', '~> 1.14'
12
+ gem 'github_changelog_generator', '>= 1.16.4'
13
13
  end
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  facterdb
2
2
  ========
3
3
 
4
- [![Build Status](https://img.shields.io/travis/camptocamp/facterdb/master.svg)](https://travis-ci.org/camptocamp/facterdb)
5
- [![Gem Version](https://img.shields.io/gem/v/facterdb.svg)](https://rubygems.org/gems/facterdb)
6
- [![Gem Downloads](https://img.shields.io/gem/dt/facterdb.svg)](https://rubygems.org/gems/facterdb)
7
- [![Coverage Status](https://img.shields.io/coveralls/camptocamp/facterdb.svg)](https://coveralls.io/r/camptocamp/facterdb?branch=master)
4
+ [![License](https://img.shields.io/github/license/voxpupuli/facterdb.svg)](https://github.com/voxpupuli/facterdb/blob/master/LICENSE)
5
+ [![Test](https://github.com/voxpupuli/facterdb/actions/workflows/test.yml/badge.svg)](https://github.com/voxpupuli/facterdb/actions/workflows/test.yml)
6
+ [![Release](https://github.com/voxpupuli/facterdb/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/facterdb/actions/workflows/release.yml)
7
+ [![RubyGem Version](https://img.shields.io/gem/v/facterdb.svg)](https://rubygems.org/gems/facterdb)
8
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/facterdb.svg)](https://rubygems.org/gems/facterdb)
9
+ [![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#transfer-notice)
8
10
 
9
11
  A Gem that contains a lot of facts for a lot of Operating Systems.
10
12
 
@@ -57,101 +59,105 @@ FacterDB::get_facts('osfamily=Debian')
57
59
 
58
60
  ## Facter version and Operating System coverage
59
61
 
60
- | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 |
61
- | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
62
- | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | |
63
- | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | |
64
- | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | |
65
- | Amazon | 3 | | | | 1 | 1 | 1 | | | | | | | | | | | | | | | | |
66
- | Amazon 2 | | | | | | | | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
67
- | Amazon 2016 | | | | | 1 | 1 | 1 | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
68
- | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | | | | | | |
69
- | Amazon 4 | | 3 | 3 | 3 | | | | | 1 | 1 | | 1 | | | | | | | | | | | |
70
- | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
71
- | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
72
- | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
73
- | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
74
- | CentOS 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
75
- | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | |
76
- | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
77
- | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | |
78
- | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
79
- | Darwin 17 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
80
- | Darwin 18 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 |
81
- | Debian 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 |
82
- | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | | | | | | |
83
- | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
84
- | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
85
- | Debian 9 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
86
- | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
87
- | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | |
88
- | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | |
89
- | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | | | | | | |
90
- | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | | | | | | |
91
- | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | | | |
92
- | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | 1 | | | | | 1 | | | |
93
- | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
94
- | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
95
- | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | 1 |
96
- | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | |
97
- | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
98
- | FreeBSD 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
99
- | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
100
- | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | 1 | | | 1 |
101
- | LinuxMint 18 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | 1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
102
- | LinuxMint 19 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
103
- | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
104
- | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
105
- | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
106
- | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
107
- | OpenBSD 6.2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | | | | | | |
108
- | OpenBSD 6.3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 2 | | | | |
109
- | OpenBSD 6.4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | 1 | | |
110
- | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
111
- | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
112
- | OpenSuSE 15 | | | | | | | | | | | | | | | | | | | | 1 | | | |
113
- | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | |
114
- | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
115
- | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
116
- | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
117
- | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | |
118
- | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | |
119
- | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
120
- | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
121
- | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
122
- | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
123
- | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
124
- | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
125
- | SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
126
- | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
127
- | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
128
- | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
129
- | Solaris | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | |
130
- | Solaris 1 | | | | | | | | 1 | | | | | | | | | | | | | | | |
131
- | Solaris 11 | 1 | 1 | | | | | | | | | | | | | | | | | | | | | |
132
- | Solaris 2 | | | 1 | 1 | 1 | 2 | 2 | | | | | | | | | | | | | 1 | | | 1 |
133
- | Solaris 3 | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
134
- | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
135
- | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | |
136
- | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
137
- | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
138
- | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
139
- | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | |
140
- | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
141
- | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | |
142
- | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 |
143
- | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 |
144
- | VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 |
145
- | Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
146
- | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
147
- | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
148
- | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
149
- | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
150
- | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
151
- | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
152
- | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
153
- | Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
154
- | Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
62
+ | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | 4.0 | 4.1 | 4.2 |
63
+ | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
64
+ | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
65
+ | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
66
+ | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | | | | |
67
+ | AlmaLinux 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | | |
68
+ | Amazon | 3 | | | | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | |
69
+ | Amazon 2 | | | | | | | | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
70
+ | Amazon 4 | | 3 | 3 | 3 | | | | | 1 | 1 | | 1 | | | | | | | | | | | | | | |
71
+ | Amazon 2016 | | | | | 1 | 1 | 1 | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
72
+ | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | | | | | | | | | |
73
+ | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | |
74
+ | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
75
+ | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
76
+ | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
77
+ | CentOS 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
78
+ | CentOS 9 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | 1 |
79
+ | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | | | | |
80
+ | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
81
+ | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | |
82
+ | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
83
+ | Darwin 17 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | |
84
+ | Darwin 18 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | | | |
85
+ | Darwin 19 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
86
+ | Darwin 20 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
87
+ | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | | | | | | | | | |
88
+ | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | |
89
+ | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
90
+ | Debian 9 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
91
+ | Debian 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | 1 | | 1 |
92
+ | Debian 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
93
+ | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
94
+ | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | | |
95
+ | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | | |
96
+ | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | |
97
+ | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | | | | | | | | | |
98
+ | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | | | | | | |
99
+ | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | 1 | | | | | 1 | | | | | | |
100
+ | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
101
+ | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
102
+ | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | 1 | | | |
103
+ | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
104
+ | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | | |
105
+ | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
106
+ | FreeBSD 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
107
+ | FreeBSD 13 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
108
+ | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | 1 | | | 1 | | | |
109
+ | LinuxMint 18 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | 1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
110
+ | LinuxMint 19 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
111
+ | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
112
+ | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
113
+ | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
114
+ | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
115
+ | OpenBSD 6.2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | | | | | | | | | |
116
+ | OpenBSD 6.3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 2 | | | | | | | |
117
+ | OpenBSD 6.4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | 1 | | | | | |
118
+ | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
119
+ | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
120
+ | OpenSuSE 15 | | | | | | | | | | | | | | | | | | | | 1 | | | | | | |
121
+ | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
122
+ | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | | | | |
123
+ | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
124
+ | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
125
+ | OracleLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
126
+ | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | | |
127
+ | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | | |
128
+ | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
129
+ | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
130
+ | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
131
+ | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
132
+ | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
133
+ | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
134
+ | SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
135
+ | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
136
+ | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
137
+ | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
138
+ | Solaris 10 | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | | | | |
139
+ | Solaris 11 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | | | | | | | | | | | | 2 | | | 2 | 1 | | |
140
+ | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
141
+ | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | | |
142
+ | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
143
+ | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
144
+ | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
145
+ | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | | |
146
+ | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
147
+ | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | | |
148
+ | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | | | |
149
+ | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
150
+ | VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
151
+ | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
152
+ | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
153
+ | Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
154
+ | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
155
+ | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
156
+ | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
157
+ | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
158
+ | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
159
+ | Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
160
+ | Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
155
161
 
156
162
  Where the number (1, 2 etc.) are the number of factsets for that OS and facter combination (e.g., x86_64 and i386 architectures).
157
163
 
@@ -277,3 +283,12 @@ Please submit issues at https://github.com/camptocamp/facterdb/issues or PRs in
277
283
  * Update the version in `lib/facterdb/version.rb`
278
284
  * Run `rake changelog`
279
285
  * Commit and PR the results.
286
+
287
+
288
+ ## Transfer Notice
289
+
290
+ This plugin was originally authored by [Camptocamp](http://www.camptocamp.com).
291
+ The maintainer preferred that Puppet Community take ownership of the module for future improvement and maintenance.
292
+ Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Camptocamp.
293
+
294
+ Previously: https://github.com/camptocamp/facterdb
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  config.future_release = FacterDB::Version::STRING
13
13
  config.include_labels = %w[enhancement bug]
14
14
  config.exclude_labels = %w[duplicate question invalid wontfix maintenance]
15
- config.user = 'camptocamp'
15
+ config.user = 'voxpupuli'
16
16
  config.project = 'facterdb'
17
17
  config.release_url = "https://rubygems.org/gems/facterdb/versions/%s"
18
18
  config.since_tag = '0.3.11'
@@ -58,12 +58,18 @@ def factset_to_os_label(fs)
58
58
  if os_name =~ /^(Archlinux|Gentoo)$/
59
59
  label = os_name
60
60
  elsif os_name =~ /^(SLES|FreeBSD|OpenSuSE)$/ ||
61
- (os_name =~ /^(RedHat|Scientific|OracleLinux|CentOS)/ && os_rel.nil?)
61
+ (os_name =~ /^(RedHat|Scientific|OracleLinux|CentOS|AlmaLinux)/ && os_rel.nil?)
62
62
  label = "#{os_name} #{os__rel.split('.').first}"
63
63
  elsif os_name =~ /^(OpenBSD|Ubuntu|Fedora)$/
64
64
  label = "#{os_name} #{os__rel}"
65
65
  elsif os_name =~ /^(Solaris)/
66
- label = "#{os_name} #{os__rel.split('.')[1]}"
66
+ if fs.key?(:os) && fs[:os].key?('release') && (fs[:os]['release']['major'] =~ /\d/)
67
+ label = "#{os_name} #{os_rel}"
68
+ elsif fs.key?(:operatingsystemmajrelease)
69
+ label = "#{os_name} #{os_rel}"
70
+ else
71
+ label = "#{os_name} #{os__rel.split('.')[1]}"
72
+ end
67
73
  elsif fs[:_facterdb_filename] =~ /sles-15-/
68
74
  label = "SLES 15"
69
75
  elsif os_name.start_with?('Debian') && os_id == 'LinuxMint'
@@ -116,7 +122,12 @@ task :table do
116
122
  os_facter_matrix[label][fv] += 1
117
123
  end
118
124
  # Extract the OS list
119
- os_versions = os_facter_matrix.keys.uniq.sort
125
+ os_versions = os_facter_matrix.keys.uniq.sort_by do |label|
126
+ string_pieces = label.split(/\d+/)
127
+ number_pieces = label.split(/\D+/).map(&:to_i)
128
+ number_pieces.shift
129
+ string_pieces.zip(number_pieces).flatten.compact
130
+ end
120
131
 
121
132
  readme_path = File.expand_path(File.join(__dir__, 'README.md'))
122
133
  readme = File.read(readme_path).split("\n")
data/facterdb.gemspec CHANGED
@@ -3,13 +3,13 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
3
3
  require "facterdb/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
- s.name = "facterdb"
6
+ s.name = 'facterdb'
7
7
  s.version = FacterDB::Version::STRING
8
- s.authors = ["Mickaël Canévet"]
9
- s.email = ["mickael.canevet@camptocamp.com"]
10
- s.homepage = "http://github.com/camptocamp/facterdb"
11
- s.summary = "A Database of OS facts provided by Facter"
12
- s.description = "Contains facts from many Facter version on many Operating Systems"
8
+ s.authors = ['Vox Pupuli']
9
+ s.email = ['voxpupuli@groups.io']
10
+ s.homepage = 'http://github.com/voxpupuli/facterdb'
11
+ s.summary = 'A Database of OS facts provided by Facter'
12
+ s.description = 'Contains facts from many Facter version on many Operating Systems'
13
13
  s.licenses = 'Apache-2.0'
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
20
20
  s.add_development_dependency 'rake'
21
21
  s.add_development_dependency 'pry'
22
22
  s.add_development_dependency 'rspec'
23
- s.add_development_dependency 'github_changelog_generator', '~> 1.10', '< 1.10.4'
24
23
  s.add_runtime_dependency 'facter', '< 5.0.0'
25
24
  s.add_runtime_dependency 'jgrep'
26
25
  end
@@ -0,0 +1,57 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "amd64",
4
+ "kernel": "Linux",
5
+ "augeasversion": "1.12.0",
6
+ "domain": "example.com",
7
+ "operatingsystem": "Debian",
8
+ "lsbdistid": "Debian",
9
+ "facterversion": "1.6.18",
10
+ "fqdn": "foo.example.com",
11
+ "hardwareisa": "unknown",
12
+ "hardwaremodel": "x86_64",
13
+ "hostname": "foo",
14
+ "id": "root",
15
+ "ipaddress": "127.0.2.1",
16
+ "kernelmajversion": "5.10",
17
+ "kernelrelease": "5.10.0-8-amd64",
18
+ "kernelversion": "5.10.0",
19
+ "lsbdistcodename": "bullseye",
20
+ "lsbdistdescription": "Debian GNU/Linux 11 (bullseye)",
21
+ "lsbdistrelease": "11",
22
+ "lsbmajdistrelease": "11",
23
+ "boardmanufacturer": "Oracle Corporation",
24
+ "boardproductname": "VirtualBox",
25
+ "boardserialnumber": "0",
26
+ "manufacturer": "innotek GmbH",
27
+ "productname": "VirtualBox",
28
+ "serialnumber": "0",
29
+ "type": "Other",
30
+ "memorysize": "1.94 GB",
31
+ "memoryfree": "1.78 GB",
32
+ "swapsize": "0.00 kB",
33
+ "swapfree": "0.00 kB",
34
+ "memorytotal": "1.94 GB",
35
+ "operatingsystemrelease": "11.0",
36
+ "osfamily": "Debian",
37
+ "path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
38
+ "physicalprocessorcount": 1,
39
+ "processor0": "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz",
40
+ "processor1": "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz",
41
+ "processorcount": "2",
42
+ "ps": "ps -ef",
43
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
44
+ "rubyversion": "2.5.9",
45
+ "selinux": "false",
46
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAJCfRs00CvOvqRaAKeE504GNxD2JWIKb832loDnlcXThaLEgfZipZlkvLfU94f2LT/826vOTnvFny+3CF5uVUXtdWQt3I8aWEY/SJcM093eYAljJt5otKk2Cc4QHCXe68I8PxuVe1SKwNdzxttjoN0wYWxjQnyqoFJv4XU9DlMABAAAAFQCLZTi6HGL5lsGSLTAmkYV8GUC7mQAAAIAldTX9CjubrrRY/r2UAyCP8b2Xu1Dl9WBgPllyAQqiGgVJ1sato2JnGSaVUQQwtXMiFPhXDJOZizJZTigGsXe9AMGdO4m7zP5YT5t3eWE/uI3fLSgQ9RUaTsj19ZROLipbie/sv1B+Tp7z0TCOJgnw2R9zIEM1JP94PZAzKUdNBAAAAIBXtNBmn8PlddX7SkylQmd5pQKIuBW95phhW2yIdbRKfDqLKMYlTDM6t9gKHAUNCRbYswtn7Pgz0s+34DJEi+MNVoZMPVA76H9hpN8q0XAuLcEW13LspmmCt9WpdE8LdM4fW4ugqGJiAllXljuJqI/ocnogn/7ARsDKkawfkqIM0A==",
47
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDd4LWvSjrT1akHgI17RZBMxK+PUJ7aG5yJ3qgirPSrHpVnFx6RX20WOgSSzBBAqIM6aiaUV+3zYFoB7rGON8HLFCbJc+3sY1bgEIL9qrDTyuKe4HPn6f1Jw2w4ZTSn7Y+AYTbg2u/UyUDEDjfRozlvrpe6+VlQDZNNZMP//o3cQPaOjoEEtlyxfCAl8lRNBy8jWw/8xvcRU5vmcfzv6dzhdoTZj3HZOzI4hg+0U5zx9VixVmn2BWtJE1Pash7n8BreE6fKF2dHtRHwh9D24v9YamnwmxWz24jin3GewCeWgTrSD8EAnssaB8roRvx1ydo75BlMMlo4BIYkFfjBmNvg9yQifsbfn2y/zuy7Lk5zc3qLrE8aerd1cPG4ljYAVoNbhENqN5Z6VMllva9Py9Mb7i/Kcj6ZS/aQr2bDDQxv4qFhG26h7KThF91MLkoISN5XRnfzy4QA33ra9IHPwwFRQm4cPH9+4918nO0Dw6v08sTb4+CTDIFI9CkZilnTp48=",
48
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFiou0ZcDkWTvxqpyMESHlslJHI8Jac/XT3oYdd5GgoK4C6w+DK+dqfxJGd/1LXgMPeQKaFSYcVHJ2Vnc0TeAQ=",
49
+ "timezone": "UTC",
50
+ "uniqueid": "007f0102",
51
+ "uptime": "0:02 hours",
52
+ "uptime_days": 0,
53
+ "uptime_hours": 0,
54
+ "uptime_seconds": 152,
55
+ "virtual": "kvm",
56
+ "is_virtual": "true"
57
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "amd64",
4
+ "kernel": "FreeBSD",
5
+ "domain": "example.com",
6
+ "macaddress": "08:00:27:37:c2:4d",
7
+ "operatingsystem": "FreeBSD",
8
+ "facterversion": "1.6.18",
9
+ "fqdn": "foo.example.com",
10
+ "hardwareisa": "amd64",
11
+ "hardwaremodel": "amd64",
12
+ "hostname": "foo",
13
+ "id": "root",
14
+ "interfaces": "em0,lo0",
15
+ "ipaddress_em0": "10.0.2.15",
16
+ "macaddress_em0": "08:00:27:37:c2:4d",
17
+ "netmask_em0": "255.255.255.0",
18
+ "mtu_em0": "1500",
19
+ "ipaddress_lo0": "127.0.0.1",
20
+ "netmask_lo0": "255.0.0.0",
21
+ "mtu_lo0": "16384",
22
+ "ipaddress": "10.0.2.15",
23
+ "kernelmajversion": "13.0",
24
+ "kernelrelease": "13.0-RELEASE",
25
+ "kernelversion": "13.0",
26
+ "boardmanufacturer": "Oracle Corporation",
27
+ "boardproductname": "VirtualBox",
28
+ "boardserialnumber": "0",
29
+ "manufacturer": "innotek GmbH",
30
+ "productname": "VirtualBox",
31
+ "serialnumber": "0",
32
+ "type": "Other",
33
+ "netmask": "255.255.255.0",
34
+ "network_em0": "10.0.2.0",
35
+ "network_lo0": "127.0.0.0",
36
+ "operatingsystemrelease": "13.0-RELEASE",
37
+ "osfamily": "FreeBSD",
38
+ "path": "/usr/home/vagrant/vendor/bundler/ruby/2.7/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/home/vagrant/bin",
39
+ "ps": "ps auxwww",
40
+ "rubysitedir": "/usr/local/lib/ruby/site_ruby/2.7",
41
+ "rubyversion": "2.7.3",
42
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCvTUsmTLlYzmSFQBalEC6yoI2nHsROPn6sUXXOAClXC9jwA52cP/InDscEnK6ubdiY4bivlXfZNJJdjqVWiv3E8wG8M8i7S2g7JcfF7615/L9w5GA7qwneCNUtwhIdwiYptCzxctkftwLmGKfWOZw7alvt7ebzPJjuw7KBKGBxOhG8oDaMmnTWRO2JjuR1bpMxbCj2NCGAe+ZTcwJfqtrVKBGZM2A+/ZqVqMHR5lYCj6lRUyOFKxa0OmkFt9MXAkJra11lqd+LcyI9PdcMom9UicLhv91HXxwuET4IHoUxvusr8L1ZP7iBKjH68kBSdpOhdXoqokOXqzWc/kYAdbdd",
43
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN9OG+cdLT6ab+c6+JrCk/lrdKey1byW3oUxWY9ybbF3Wih5IygSaz6iyyr+Xge1Mxi0HMf9IAqkE911iSZi3kk=",
44
+ "timezone": "UTC",
45
+ "uptime": "0:03 hours",
46
+ "uptime_days": 0,
47
+ "uptime_hours": 0,
48
+ "uptime_seconds": 202,
49
+ "virtual": "virtualbox",
50
+ "is_virtual": "true"
51
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "x86_64",
4
+ "kernel": "Linux",
5
+ "augeasversion": "1.12.0",
6
+ "domain": "example.com",
7
+ "macaddress": "00:0a:95:9d:68:16",
8
+ "facterversion": "1.6.18",
9
+ "fqdn": "foo.example.com",
10
+ "hardwareisa": "x86_64",
11
+ "hardwaremodel": "x86_64",
12
+ "hostname": "foo",
13
+ "id": "root",
14
+ "interfaces": "eth0,lo",
15
+ "macaddress_eth0": "00:0a:95:9d:68:16",
16
+ "ipaddress": "10.0.2.15",
17
+ "kernelmajversion": "4.18",
18
+ "kernelrelease": "4.18.0-80.el8.x86_64",
19
+ "kernelversion": "4.18.0",
20
+ "boardmanufacturer": "Oracle Corporation",
21
+ "boardproductname": "VirtualBox",
22
+ "boardserialnumber": "0",
23
+ "manufacturer": "innotek GmbH",
24
+ "productname": "VirtualBox",
25
+ "serialnumber": "0",
26
+ "type": "Other",
27
+ "memorysize": "477.41 MB",
28
+ "memoryfree": "310.43 MB",
29
+ "swapsize": "2.00 GB",
30
+ "swapfree": "1.98 GB",
31
+ "memorytotal": "477.41 MB",
32
+ "operatingsystem": "OracleLinux",
33
+ "operatingsystemrelease": "8.3.2011",
34
+ "osfamily": "RedHat",
35
+ "path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
36
+ "physicalprocessorcount": 1,
37
+ "processor0": "Intel Core Processor (Broadwell, IBRS)",
38
+ "processorcount": "1",
39
+ "ps": "ps -ef",
40
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
41
+ "rubyversion": "2.5.3",
42
+ "selinux": "true",
43
+ "selinux_enforced": "true",
44
+ "selinux_policyversion": "31",
45
+ "selinux_current_mode": "enforcing",
46
+ "selinux_config_mode": "enforcing",
47
+ "selinux_config_policy": "unknown",
48
+ "selinux_mode": "unknown",
49
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC/ZfDSV1GAanLrOMXOPgrgRjfeGk/gCRcsdECLwfWDMft306K8t1B/UsK9UM+/m3qzNAGGuF3RP+YQ+Y+/2vJv8nCw72OGDSu/r1lj6VWeLdNE8Pvakb+jmbNpz80UMIliJP/Q68Omy//LcuI/Tc2Gz0bVlw4nLfB8+aNZsf+/2wljYBSjsKbouTfqhkxCy8ro9F0PWUlj65bCIsiYN20OEcptabz2T0ElxKtj23e5Samrf5W8A9WeNTzeyhqAjp0/qLVlsFrcvpi9OXPgTAaFZkExUp8AszcfbDjeUDX4DBMNtrScTc00RYl5keNfon2jZf/wyGNNBOmW/VOAsWaN",
50
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgF8jA2VyzG9T3XiXu4Tg+X0omtP2qBh0bTMT2AY0OYfuqEQYb6ER2XBq8VPt1XqvI1ogEBSKezWpwM4ELMH64=",
51
+ "timezone": "UTC",
52
+ "uniqueid": "007f0100",
53
+ "uptime": "0:06 hours",
54
+ "uptime_days": 0,
55
+ "uptime_hours": 0,
56
+ "uptime_seconds": 362,
57
+ "virtual": "kvm",
58
+ "is_virtual": "true"
59
+ }