facterdb 1.12.1 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +1 -0
  3. data/CHANGELOG.md +43 -0
  4. data/README.md +4 -2
  5. data/Rakefile +2 -0
  6. data/facterdb.gemspec +3 -0
  7. data/facts/1.6/amazon-2017-x86_64.facts +3 -3
  8. data/facts/1.6/archlinux-x86_64.facts +1 -0
  9. data/facts/1.6/fedora-19-i386.facts +1 -0
  10. data/facts/1.6/fedora-19-x86_64.facts +1 -0
  11. data/facts/1.6/ubuntu-18.04-aarch64.facts +1 -1
  12. data/facts/1.7/amazon-2017-x86_64.facts +3 -3
  13. data/facts/1.7/archlinux-x86_64.facts +1 -0
  14. data/facts/1.7/centos-9-x86_64.facts +3 -3
  15. data/facts/1.7/ubuntu-18.04-aarch64.facts +1 -1
  16. data/facts/2.0/amazon-2017-x86_64.facts +3 -3
  17. data/facts/2.0/archlinux-x86_64.facts +1 -0
  18. data/facts/2.0/centos-9-x86_64.facts +3 -3
  19. data/facts/2.0/ubuntu-18.04-aarch64.facts +3 -1
  20. data/facts/2.1/amazon-2017-x86_64.facts +9 -9
  21. data/facts/2.1/archlinux-x86_64.facts +1 -0
  22. data/facts/2.1/centos-9-x86_64.facts +3 -3
  23. data/facts/2.1/ubuntu-18.04-aarch64.facts +3 -2
  24. data/facts/2.2/amazon-2017-x86_64.facts +9 -9
  25. data/facts/2.2/archlinux-x86_64.facts +1 -0
  26. data/facts/2.2/centos-9-x86_64.facts +3 -3
  27. data/facts/2.2/sles-15-x86_64.facts +1 -0
  28. data/facts/2.2/ubuntu-18.04-aarch64.facts +3 -2
  29. data/facts/2.3/amazon-2017-x86_64.facts +9 -9
  30. data/facts/2.3/archlinux-x86_64.facts +1 -0
  31. data/facts/2.3/centos-9-x86_64.facts +3 -3
  32. data/facts/2.3/sles-15-x86_64.facts +1 -0
  33. data/facts/2.3/ubuntu-18.04-aarch64.facts +3 -2
  34. data/facts/2.4/amazon-2017-x86_64.facts +9 -9
  35. data/facts/2.4/archlinux-x86_64.facts +1 -0
  36. data/facts/2.4/centos-9-x86_64.facts +3 -3
  37. data/facts/2.4/sles-15-x86_64.facts +1 -0
  38. data/facts/2.4/ubuntu-18.04-aarch64.facts +3 -2
  39. data/facts/2.4/windows-2012 r2-x64.facts +1 -0
  40. data/facts/2.4/windows-7-x64.facts +1 -0
  41. data/facts/2.5/archlinux-x86_64.facts +1 -0
  42. data/facts/2.5/sles-15-x86_64.facts +2 -0
  43. data/facts/2.5/solaris-10-i86pc.facts +4 -4
  44. data/facts/2.5/ubuntu-18.04-aarch64.facts +3 -2
  45. data/facts/3.0/ubuntu-15.10-i386.facts +6 -0
  46. data/facts/3.0/ubuntu-15.10-x86_64.facts +6 -0
  47. data/facts/3.10/archlinux-x86_64.facts +2 -1
  48. data/facts/3.10/ubuntu-18.04-aarch64.facts +9 -2
  49. data/facts/3.11/archlinux-x86_64.facts +3 -2
  50. data/facts/3.11/solaris-10-i86pc.facts +4 -4
  51. data/facts/3.12/archlinux-x86_64.facts +3 -2
  52. data/facts/3.13/ubuntu-16.04-x86_64.facts +218 -104
  53. data/facts/3.14/VirtuozzoLinux-7-x86_64.facts +4 -4
  54. data/facts/3.14/archlinux-x86_64.facts +2 -1
  55. data/facts/3.14/centos-9-x86_64.facts +478 -0
  56. data/facts/3.14/rocky-8-x86_64.facts +6 -6
  57. data/facts/3.14/ubuntu-16.04-x86_64.facts +94 -94
  58. data/facts/3.14/ubuntu-21.04-x86_64.facts +6 -6
  59. data/facts/3.2/aix-53-powerpc.facts +8 -2
  60. data/facts/3.2/aix-61-powerpc.facts +8 -2
  61. data/facts/3.2/aix-71-powerpc.facts +8 -2
  62. data/facts/3.6/amazon-2017-x86_64.facts +9 -9
  63. data/facts/3.6/pcs-6-x86_64.facts +8 -2
  64. data/facts/3.9/aix-7.1-power.facts +4 -4
  65. data/facts/3.9/archlinux-x86_64.facts +2 -1
  66. data/facts/3.9/solaris-10-i86pc.facts +4 -4
  67. data/facts/4.0/centos-7-x86_64.facts +3 -0
  68. data/facts/4.0/debian-10-x86_64.facts +3 -0
  69. data/facts/4.0/fedora-35-x86_64.facts +504 -0
  70. data/facts/4.0/oraclelinux-7-x86_64.facts +3 -0
  71. data/facts/4.0/redhat-7-x86_64.facts +3 -0
  72. data/facts/4.0/scientific-7-x86_64.facts +3 -0
  73. data/facts/4.0/solaris-11-sun4v.facts +3 -0
  74. data/facts/4.0/ubuntu-16.04-x86_64.facts +551 -0
  75. data/facts/4.1/fedora-35-x86_64.facts +506 -0
  76. data/facts/4.1/ubuntu-16.04-x86_64.facts +553 -0
  77. data/facts/4.2/centos-9-x86_64.facts +14 -3
  78. data/facts/4.2/fedora-35-x86_64.facts +506 -0
  79. data/facts/4.2/oraclelinux-9-x86_64.facts +14 -3
  80. data/facts/4.2/popos-21.10-x86_64.facts +551 -0
  81. data/facts/4.2/redhat-9-x86_64.facts +14 -3
  82. data/facts/4.2/ubuntu-16.04-x86_64.facts +559 -0
  83. data/facts/Vagrantfile +11 -62
  84. data/facts/get_facts.sh +9 -183
  85. data/lib/facterdb/version.rb +1 -1
  86. data/spec/facts_spec.rb +18 -42
  87. metadata +11 -3
@@ -11,7 +11,7 @@
11
11
  "mtu_lo": 65536,
12
12
  "architecture": "x86_64",
13
13
  "macaddress": "02:85:E9:60:90:D4",
14
- "domain": "us-gov-west-1.compute.internal",
14
+ "domain": "example.com",
15
15
  "operatingsystemmajrelease": "2017",
16
16
  "processors": {
17
17
  "models": [
@@ -20,7 +20,7 @@
20
20
  "count": 1,
21
21
  "physicalcount": 1
22
22
  },
23
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
23
+ "fqdn": "foo.example.com",
24
24
  "id": "root",
25
25
  "uptime": "2:39 hours",
26
26
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
@@ -33,7 +33,7 @@
33
33
  "ami": "/dev/xvda",
34
34
  "root": "/dev/xvda"
35
35
  },
36
- "hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
36
+ "hostname": "foo",
37
37
  "iam": {
38
38
  "info": [
39
39
  "{",
@@ -60,7 +60,7 @@
60
60
  "instance-action": "none",
61
61
  "instance-id": "i-021bd29b48d609819",
62
62
  "instance-type": "t2.small",
63
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
63
+ "local-hostname": "foo.example.com",
64
64
  "local-ipv4": "10.254.253.132",
65
65
  "mac": "02:85:e9:60:90:d4",
66
66
  "metrics": {
@@ -72,7 +72,7 @@
72
72
  "02:85:e9:60:90:d4": {
73
73
  "device-number": "0",
74
74
  "interface-id": "eni-f53215b3",
75
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
75
+ "local-hostname": "foo.example.com",
76
76
  "local-ipv4s": "10.254.253.132",
77
77
  "mac": "02:85:e9:60:90:d4",
78
78
  "owner-id": "050287752177",
@@ -122,7 +122,7 @@
122
122
  "ec2_ami_manifest_path": "(unknown)",
123
123
  "ec2_block_device_mapping_ami": "/dev/xvda",
124
124
  "ec2_block_device_mapping_root": "/dev/xvda",
125
- "ec2_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
125
+ "ec2_hostname": "foo.example.com",
126
126
  "ec2_iam_info_0": "{",
127
127
  "ec2_iam_info_1": " \"Code\" : \"Success\",",
128
128
  "ec2_iam_info_2": " \"LastUpdated\" : \"2017-09-14T21:04:53Z\",",
@@ -141,13 +141,13 @@
141
141
  "ec2_instance_action": "none",
142
142
  "ec2_instance_id": "i-021bd29b48d609819",
143
143
  "ec2_instance_type": "t2.small",
144
- "ec2_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
144
+ "ec2_local_hostname": "foo.example.com",
145
145
  "ec2_local_ipv4": "10.254.253.132",
146
146
  "ec2_mac": "02:85:e9:60:90:d4",
147
147
  "ec2_metrics_vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
148
148
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_device_number": "0",
149
149
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_interface_id": "eni-f53215b3",
150
- "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
150
+ "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "foo.example.com",
151
151
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_ipv4s": "10.254.253.132",
152
152
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_mac": "02:85:e9:60:90:d4",
153
153
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_owner_id": "050287752177",
@@ -202,7 +202,7 @@
202
202
  "swapfree_mb": "0.00",
203
203
  "memorysize_mb": "2001.53",
204
204
  "memoryfree_mb": "1304.94",
205
- "hostname": "ip-10-254-253-132",
205
+ "hostname": "foo",
206
206
  "ps": "ps -ef",
207
207
  "uptime_days": 0,
208
208
  "operatingsystemrelease": "2017.03",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.3.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -16,7 +16,7 @@
16
16
  "ens3": "10.109.1.1",
17
17
  "ens4": "192.168.24.1"
18
18
  },
19
- "domain": "multi-1.local",
19
+ "domain": "example.com",
20
20
  "virtual": "physical",
21
21
  "is_virtual": false,
22
22
  "hardwaremodel": "x86_64",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "facterversion": "2.3.0",
33
33
  "filesystems": "iso9660,xfs",
34
- "fqdn": "multi-1.multi-1.local",
34
+ "fqdn": "foo.example.com",
35
35
  "gid": "stack",
36
36
  "hardwareisa": "x86_64",
37
- "hostname": "multi-1",
37
+ "hostname": "foo",
38
38
  "id": "stack",
39
39
  "interfaces": "ens3,ens4,lo",
40
40
  "ipaddress_ens3": "10.109.1.2",
@@ -14,6 +14,7 @@
14
14
  "virtual": "kvm",
15
15
  "is_virtual": true,
16
16
  "hardwaremodel": "x86_64",
17
+ "operatingsystem": "SLES",
17
18
  "os": {
18
19
  "family": "Linux",
19
20
  "release": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "gem_version": "~> 2.3.0",
3
4
  "selinux": false,
4
5
  "kernelrelease": "4.19.20-meson64",
@@ -111,8 +112,8 @@
111
112
  },
112
113
  "processorcount": 4,
113
114
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
114
- "fqdn": "master1",
115
- "hostname": "master1",
115
+ "fqdn": "foo.example.com",
116
+ "hostname": "foo",
116
117
  "dhcp_servers": {
117
118
  "system": "192.168.1.1",
118
119
  "eth0": "192.168.1.1"
@@ -11,7 +11,7 @@
11
11
  "mtu_lo": 65536,
12
12
  "architecture": "x86_64",
13
13
  "macaddress": "02:85:E9:60:90:D4",
14
- "domain": "us-gov-west-1.compute.internal",
14
+ "domain": "example.com",
15
15
  "operatingsystemmajrelease": "2017",
16
16
  "processors": {
17
17
  "models": [
@@ -20,7 +20,7 @@
20
20
  "count": 1,
21
21
  "physicalcount": 1
22
22
  },
23
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
23
+ "fqdn": "foo.example.com",
24
24
  "id": "root",
25
25
  "uptime": "2:39 hours",
26
26
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
@@ -33,7 +33,7 @@
33
33
  "ami": "/dev/xvda",
34
34
  "root": "/dev/xvda"
35
35
  },
36
- "hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
36
+ "hostname": "foo.example.com",
37
37
  "iam": {
38
38
  "info": [
39
39
  "{",
@@ -47,7 +47,7 @@
47
47
  "instance-action": "none",
48
48
  "instance-id": "i-021bd29b48d609819",
49
49
  "instance-type": "t2.small",
50
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
50
+ "local-hostname": "foo.example.com",
51
51
  "local-ipv4": "10.254.253.132",
52
52
  "mac": "02:85:e9:60:90:d4",
53
53
  "metrics": {
@@ -59,7 +59,7 @@
59
59
  "02:85:e9:60:90:d4": {
60
60
  "device-number": "0",
61
61
  "interface-id": "eni-f53215b3",
62
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
62
+ "local-hostname": "foo.example.com",
63
63
  "local-ipv4s": "10.254.253.132",
64
64
  "mac": "02:85:e9:60:90:d4",
65
65
  "owner-id": "050287752177",
@@ -109,7 +109,7 @@
109
109
  "ec2_ami_manifest_path": "(unknown)",
110
110
  "ec2_block_device_mapping_ami": "/dev/xvda",
111
111
  "ec2_block_device_mapping_root": "/dev/xvda",
112
- "ec2_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
112
+ "ec2_hostname": "foo.example.com",
113
113
  "ec2_iam_info_0": "{",
114
114
  "ec2_iam_info_1": " \"Code\" : \"Success\",",
115
115
  "ec2_iam_info_2": " \"LastUpdated\" : \"2017-09-14T21:04:53Z\",",
@@ -119,13 +119,13 @@
119
119
  "ec2_instance_action": "none",
120
120
  "ec2_instance_id": "i-021bd29b48d609819",
121
121
  "ec2_instance_type": "t2.small",
122
- "ec2_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
122
+ "ec2_local_hostname": "foo.example.com",
123
123
  "ec2_local_ipv4": "10.254.253.132",
124
124
  "ec2_mac": "02:85:e9:60:90:d4",
125
125
  "ec2_metrics_vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
126
126
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_device_number": "0",
127
127
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_interface_id": "eni-f53215b3",
128
- "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
128
+ "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "foo.example.com",
129
129
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_ipv4s": "10.254.253.132",
130
130
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_mac": "02:85:e9:60:90:d4",
131
131
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_owner_id": "050287752177",
@@ -180,7 +180,7 @@
180
180
  "swapfree_mb": "0.00",
181
181
  "memorysize_mb": "2001.53",
182
182
  "memoryfree_mb": "1304.80",
183
- "hostname": "ip-10-254-253-132",
183
+ "hostname": "foo",
184
184
  "ps": "ps -ef",
185
185
  "uptime_days": 0,
186
186
  "operatingsystemrelease": "2017.03",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.4.0",
3
4
  "kernel": "Linux",
4
5
  "system_uptime": {
@@ -16,7 +16,7 @@
16
16
  "ens3": "10.109.1.1",
17
17
  "ens4": "192.168.24.1"
18
18
  },
19
- "domain": "multi-1.local",
19
+ "domain": "example.com",
20
20
  "virtual": "physical",
21
21
  "is_virtual": false,
22
22
  "hardwaremodel": "x86_64",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "facterversion": "2.4.6",
33
33
  "filesystems": "iso9660,xfs",
34
- "fqdn": "multi-1.multi-1.local",
34
+ "fqdn": "foo.example.com",
35
35
  "gid": "stack",
36
36
  "hardwareisa": "x86_64",
37
- "hostname": "multi-1",
37
+ "hostname": "foo",
38
38
  "id": "stack",
39
39
  "interfaces": "ens3,ens4,lo",
40
40
  "ipaddress_ens3": "10.109.1.2",
@@ -74,6 +74,7 @@
74
74
  "netmask_lo": "255.0.0.0",
75
75
  "mtu_lo": 65536,
76
76
  "id": "root",
77
+ "operatingsystem": "SLES",
77
78
  "os": {
78
79
  "family": "Linux",
79
80
  "release": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "gem_version": "~> 2.4.0",
3
4
  "selinux": false,
4
5
  "kernelrelease": "4.19.20-meson64",
@@ -111,8 +112,8 @@
111
112
  },
112
113
  "processorcount": 4,
113
114
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
114
- "fqdn": "master1",
115
- "hostname": "master1",
115
+ "fqdn": "foo.example.com",
116
+ "hostname": "foo",
116
117
  "dhcp_servers": {
117
118
  "system": "192.168.1.1",
118
119
  "eth0": "192.168.1.1"
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "dir": "C:\\Program Files\\Puppet Labs\\Puppet\\facter",
3
4
  "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet",
4
5
  "fqdn": "foo.example.com",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "dir": "C:\\Program Files\\Puppet Labs\\Puppet\\facter",
3
4
  "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet",
4
5
  "fqdn": "foo.example.com",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.5.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -14,6 +14,8 @@
14
14
  "virtual": "kvm",
15
15
  "is_virtual": true,
16
16
  "hardwaremodel": "x86_64",
17
+ "operatingsystem": "SLES",
18
+ "osfamily": "Suse",
17
19
  "os": {
18
20
  "family": "Linux",
19
21
  "release": {
@@ -69,7 +69,7 @@
69
69
  "zones": 1,
70
70
  "zonename": "global",
71
71
  "id": "root",
72
- "fqdn": "myhostname.example.com",
72
+ "fqdn": "foo.example.com",
73
73
  "interfaces": "lo0,vmxnet3s0",
74
74
  "ipaddress_lo0": "127.0.0.1",
75
75
  "netmask_lo0": "255.0.0.0",
@@ -93,7 +93,7 @@
93
93
  "uptime_days": 7,
94
94
  "timezone": "EDT",
95
95
  "physicalprocessorcount": 1,
96
- "hostname": "myhostname",
96
+ "hostname": "foo",
97
97
  "macaddress": "00:50:56:94:a0:b3",
98
98
  "kernelversion": "Generic_142901-14",
99
99
  "osfamily": "Solaris",
@@ -168,8 +168,8 @@
168
168
  "memorysizeinbytes": 4294967296,
169
169
  "networking": {
170
170
  "domain": "example.com",
171
- "fqdn": "myhostname.example.com",
172
- "hostname": "myhostname",
171
+ "fqdn": "foo.example.com",
172
+ "hostname": "foo",
173
173
  "netmask": "255.255.255.0",
174
174
  "interfaces": {
175
175
  "lo0": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "gem_version": "~> 2.5.0",
3
4
  "selinux": false,
4
5
  "kernelrelease": "4.19.20-meson64",
@@ -111,8 +112,8 @@
111
112
  },
112
113
  "processorcount": 4,
113
114
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
114
- "fqdn": "master1",
115
- "hostname": "master1",
115
+ "fqdn": "foo.example.com",
116
+ "hostname": "foo",
116
117
  "dhcp_servers": {
117
118
  "system": "192.168.1.1",
118
119
  "eth0": "192.168.1.1"
@@ -1,4 +1,8 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
3
+ "hostname": "foo",
4
+ "domain": "example.com",
5
+ "fqdn": "foo.example.com",
2
6
  "augeas": {
3
7
  "version": "1.4.0"
4
8
  },
@@ -124,6 +128,8 @@
124
128
  "network": "10.0.2.0",
125
129
  "network6": "fe80::"
126
130
  },
131
+ "operatingsystem": "Ubuntu",
132
+ "osfamily": "Debian",
127
133
  "os": {
128
134
  "architecture": "i386",
129
135
  "distro": {
@@ -1,4 +1,8 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
3
+ "hostname": "foo",
4
+ "domain": "example.com",
5
+ "fqdn": "foo.example.com",
2
6
  "augeas": {
3
7
  "version": "1.4.0"
4
8
  },
@@ -124,6 +128,8 @@
124
128
  "network": "10.0.2.0",
125
129
  "network6": "fe80::"
126
130
  },
131
+ "operatingsystem": "Ubuntu",
132
+ "osfamily": "Debian",
127
133
  "os": {
128
134
  "architecture": "amd64",
129
135
  "distro": {
@@ -51,7 +51,7 @@
51
51
  "facterversion": "3.10.0",
52
52
  "filesystems": "btrfs",
53
53
  "fips_enabled": false,
54
- "fqdn": "archlinux",
54
+ "fqdn": "foo.example.com",
55
55
  "gid": "root",
56
56
  "hardwareisa": "unknown",
57
57
  "hardwaremodel": "x86_64",
@@ -326,6 +326,7 @@
326
326
  "dhcp": "10.0.2.2",
327
327
  "fqdn": "foo.example.com",
328
328
  "hostname": "foo",
329
+ "domain": "example.com",
329
330
  "interfaces": {
330
331
  "eth0": {
331
332
  "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
  "disks": {
3
7
  "mmcblk1": {
4
8
  "size": "29.81 GiB",
@@ -301,8 +305,9 @@
301
305
  },
302
306
  "networking": {
303
307
  "dhcp": "192.168.1.1",
304
- "fqdn": "master1",
305
- "hostname": "master1",
308
+ "fqdn": "foo.example.com",
309
+ "hostname": "foo",
310
+ "domain": "example.com",
306
311
  "interfaces": {
307
312
  "datapath": {
308
313
  "bindings6": [
@@ -462,6 +467,8 @@
462
467
  "network6": "fe80::",
463
468
  "primary": "eth0"
464
469
  },
470
+ "operatingsystem": "Ubuntu",
471
+ "osfamily": "Debian",
465
472
  "os": {
466
473
  "architecture": "aarch64",
467
474
  "distro": {
@@ -51,11 +51,11 @@
51
51
  "facterversion": "3.11.14",
52
52
  "filesystems": "btrfs",
53
53
  "fips_enabled": false,
54
- "fqdn": "archlinux",
54
+ "fqdn": "foo.example.com",
55
55
  "gid": "root",
56
56
  "hardwareisa": "unknown",
57
57
  "hardwaremodel": "x86_64",
58
- "hostname": "example",
58
+ "hostname": "foo",
59
59
  "hypervisors": {
60
60
  "virtualbox": {}
61
61
  },
@@ -326,6 +326,7 @@
326
326
  "dhcp": "10.0.2.2",
327
327
  "fqdn": "foo.example.com",
328
328
  "hostname": "foo",
329
+ "domain": "example.com",
329
330
  "interfaces": {
330
331
  "eth0": {
331
332
  "bindings": [
@@ -45,12 +45,12 @@
45
45
  "env_temp_variable": "/tmp",
46
46
  "facterversion": "3.11.8",
47
47
  "filesystems": "autofs,cachefs,ctfs,dcfs,devfs,fdfs,fifofs,hsfs,lofs,mntfs,namefs,nfs,objfs,pcfs,procfs,sharefs,sockfs,specfs,tmpfs,udfs,ufs,xmemfs",
48
- "fqdn": "myhostname.example.com",
48
+ "fqdn": "foo.example.com",
49
49
  "gemhome": "/opt/puppetlabs/puppet/lib/ruby/gems/2.4.0",
50
50
  "gid": "root",
51
51
  "hardwareisa": "i386",
52
52
  "hardwaremodel": "i86pc",
53
- "hostname": "myhostname",
53
+ "hostname": "foo",
54
54
  "hypervisors": {
55
55
  "vmware": {
56
56
  },
@@ -398,8 +398,8 @@
398
398
  "network_vmxnet3s0": "10.129.81.0",
399
399
  "networking": {
400
400
  "domain": "example.com",
401
- "fqdn": "myhostname.example.com",
402
- "hostname": "myhostname",
401
+ "fqdn": "foo.example.com",
402
+ "hostname": "foo",
403
403
  "interfaces": {
404
404
  "lo0": {
405
405
  "bindings": [
@@ -51,11 +51,11 @@
51
51
  "facterversion": "3.12.5",
52
52
  "filesystems": "btrfs",
53
53
  "fips_enabled": false,
54
- "fqdn": "archlinux",
54
+ "fqdn": "foo.example.com",
55
55
  "gid": "root",
56
56
  "hardwareisa": "unknown",
57
57
  "hardwaremodel": "x86_64",
58
- "hostname": "archlinux",
58
+ "hostname": "foo",
59
59
  "hypervisors": {
60
60
  "virtualbox": {}
61
61
  },
@@ -326,6 +326,7 @@
326
326
  "dhcp": "10.0.2.2",
327
327
  "fqdn": "foo.example.com",
328
328
  "hostname": "foo",
329
+ "domain": "example.com",
329
330
  "interfaces": {
330
331
  "eth0": {
331
332
  "bindings": [