facterdb 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +4 -3
- data/facts/2.5/solaris-10-i86pc.facts +0 -11
- data/facts/3.11/solaris-10-i86pc.facts +0 -6
- data/facts/3.14/ubuntu-21.10-x86_64.facts +609 -0
- data/facts/3.9/solaris-10-i86pc.facts +0 -6
- data/facts/4.0/centos-7-x86_64.facts +0 -16
- data/facts/4.0/debian-10-x86_64.facts +0 -17
- data/facts/4.0/debian-11-x86_64.facts +256 -68
- data/facts/4.0/fedora-32-x86_64.facts +233 -35
- data/facts/4.0/fedora-33-x86_64.facts +229 -27
- data/facts/4.0/fedora-34-x86_64.facts +234 -33
- data/facts/4.0/freebsd-11-x86_64.facts +237 -22
- data/facts/4.0/freebsd-12-x86_64.facts +239 -24
- data/facts/4.0/freebsd-13-x86_64.facts +288 -21
- data/facts/4.0/oraclelinux-7-x86_64.facts +0 -16
- data/facts/4.0/redhat-7-x86_64.facts +0 -16
- data/facts/4.0/scientific-7-x86_64.facts +0 -16
- data/facts/4.0/solaris-11-sun4v.facts +0 -6
- data/facts/4.0/ubuntu-18.04-x86_64.facts +280 -62
- data/facts/4.0/ubuntu-20.04-x86_64.facts +365 -75
- data/facts/4.0/ubuntu-21.04-x86_64.facts +646 -0
- data/facts/4.0/ubuntu-21.10-x86_64.facts +624 -0
- data/facts/4.1/debian-11-x86_64.facts +256 -68
- data/facts/4.1/fedora-32-x86_64.facts +231 -33
- data/facts/4.1/fedora-33-x86_64.facts +229 -27
- data/facts/4.1/fedora-34-x86_64.facts +236 -35
- data/facts/4.1/freebsd-11-x86_64.facts +237 -22
- data/facts/4.1/freebsd-12-x86_64.facts +239 -24
- data/facts/4.1/freebsd-13-x86_64.facts +288 -21
- data/facts/4.1/ubuntu-18.04-x86_64.facts +280 -62
- data/facts/4.1/ubuntu-20.04-x86_64.facts +365 -75
- data/facts/4.1/ubuntu-21.04-x86_64.facts +648 -0
- data/facts/4.1/ubuntu-21.10-x86_64.facts +626 -0
- data/facts/4.2/fedora-32-x86_64.facts +236 -38
- data/facts/4.2/fedora-33-x86_64.facts +229 -27
- data/facts/4.2/freebsd-11-x86_64.facts +22 -22
- data/facts/4.2/freebsd-12-x86_64.facts +25 -25
- data/facts/4.2/freebsd-13-x86_64.facts +246 -32
- data/facts/4.2/ubuntu-18.04-x86_64.facts +280 -62
- data/facts/4.2/ubuntu-20.04-x86_64.facts +365 -75
- data/facts/4.2/ubuntu-21.04-x86_64.facts +654 -0
- data/facts/4.2/ubuntu-21.10-x86_64.facts +632 -0
- data/facts/Gemfile +2 -0
- data/facts/Vagrantfile +18 -0
- data/facts/get_facts.sh +1 -1
- data/lib/facterdb/version.rb +1 -1
- data/spec/facts_spec.rb +14 -1
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80c7ea7541a6e9174bfac48c4f0cff4b2ec6e5623df134b46202a3292e0e33ad
|
4
|
+
data.tar.gz: 0c754f40b12cd617070d215e3c4d2740106aeb952cda34ef51a2a417b76abadf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0032918446f001a976a1f5a82f5ff5d0ec3dae24ebf6b3b339875e4644f5d14eb0fec68cf93f1456991d4831c62c48e3923d26f2e726b76bce245ba0d20bce85'
|
7
|
+
data.tar.gz: 1ee2e4308332df253d986afd95f2eb24e676842d531b86e740c2ac49b375b005a7aa1dd40877e78d9a3cdaa4a96a20f7f40d125cccc24b09bb1b367027411907
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.12.0](https://rubygems.org/gems/facterdb/versions/1.12.0) (2021-11-10)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.11.0...1.12.0)
|
6
|
+
|
7
|
+
**Implemented enhancements:**
|
8
|
+
|
9
|
+
- Add support for ubuntu 21.10 and 21.04 [\#209](https://github.com/voxpupuli/facterdb/pull/209) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
10
|
+
|
11
|
+
**Fixed bugs:**
|
12
|
+
|
13
|
+
- Cleanup stdlib/systemd facts and add tests to ensure that they are absent [\#213](https://github.com/voxpupuli/facterdb/pull/213) ([bastelfreak](https://github.com/bastelfreak))
|
14
|
+
- Re-generating fact sets which were missing the mountpoints fact [\#210](https://github.com/voxpupuli/facterdb/pull/210) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
15
|
+
|
16
|
+
**Merged pull requests:**
|
17
|
+
|
18
|
+
- Gemfile: mention why we include sys-filesystem [\#212](https://github.com/voxpupuli/facterdb/pull/212) ([bastelfreak](https://github.com/bastelfreak))
|
19
|
+
|
3
20
|
## [1.11.0](https://rubygems.org/gems/facterdb/versions/1.11.0) (2021-11-05)
|
4
21
|
|
5
22
|
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.10.1...1.11.0)
|
data/README.md
CHANGED
@@ -126,14 +126,14 @@ FacterDB::get_facts('osfamily=Debian')
|
|
126
126
|
| OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
|
127
127
|
| OracleLinux 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 |
|
128
128
|
| OracleLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
|
129
|
-
| OracleLinux 9 | |
|
129
|
+
| OracleLinux 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
130
130
|
| Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | | |
|
131
131
|
| Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | | |
|
132
132
|
| RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
|
133
133
|
| RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
|
134
134
|
| RedHat 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 |
|
135
135
|
| RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
|
136
|
-
| RedHat 9 | |
|
136
|
+
| RedHat 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
137
137
|
| Rocky 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
138
138
|
| SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
|
139
139
|
| SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
|
@@ -153,7 +153,8 @@ FacterDB::get_facts('osfamily=Debian')
|
|
153
153
|
| Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | | |
|
154
154
|
| Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
|
155
155
|
| Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
156
|
-
| Ubuntu 21.04 | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
156
|
+
| Ubuntu 21.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
157
|
+
| Ubuntu 21.10 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
157
158
|
| VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
|
158
159
|
| Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
159
160
|
| Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
@@ -99,11 +99,6 @@
|
|
99
99
|
"osfamily": "Solaris",
|
100
100
|
"rubyversion": "1.9.3",
|
101
101
|
"facterversion": "2.5.1",
|
102
|
-
"pe_version": "3.8.5",
|
103
|
-
"is_pe": true,
|
104
|
-
"pe_major_version": "3",
|
105
|
-
"pe_minor_version": "8",
|
106
|
-
"pe_patch_version": "5",
|
107
102
|
"serial_port_ttya": "disabled",
|
108
103
|
"serial_port_ttyb": "disabled",
|
109
104
|
"puppet_agent_pid": 298,
|
@@ -124,9 +119,6 @@
|
|
124
119
|
"java_major_version": "5",
|
125
120
|
"puppet_files_dir_present": false,
|
126
121
|
"java_version": "1.5.0_24",
|
127
|
-
"puppet_vardir": "/var/opt/lib/pe-puppet",
|
128
|
-
"puppet_environmentpath": "",
|
129
|
-
"puppet_server": "puppet",
|
130
122
|
"platform_tag": "solaris-10-i386",
|
131
123
|
"supports_latest_puppet": false,
|
132
124
|
"samba_file_present": true,
|
@@ -172,11 +164,8 @@
|
|
172
164
|
"puppet_client_datadir": "/var/opt/lib/pe-puppet/client_data",
|
173
165
|
"mco_confdir": "/etc/mcollective/etc",
|
174
166
|
"augeasprovider_grub_version": 1,
|
175
|
-
"package_provider": "sun",
|
176
167
|
"staging_http_get": "curl",
|
177
|
-
"service_provider": "smf",
|
178
168
|
"memorysizeinbytes": 4294967296,
|
179
|
-
"root_home": "/root",
|
180
169
|
"networking": {
|
181
170
|
"domain": "example.com",
|
182
171
|
"fqdn": "myhostname.example.com",
|
@@ -451,7 +451,6 @@
|
|
451
451
|
}
|
452
452
|
},
|
453
453
|
"osfamily": "Solaris",
|
454
|
-
"package_provider": "sun",
|
455
454
|
"path": "/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/sfw/bin:/usr/local/sbin:/opt/puppet/bin:/sbin",
|
456
455
|
"pe_concat_basedir": "/opt/puppetlabs/puppet/cache/pe_concat",
|
457
456
|
"physicalprocessorcount": 1,
|
@@ -473,7 +472,6 @@
|
|
473
472
|
"puppet_client_datadir": "/opt/puppetlabs/puppet/cache/client_data",
|
474
473
|
"puppet_confdir": "/etc/puppetlabs/puppet",
|
475
474
|
"puppet_config": "/etc/puppetlabs/puppet/puppet.conf",
|
476
|
-
"puppet_environmentpath": "/etc/puppetlabs/code/environments",
|
477
475
|
"puppet_files_dir_present": false,
|
478
476
|
"puppet_inventory_metadata": {
|
479
477
|
"packages": {
|
@@ -482,7 +480,6 @@
|
|
482
480
|
}
|
483
481
|
},
|
484
482
|
"puppet_master_server": "puppet",
|
485
|
-
"puppet_server": "puppet",
|
486
483
|
"puppet_ssldir": "/etc/puppetlabs/puppet/ssl",
|
487
484
|
"puppet_sslpaths": {
|
488
485
|
"privatedir": {
|
@@ -511,9 +508,7 @@
|
|
511
508
|
}
|
512
509
|
},
|
513
510
|
"puppet_stringify_facts": false,
|
514
|
-
"puppet_vardir": "/opt/puppetlabs/puppet/cache",
|
515
511
|
"puppetversion": "5.5.14",
|
516
|
-
"root_home": "/root",
|
517
512
|
"ruby": {
|
518
513
|
"platform": "i386-solaris2.10",
|
519
514
|
"sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
@@ -526,7 +521,6 @@
|
|
526
521
|
"serial_port_ttya": "disabled",
|
527
522
|
"serial_port_ttyb": "disabled",
|
528
523
|
"serialnumber": "VMware-42 13 b6 ea e1 0f 69 33-02 a3 ac 33 90 f7 3d e7",
|
529
|
-
"service_provider": "smf",
|
530
524
|
"setools_version": "2.3.16",
|
531
525
|
"solaris_zones": {
|
532
526
|
"current": "global",
|