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
@@ -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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
205
|
+
"hostname": "foo",
|
206
206
|
"ps": "ps -ef",
|
207
207
|
"uptime_days": 0,
|
208
208
|
"operatingsystemrelease": "2017.03",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"ens3": "10.109.1.1",
|
17
17
|
"ens4": "192.168.24.1"
|
18
18
|
},
|
19
|
-
"domain": "
|
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": "
|
34
|
+
"fqdn": "foo.example.com",
|
35
35
|
"gid": "stack",
|
36
36
|
"hardwareisa": "x86_64",
|
37
|
-
"hostname": "
|
37
|
+
"hostname": "foo",
|
38
38
|
"id": "stack",
|
39
39
|
"interfaces": "ens3,ens4,lo",
|
40
40
|
"ipaddress_ens3": "10.109.1.2",
|
@@ -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": "
|
115
|
-
"hostname": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
183
|
+
"hostname": "foo",
|
184
184
|
"ps": "ps -ef",
|
185
185
|
"uptime_days": 0,
|
186
186
|
"operatingsystemrelease": "2017.03",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"ens3": "10.109.1.1",
|
17
17
|
"ens4": "192.168.24.1"
|
18
18
|
},
|
19
|
-
"domain": "
|
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": "
|
34
|
+
"fqdn": "foo.example.com",
|
35
35
|
"gid": "stack",
|
36
36
|
"hardwareisa": "x86_64",
|
37
|
-
"hostname": "
|
37
|
+
"hostname": "foo",
|
38
38
|
"id": "stack",
|
39
39
|
"interfaces": "ens3,ens4,lo",
|
40
40
|
"ipaddress_ens3": "10.109.1.2",
|
@@ -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": "
|
115
|
-
"hostname": "
|
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"
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"zones": 1,
|
70
70
|
"zonename": "global",
|
71
71
|
"id": "root",
|
72
|
-
"fqdn": "
|
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,17 +93,12 @@
|
|
93
93
|
"uptime_days": 7,
|
94
94
|
"timezone": "EDT",
|
95
95
|
"physicalprocessorcount": 1,
|
96
|
-
"hostname": "
|
96
|
+
"hostname": "foo",
|
97
97
|
"macaddress": "00:50:56:94:a0:b3",
|
98
98
|
"kernelversion": "Generic_142901-14",
|
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,15 +164,12 @@
|
|
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
|
-
"fqdn": "
|
183
|
-
"hostname": "
|
171
|
+
"fqdn": "foo.example.com",
|
172
|
+
"hostname": "foo",
|
184
173
|
"netmask": "255.255.255.0",
|
185
174
|
"interfaces": {
|
186
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": "
|
115
|
-
"hostname": "
|
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"
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.10.0",
|
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",
|
@@ -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": "
|
305
|
-
"hostname": "
|
308
|
+
"fqdn": "foo.example.com",
|
309
|
+
"hostname": "foo",
|
310
|
+
"domain": "example.com",
|
306
311
|
"interfaces": {
|
307
312
|
"datapath": {
|
308
313
|
"bindings6": [
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"facterversion": "3.11.14",
|
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",
|
58
|
-
"hostname": "
|
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": "
|
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": "
|
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": "
|
402
|
-
"hostname": "
|
401
|
+
"fqdn": "foo.example.com",
|
402
|
+
"hostname": "foo",
|
403
403
|
"interfaces": {
|
404
404
|
"lo0": {
|
405
405
|
"bindings": [
|
@@ -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",
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"facterversion": "3.12.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",
|
58
|
-
"hostname": "
|
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": [
|
@@ -53,11 +53,11 @@
|
|
53
53
|
"facterversion": "3.14.5",
|
54
54
|
"filesystems": "btrfs,ext2,ext3,ext4,msdos,vfat,xfs",
|
55
55
|
"fips_enabled": false,
|
56
|
-
"fqdn": "
|
56
|
+
"fqdn": "foo.example.com",
|
57
57
|
"gid": "root",
|
58
58
|
"hardwareisa": "x86_64",
|
59
59
|
"hardwaremodel": "x86_64",
|
60
|
-
"hostname": "
|
60
|
+
"hostname": "foo",
|
61
61
|
"hypervisors": {
|
62
62
|
"openvz": {
|
63
63
|
"cloudlinux": false,
|
@@ -345,8 +345,8 @@
|
|
345
345
|
"networking": {
|
346
346
|
"dhcp": "169.255.254.1",
|
347
347
|
"domain": "example.com",
|
348
|
-
"fqdn": "
|
349
|
-
"hostname": "
|
348
|
+
"fqdn": "foo.example.com",
|
349
|
+
"hostname": "foo",
|
350
350
|
"interfaces": {
|
351
351
|
"eth0": {
|
352
352
|
"bindings": [
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.14.14",
|
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",
|
@@ -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": [
|