facterdb 1.10.1 → 1.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +60 -0
- data/README.md +13 -5
- data/facts/1.6/amazon-2017-x86_64.facts +3 -3
- data/facts/1.6/archlinux-x86_64.facts +1 -0
- data/facts/1.6/fedora-19-i386.facts +1 -0
- data/facts/1.6/fedora-19-x86_64.facts +1 -0
- data/facts/1.6/ubuntu-18.04-aarch64.facts +1 -1
- data/facts/1.7/amazon-2017-x86_64.facts +3 -3
- data/facts/1.7/archlinux-x86_64.facts +1 -0
- data/facts/1.7/centos-9-x86_64.facts +3 -3
- data/facts/1.7/ubuntu-18.04-aarch64.facts +1 -1
- data/facts/2.0/amazon-2017-x86_64.facts +3 -3
- data/facts/2.0/archlinux-x86_64.facts +1 -0
- data/facts/2.0/centos-9-x86_64.facts +3 -3
- data/facts/2.0/ubuntu-18.04-aarch64.facts +3 -1
- data/facts/2.1/amazon-2017-x86_64.facts +9 -9
- data/facts/2.1/archlinux-x86_64.facts +1 -0
- data/facts/2.1/centos-9-x86_64.facts +3 -3
- data/facts/2.1/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.2/amazon-2017-x86_64.facts +9 -9
- data/facts/2.2/archlinux-x86_64.facts +1 -0
- data/facts/2.2/centos-9-x86_64.facts +3 -3
- data/facts/2.2/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.3/amazon-2017-x86_64.facts +9 -9
- data/facts/2.3/archlinux-x86_64.facts +1 -0
- data/facts/2.3/centos-9-x86_64.facts +3 -3
- data/facts/2.3/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.4/amazon-2017-x86_64.facts +9 -9
- data/facts/2.4/archlinux-x86_64.facts +1 -0
- data/facts/2.4/centos-9-x86_64.facts +3 -3
- data/facts/2.4/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.4/windows-2012 r2-x64.facts +1 -0
- data/facts/2.4/windows-7-x64.facts +1 -0
- data/facts/2.5/archlinux-x86_64.facts +1 -0
- data/facts/2.5/solaris-10-i86pc.facts +4 -15
- data/facts/2.5/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/3.0/ubuntu-15.10-i386.facts +4 -0
- data/facts/3.0/ubuntu-15.10-x86_64.facts +4 -0
- data/facts/3.10/archlinux-x86_64.facts +2 -1
- data/facts/3.10/ubuntu-18.04-aarch64.facts +7 -2
- data/facts/3.11/archlinux-x86_64.facts +3 -2
- data/facts/3.11/solaris-10-i86pc.facts +4 -10
- data/facts/3.12/archlinux-x86_64.facts +3 -2
- data/facts/3.14/VirtuozzoLinux-7-x86_64.facts +4 -4
- data/facts/3.14/archlinux-x86_64.facts +2 -1
- data/facts/3.14/fedora-32-x86_64.facts +490 -0
- data/facts/3.14/fedora-33-x86_64.facts +482 -0
- data/facts/3.14/fedora-34-x86_64.facts +493 -0
- data/facts/3.14/rocky-8-x86_64.facts +6 -6
- data/facts/3.14/ubuntu-21.04-x86_64.facts +510 -0
- data/facts/3.14/ubuntu-21.10-x86_64.facts +609 -0
- data/facts/3.2/aix-53-powerpc.facts +6 -2
- data/facts/3.2/aix-61-powerpc.facts +6 -2
- data/facts/3.2/aix-71-powerpc.facts +6 -2
- data/facts/3.6/amazon-2017-x86_64.facts +9 -9
- data/facts/3.6/pcs-6-x86_64.facts +6 -2
- data/facts/3.9/aix-7.1-power.facts +4 -4
- data/facts/3.9/archlinux-x86_64.facts +2 -1
- data/facts/3.9/solaris-10-i86pc.facts +4 -10
- data/facts/4.0/almalinux-8-x86_64.facts +302 -67
- data/facts/4.0/centos-7-x86_64.facts +1 -16
- data/facts/4.0/debian-10-x86_64.facts +1 -17
- data/facts/4.0/debian-11-x86_64.facts +256 -68
- data/facts/4.0/fedora-32-x86_64.facts +506 -0
- data/facts/4.0/fedora-33-x86_64.facts +505 -0
- data/facts/4.0/fedora-34-x86_64.facts +509 -0
- data/facts/4.0/fedora-35-x86_64.facts +504 -0
- 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 +287 -18
- data/facts/4.0/oraclelinux-7-x86_64.facts +691 -0
- data/facts/4.0/redhat-7-x86_64.facts +691 -0
- data/facts/4.0/redhat-8-x86_64.facts +267 -53
- data/facts/4.0/rocky-8-x86_64.facts +523 -0
- data/facts/4.0/scientific-7-x86_64.facts +691 -0
- data/facts/4.0/solaris-11-sun4v.facts +1 -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/almalinux-8-x86_64.facts +544 -0
- data/facts/4.1/debian-11-x86_64.facts +256 -68
- data/facts/4.1/fedora-32-x86_64.facts +508 -0
- data/facts/4.1/fedora-33-x86_64.facts +507 -0
- data/facts/4.1/fedora-34-x86_64.facts +511 -0
- data/facts/4.1/fedora-35-x86_64.facts +506 -0
- 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 +287 -18
- data/facts/4.1/redhat-8-x86_64.facts +267 -53
- data/facts/4.1/rocky-8-x86_64.facts +525 -0
- 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/almalinux-8-x86_64.facts +550 -0
- data/facts/4.2/centos-9-x86_64.facts +14 -3
- data/facts/4.2/debian-11-x86_64.facts +255 -67
- data/facts/4.2/fedora-32-x86_64.facts +508 -0
- data/facts/4.2/fedora-33-x86_64.facts +507 -0
- data/facts/4.2/fedora-34-x86_64.facts +511 -0
- data/facts/4.2/fedora-35-x86_64.facts +506 -0
- 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 +242 -26
- data/facts/4.2/oraclelinux-7-x86_64.facts +593 -0
- data/facts/4.2/oraclelinux-9-x86_64.facts +302 -0
- data/facts/4.2/redhat-7-x86_64.facts +593 -0
- data/facts/4.2/redhat-8-x86_64.facts +267 -53
- data/facts/4.2/redhat-9-x86_64.facts +302 -0
- data/facts/4.2/rocky-8-x86_64.facts +525 -0
- data/facts/4.2/scientific-7-x86_64.facts +593 -0
- 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 +3 -0
- data/facts/Vagrantfile +54 -1
- data/facts/get_facts.sh +46 -5
- data/lib/facterdb/version.rb +1 -1
- data/spec/facts_spec.rb +27 -27
- metadata +39 -3
@@ -37,7 +37,7 @@
|
|
37
37
|
"uuid": "EC209762-DEF6-9B34-BB6F-EBA5E5EE4C56"
|
38
38
|
}
|
39
39
|
},
|
40
|
-
"domain": "
|
40
|
+
"domain": "example.com",
|
41
41
|
"ec2_metadata": {
|
42
42
|
"ami-id": "ami-b2d056d3",
|
43
43
|
"ami-launch-index": "0",
|
@@ -46,14 +46,14 @@
|
|
46
46
|
"ami": "/dev/xvda",
|
47
47
|
"root": "/dev/xvda"
|
48
48
|
},
|
49
|
-
"hostname": "
|
49
|
+
"hostname": "foo.example.com",
|
50
50
|
"iam": {
|
51
51
|
"info": "{\n \"Code\" : \"Success\",\n \"LastUpdated\" : \"2017-09-14T21:04:53Z\",\n \"InstanceProfileArn\" : \"arn:aws-us-gov:iam::050287752177:instance-profile/caf-dev-default-role\",\n \"InstanceProfileId\" : \"AIPAK7C66WYDVS3ZKCQRI\"\n}"
|
52
52
|
},
|
53
53
|
"instance-action": "none",
|
54
54
|
"instance-id": "i-021bd29b48d609819",
|
55
55
|
"instance-type": "t2.small",
|
56
|
-
"local-hostname": "
|
56
|
+
"local-hostname": "foo.example.com",
|
57
57
|
"local-ipv4": "10.254.253.132",
|
58
58
|
"mac": "02:85:e9:60:90:d4",
|
59
59
|
"metrics": {
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"02:85:e9:60:90:d4": {
|
66
66
|
"device-number": "0",
|
67
67
|
"interface-id": "eni-f53215b3",
|
68
|
-
"local-hostname": "
|
68
|
+
"local-hostname": "foo.example.com",
|
69
69
|
"local-ipv4s": "10.254.253.132",
|
70
70
|
"mac": "02:85:e9:60:90:d4",
|
71
71
|
"owner-id": "050287752177",
|
@@ -99,11 +99,11 @@
|
|
99
99
|
"ec2_userdata": "#!/bin/bash -ex\nyum -y update\nrpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm\nyum -y install puppet-agent\nmkdir -p /etc/puppet/modules\n/opt/puppetlabs/bin/puppet module install saz-sudo\n/opt/puppetlabs/bin/puppet module install puppetlabs-accounts\naws --region us-gov-west-1 s3 cp s3://caf-ops-deployment/user_data/users_ops.pp /root/\n/opt/puppetlabs/bin/puppet apply /root/users_ops.pp",
|
100
100
|
"facterversion": "3.6.5",
|
101
101
|
"filesystems": "ext3,ext4",
|
102
|
-
"fqdn": "
|
102
|
+
"fqdn": "foo.example.com",
|
103
103
|
"gid": "root",
|
104
104
|
"hardwareisa": "x86_64",
|
105
105
|
"hardwaremodel": "x86_64",
|
106
|
-
"hostname": "
|
106
|
+
"hostname": "foo",
|
107
107
|
"id": "root",
|
108
108
|
"identity": {
|
109
109
|
"gid": 0,
|
@@ -196,9 +196,9 @@
|
|
196
196
|
"network_lo": "127.0.0.0",
|
197
197
|
"networking": {
|
198
198
|
"dhcp": "10.254.253.129",
|
199
|
-
"domain": "
|
200
|
-
"fqdn": "
|
201
|
-
"hostname": "
|
199
|
+
"domain": "example.com",
|
200
|
+
"fqdn": "foo.example.com",
|
201
|
+
"hostname": "foo",
|
202
202
|
"interfaces": {
|
203
203
|
"eth0": {
|
204
204
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"fqdn": "foo.example.com",
|
4
|
+
"domain": "example.com",
|
5
|
+
"hostname": "foo",
|
2
6
|
"aio_agent_version": "1.10.1",
|
3
7
|
"augeas": {
|
4
8
|
"version": "1.4.0"
|
@@ -137,8 +141,8 @@
|
|
137
141
|
},
|
138
142
|
"networking": {
|
139
143
|
"domain": "example.com",
|
140
|
-
"fqdn": "
|
141
|
-
"hostname": "
|
144
|
+
"fqdn": "foo.example.com",
|
145
|
+
"hostname": "foo",
|
142
146
|
"interfaces": {
|
143
147
|
"br0": {
|
144
148
|
"bindings": [
|
@@ -16,11 +16,11 @@
|
|
16
16
|
"domain": "example.com",
|
17
17
|
"facterversion": "3.9.4",
|
18
18
|
"filesystems": "ahafs,autofs,cachefs,cdrfs,cifs,jfs,jfs2,namefs,nfs,nfs3,nfs4,pmemfs,procfs,sfs,stnfs,udfs",
|
19
|
-
"fqdn": "
|
19
|
+
"fqdn": "foo.example.com",
|
20
20
|
"gid": "system",
|
21
21
|
"hardwareisa": "powerpc",
|
22
22
|
"hardwaremodel": "IBM,8284-22A",
|
23
|
-
"hostname": "
|
23
|
+
"hostname": "foo",
|
24
24
|
"id": "root",
|
25
25
|
"identity": {
|
26
26
|
"gid": 0,
|
@@ -189,8 +189,8 @@
|
|
189
189
|
"network_lo0": "127.0.0.0",
|
190
190
|
"networking": {
|
191
191
|
"domain": "example.com",
|
192
|
-
"fqdn": "
|
193
|
-
"hostname": "
|
192
|
+
"fqdn": "foo.example.com",
|
193
|
+
"hostname": "foo",
|
194
194
|
"interfaces": {
|
195
195
|
"en0": {
|
196
196
|
"bindings6": [
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.9.5",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
@@ -325,6 +325,7 @@
|
|
325
325
|
"networking": {
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
|
+
"domain": "example.com",
|
328
329
|
"hostname": "foo",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
@@ -53,12 +53,12 @@
|
|
53
53
|
"env_temp_variable": "/tmp",
|
54
54
|
"facterversion": "3.9.5",
|
55
55
|
"filesystems": "autofs,cachefs,ctfs,dcfs,devfs,fdfs,fifofs,hsfs,lofs,mntfs,namefs,nfs,objfs,pcfs,procfs,sharefs,sockfs,specfs,tmpfs,udfs,ufs,xmemfs",
|
56
|
-
"fqdn": "
|
56
|
+
"fqdn": "foo.example.com",
|
57
57
|
"gemhome": "/opt/puppetlabs/puppet/lib/ruby/gems/2.4.0",
|
58
58
|
"gid": "root",
|
59
59
|
"hardwareisa": "i386",
|
60
60
|
"hardwaremodel": "i86pc",
|
61
|
-
"hostname": "
|
61
|
+
"hostname": "foo",
|
62
62
|
"id": "root",
|
63
63
|
"identity": {
|
64
64
|
"gid": 0,
|
@@ -406,8 +406,8 @@
|
|
406
406
|
"network_lo0": "127.0.0.0",
|
407
407
|
"networking": {
|
408
408
|
"domain": "example.com",
|
409
|
-
"fqdn": "
|
410
|
-
"hostname": "
|
409
|
+
"fqdn": "foo.example.com",
|
410
|
+
"hostname": "foo",
|
411
411
|
"interfaces": {
|
412
412
|
"bnx0": {
|
413
413
|
"bindings": [
|
@@ -499,7 +499,6 @@
|
|
499
499
|
}
|
500
500
|
},
|
501
501
|
"osfamily": "Solaris",
|
502
|
-
"package_provider": "sun",
|
503
502
|
"path": "/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/sfw/bin:/usr/local/sbin:/opt/puppet/bin:/sbin",
|
504
503
|
"pe_concat_basedir": "/opt/puppetlabs/puppet/cache/pe_concat",
|
505
504
|
"physicalprocessorcount": 2,
|
@@ -552,7 +551,6 @@
|
|
552
551
|
"puppet_client_datadir": "/opt/puppetlabs/puppet/cache/client_data",
|
553
552
|
"puppet_confdir": "/etc/puppetlabs/puppet",
|
554
553
|
"puppet_config": "/etc/puppetlabs/puppet/puppet.conf",
|
555
|
-
"puppet_environmentpath": "/etc/puppetlabs/code/environments",
|
556
554
|
"puppet_files_dir_present": false,
|
557
555
|
"puppet_inventory_metadata": {
|
558
556
|
"packages": {
|
@@ -561,7 +559,6 @@
|
|
561
559
|
}
|
562
560
|
},
|
563
561
|
"puppet_master_server": "puppet",
|
564
|
-
"puppet_server": "puppet",
|
565
562
|
"puppet_ssldir": "/etc/puppetlabs/puppet/ssl",
|
566
563
|
"puppet_sslpaths": {
|
567
564
|
"certdir": {
|
@@ -590,9 +587,7 @@
|
|
590
587
|
}
|
591
588
|
},
|
592
589
|
"puppet_stringify_facts": false,
|
593
|
-
"puppet_vardir": "/opt/puppetlabs/puppet/cache",
|
594
590
|
"puppetversion": "5.3.5",
|
595
|
-
"root_home": "/root",
|
596
591
|
"ruby": {
|
597
592
|
"platform": "i386-solaris2.10",
|
598
593
|
"sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
@@ -605,7 +600,6 @@
|
|
605
600
|
"serial_port_ttya": "disabled",
|
606
601
|
"serial_port_ttyb": "disabled",
|
607
602
|
"serialnumber": "URE768W6C4",
|
608
|
-
"service_provider": "smf",
|
609
603
|
"solaris_zones": {
|
610
604
|
"current": "global",
|
611
605
|
"zones": {
|