facterdb 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/facts/1.6/centos-6-x86_64.facts +26 -15
  4. data/facts/1.6/centos-7-x86_64.facts +19 -17
  5. data/facts/1.6/oraclelinux-6-x86_64.facts +26 -15
  6. data/facts/1.6/oraclelinux-7-x86_64.facts +19 -17
  7. data/facts/1.6/redhat-6-x86_64.facts +26 -15
  8. data/facts/1.6/redhat-7-x86_64.facts +19 -17
  9. data/facts/1.6/scientific-6-x86_64.facts +26 -15
  10. data/facts/1.6/scientific-7-x86_64.facts +19 -17
  11. data/facts/1.7/centos-6-x86_64.facts +34 -23
  12. data/facts/1.7/centos-7-x86_64.facts +26 -31
  13. data/facts/1.7/oraclelinux-6-x86_64.facts +34 -23
  14. data/facts/1.7/oraclelinux-7-x86_64.facts +26 -31
  15. data/facts/1.7/redhat-6-x86_64.facts +34 -23
  16. data/facts/1.7/redhat-7-x86_64.facts +26 -31
  17. data/facts/1.7/scientific-6-x86_64.facts +34 -23
  18. data/facts/1.7/scientific-7-x86_64.facts +26 -31
  19. data/facts/2.0/centos-6-x86_64.facts +66 -56
  20. data/facts/2.0/centos-7-x86_64.facts +27 -32
  21. data/facts/2.0/oraclelinux-6-x86_64.facts +66 -56
  22. data/facts/2.0/oraclelinux-7-x86_64.facts +27 -32
  23. data/facts/2.0/redhat-6-x86_64.facts +66 -56
  24. data/facts/2.0/redhat-7-x86_64.facts +27 -32
  25. data/facts/2.0/scientific-6-x86_64.facts +66 -56
  26. data/facts/2.0/scientific-7-x86_64.facts +27 -32
  27. data/facts/2.1/centos-6-x86_64.facts +70 -64
  28. data/facts/2.1/centos-7-x86_64.facts +32 -43
  29. data/facts/2.1/oraclelinux-6-x86_64.facts +70 -64
  30. data/facts/2.1/oraclelinux-7-x86_64.facts +32 -43
  31. data/facts/2.1/redhat-6-x86_64.facts +70 -64
  32. data/facts/2.1/redhat-7-x86_64.facts +32 -43
  33. data/facts/2.1/scientific-6-x86_64.facts +70 -64
  34. data/facts/2.1/scientific-7-x86_64.facts +32 -43
  35. data/facts/2.2/centos-6-x86_64.facts +90 -84
  36. data/facts/2.2/centos-7-x86_64.facts +36 -47
  37. data/facts/2.2/oraclelinux-6-x86_64.facts +90 -84
  38. data/facts/2.2/oraclelinux-7-x86_64.facts +36 -47
  39. data/facts/2.2/redhat-6-x86_64.facts +90 -84
  40. data/facts/2.2/redhat-7-x86_64.facts +36 -47
  41. data/facts/2.2/scientific-6-x86_64.facts +90 -84
  42. data/facts/2.2/scientific-7-x86_64.facts +36 -47
  43. data/facts/2.3/centos-6-x86_64.facts +91 -85
  44. data/facts/2.3/centos-7-x86_64.facts +34 -45
  45. data/facts/2.3/oraclelinux-6-x86_64.facts +91 -85
  46. data/facts/2.3/oraclelinux-7-x86_64.facts +34 -45
  47. data/facts/2.3/redhat-6-x86_64.facts +91 -85
  48. data/facts/2.3/redhat-7-x86_64.facts +34 -45
  49. data/facts/2.3/scientific-6-x86_64.facts +91 -85
  50. data/facts/2.3/scientific-7-x86_64.facts +34 -45
  51. data/facts/2.4/centos-6-x86_64.facts +92 -86
  52. data/facts/2.4/centos-7-x86_64.facts +34 -45
  53. data/facts/2.4/oraclelinux-6-x86_64.facts +92 -86
  54. data/facts/2.4/oraclelinux-7-x86_64.facts +34 -45
  55. data/facts/2.4/redhat-6-x86_64.facts +92 -86
  56. data/facts/2.4/redhat-7-x86_64.facts +34 -45
  57. data/facts/2.4/scientific-6-x86_64.facts +92 -86
  58. data/facts/2.4/scientific-7-x86_64.facts +34 -45
  59. data/facts/2.5/centos-6-x86_64.facts +92 -86
  60. data/facts/2.5/centos-7-x86_64.facts +37 -48
  61. data/facts/2.5/oraclelinux-6-x86_64.facts +92 -86
  62. data/facts/2.5/oraclelinux-7-x86_64.facts +37 -48
  63. data/facts/2.5/redhat-6-x86_64.facts +92 -86
  64. data/facts/2.5/redhat-7-x86_64.facts +37 -48
  65. data/facts/2.5/scientific-6-x86_64.facts +92 -86
  66. data/facts/2.5/scientific-7-x86_64.facts +37 -48
  67. data/facts/3.0/centos-6-x86_64.facts +93 -100
  68. data/facts/3.0/centos-7-x86_64.facts +111 -119
  69. data/facts/3.0/oraclelinux-6-x86_64.facts +93 -100
  70. data/facts/3.0/oraclelinux-7-x86_64.facts +111 -119
  71. data/facts/3.0/redhat-6-x86_64.facts +93 -100
  72. data/facts/3.0/redhat-7-x86_64.facts +111 -119
  73. data/facts/3.0/scientific-6-x86_64.facts +93 -100
  74. data/facts/3.0/scientific-7-x86_64.facts +111 -119
  75. data/facts/3.1/centos-6-x86_64.facts +110 -103
  76. data/facts/3.1/centos-7-x86_64.facts +127 -121
  77. data/facts/3.1/oraclelinux-6-x86_64.facts +110 -103
  78. data/facts/3.1/oraclelinux-7-x86_64.facts +127 -121
  79. data/facts/3.1/redhat-6-x86_64.facts +110 -103
  80. data/facts/3.1/redhat-7-x86_64.facts +127 -121
  81. data/facts/3.1/scientific-6-x86_64.facts +110 -103
  82. data/facts/3.1/scientific-7-x86_64.facts +127 -121
  83. data/facts/3.10/centos-6-x86_64.facts +118 -110
  84. data/facts/3.10/centos-7-x86_64.facts +155 -145
  85. data/facts/3.10/oraclelinux-6-x86_64.facts +118 -110
  86. data/facts/3.10/oraclelinux-7-x86_64.facts +155 -145
  87. data/facts/3.10/redhat-6-x86_64.facts +118 -110
  88. data/facts/3.10/redhat-7-x86_64.facts +155 -145
  89. data/facts/3.10/scientific-6-x86_64.facts +118 -110
  90. data/facts/3.10/scientific-7-x86_64.facts +155 -145
  91. data/facts/3.11/centos-6-x86_64.facts +144 -121
  92. data/facts/3.11/centos-7-x86_64.facts +186 -159
  93. data/facts/3.11/oraclelinux-6-x86_64.facts +144 -121
  94. data/facts/3.11/oraclelinux-7-x86_64.facts +186 -159
  95. data/facts/3.11/redhat-6-x86_64.facts +144 -121
  96. data/facts/3.11/redhat-7-x86_64.facts +186 -159
  97. data/facts/3.11/scientific-6-x86_64.facts +144 -121
  98. data/facts/3.11/scientific-7-x86_64.facts +186 -159
  99. data/facts/3.12/centos-6-x86_64.facts +118 -110
  100. data/facts/3.12/centos-7-x86_64.facts +153 -143
  101. data/facts/3.12/oraclelinux-6-x86_64.facts +118 -110
  102. data/facts/3.12/oraclelinux-7-x86_64.facts +153 -143
  103. data/facts/3.12/redhat-6-x86_64.facts +118 -110
  104. data/facts/3.12/redhat-7-x86_64.facts +153 -143
  105. data/facts/3.12/scientific-6-x86_64.facts +118 -110
  106. data/facts/3.12/scientific-7-x86_64.facts +153 -143
  107. data/facts/3.13/centos-6-x86_64.facts +118 -110
  108. data/facts/3.13/centos-7-x86_64.facts +155 -145
  109. data/facts/3.13/oraclelinux-6-x86_64.facts +118 -110
  110. data/facts/3.13/oraclelinux-7-x86_64.facts +155 -145
  111. data/facts/3.13/redhat-6-x86_64.facts +118 -110
  112. data/facts/3.13/redhat-7-x86_64.facts +155 -145
  113. data/facts/3.13/scientific-6-x86_64.facts +118 -110
  114. data/facts/3.13/scientific-7-x86_64.facts +155 -145
  115. data/facts/3.14/centos-6-x86_64.facts +120 -112
  116. data/facts/3.14/centos-7-x86_64.facts +153 -143
  117. data/facts/3.14/oraclelinux-6-x86_64.facts +120 -112
  118. data/facts/3.14/oraclelinux-7-x86_64.facts +153 -143
  119. data/facts/3.14/redhat-6-x86_64.facts +120 -112
  120. data/facts/3.14/redhat-7-x86_64.facts +153 -143
  121. data/facts/3.14/scientific-6-x86_64.facts +120 -112
  122. data/facts/3.14/scientific-7-x86_64.facts +153 -143
  123. data/facts/3.3/centos-6-x86_64.facts +112 -105
  124. data/facts/3.3/centos-7-x86_64.facts +127 -121
  125. data/facts/3.3/oraclelinux-6-x86_64.facts +112 -105
  126. data/facts/3.3/oraclelinux-7-x86_64.facts +127 -121
  127. data/facts/3.3/redhat-6-x86_64.facts +112 -105
  128. data/facts/3.3/redhat-7-x86_64.facts +127 -121
  129. data/facts/3.3/scientific-6-x86_64.facts +112 -105
  130. data/facts/3.3/scientific-7-x86_64.facts +127 -121
  131. data/facts/3.6/centos-6-x86_64.facts +116 -108
  132. data/facts/3.6/centos-7-x86_64.facts +153 -143
  133. data/facts/3.6/oraclelinux-6-x86_64.facts +116 -108
  134. data/facts/3.6/oraclelinux-7-x86_64.facts +153 -143
  135. data/facts/3.6/redhat-6-x86_64.facts +116 -108
  136. data/facts/3.6/redhat-7-x86_64.facts +153 -143
  137. data/facts/3.6/scientific-6-x86_64.facts +116 -108
  138. data/facts/3.6/scientific-7-x86_64.facts +153 -143
  139. data/facts/3.7/centos-6-x86_64.facts +115 -107
  140. data/facts/3.7/centos-7-x86_64.facts +151 -141
  141. data/facts/3.7/oraclelinux-6-x86_64.facts +115 -107
  142. data/facts/3.7/oraclelinux-7-x86_64.facts +151 -141
  143. data/facts/3.7/redhat-6-x86_64.facts +115 -107
  144. data/facts/3.7/redhat-7-x86_64.facts +151 -141
  145. data/facts/3.7/scientific-6-x86_64.facts +115 -107
  146. data/facts/3.7/scientific-7-x86_64.facts +151 -141
  147. data/facts/3.8/centos-6-x86_64.facts +115 -107
  148. data/facts/3.8/centos-7-x86_64.facts +151 -141
  149. data/facts/3.8/oraclelinux-6-x86_64.facts +115 -107
  150. data/facts/3.8/oraclelinux-7-x86_64.facts +151 -141
  151. data/facts/3.8/redhat-6-x86_64.facts +115 -107
  152. data/facts/3.8/redhat-7-x86_64.facts +151 -141
  153. data/facts/3.8/scientific-6-x86_64.facts +115 -107
  154. data/facts/3.8/scientific-7-x86_64.facts +151 -141
  155. data/facts/3.9/centos-6-x86_64.facts +117 -109
  156. data/facts/3.9/centos-7-x86_64.facts +155 -145
  157. data/facts/3.9/oraclelinux-6-x86_64.facts +117 -109
  158. data/facts/3.9/oraclelinux-7-x86_64.facts +155 -145
  159. data/facts/3.9/redhat-6-x86_64.facts +117 -109
  160. data/facts/3.9/redhat-7-x86_64.facts +155 -145
  161. data/facts/3.9/scientific-6-x86_64.facts +117 -109
  162. data/facts/3.9/scientific-7-x86_64.facts +155 -145
  163. data/facts/Vagrantfile +8 -2
  164. data/lib/facterdb/version.rb +1 -1
  165. metadata +2 -2
@@ -9,7 +9,7 @@
9
9
  "bios_vendor": "innotek GmbH",
10
10
  "bios_version": "VirtualBox",
11
11
  "blockdevice_sda_model": "VBOX HARDDISK",
12
- "blockdevice_sda_size": 21474836480,
12
+ "blockdevice_sda_size": 42949672960,
13
13
  "blockdevice_sda_vendor": "ATA",
14
14
  "blockdevices": "sda",
15
15
  "boardmanufacturer": "Oracle Corporation",
@@ -17,14 +17,14 @@
17
17
  "boardserialnumber": "0",
18
18
  "chassistype": "Other",
19
19
  "dhcp_servers": {
20
- "enp0s3": "10.0.2.2",
20
+ "eth0": "10.0.2.2",
21
21
  "system": "10.0.2.2"
22
22
  },
23
23
  "disks": {
24
24
  "sda": {
25
25
  "model": "VBOX HARDDISK",
26
- "size": "20.00 GiB",
27
- "size_bytes": 21474836480,
26
+ "size": "40.00 GiB",
27
+ "size_bytes": 42949672960,
28
28
  "vendor": "ATA"
29
29
  }
30
30
  },
@@ -46,7 +46,7 @@
46
46
  "product": {
47
47
  "name": "VirtualBox",
48
48
  "serial_number": "0",
49
- "uuid": "254FC326-4DF8-46A2-A4F9-461DDFE46EF3"
49
+ "uuid": "789AB4E3-A4E5-4E82-A957-96C99EF59F9F"
50
50
  }
51
51
  },
52
52
  "domain": "example.com",
@@ -60,8 +60,8 @@
60
60
  "hostname": "foo",
61
61
  "hypervisors": {
62
62
  "virtualbox": {
63
- "revision": "130347",
64
- "version": "6.0.8"
63
+ "revision": "132055",
64
+ "version": "6.0.10"
65
65
  }
66
66
  },
67
67
  "id": "root",
@@ -72,173 +72,168 @@
72
72
  "uid": 0,
73
73
  "user": "root"
74
74
  },
75
- "interfaces": "enp0s3,lo",
75
+ "interfaces": "eth0,eth1,lo",
76
76
  "ipaddress": "10.0.2.15",
77
- "ipaddress6": "fe80::a00:27ff:feb7:f3af",
78
- "ipaddress6_enp0s3": "fe80::a00:27ff:feb7:f3af",
77
+ "ipaddress6": "fe80::5054:ff:fe8a:fee6",
78
+ "ipaddress6_eth0": "fe80::5054:ff:fe8a:fee6",
79
+ "ipaddress6_eth1": "fe80::a00:27ff:fe71:c4d5",
79
80
  "ipaddress6_lo": "::1",
80
- "ipaddress_enp0s3": "10.0.2.15",
81
+ "ipaddress_eth0": "10.0.2.15",
82
+ "ipaddress_eth1": "10.0.0.2",
81
83
  "ipaddress_lo": "127.0.0.1",
82
84
  "is_virtual": true,
83
85
  "kernel": "Linux",
84
86
  "kernelmajversion": "3.10",
85
- "kernelrelease": "3.10.0-327.el7.x86_64",
87
+ "kernelrelease": "3.10.0-957.12.2.el7.x86_64",
86
88
  "kernelversion": "3.10.0",
87
89
  "load_averages": {
88
- "15m": 0.26,
89
- "1m": 1.67,
90
- "5m": 0.7
90
+ "15m": 0.15,
91
+ "1m": 0.94,
92
+ "5m": 0.39
91
93
  },
92
- "macaddress": "08:00:27:b7:f3:af",
93
- "macaddress_enp0s3": "08:00:27:b7:f3:af",
94
+ "macaddress": "52:54:00:8a:fe:e6",
95
+ "macaddress_eth0": "52:54:00:8a:fe:e6",
96
+ "macaddress_eth1": "08:00:27:71:c4:d5",
94
97
  "manufacturer": "innotek GmbH",
95
98
  "memory": {
96
99
  "swap": {
97
- "available": "1023.99 MiB",
98
- "available_bytes": 1073729536,
99
- "capacity": "0.00%",
100
- "total": "1.00 GiB",
101
- "total_bytes": 1073737728,
102
- "used": "8.00 KiB",
103
- "used_bytes": 8192
100
+ "available": "2.00 GiB",
101
+ "available_bytes": 2146430976,
102
+ "capacity": "0.05%",
103
+ "total": "2.00 GiB",
104
+ "total_bytes": 2147479552,
105
+ "used": "1.00 MiB",
106
+ "used_bytes": 1048576
104
107
  },
105
108
  "system": {
106
- "available": "326.85 MiB",
107
- "available_bytes": 342724608,
108
- "capacity": "33.17%",
109
- "total": "489.04 MiB",
110
- "total_bytes": 512798720,
111
- "used": "162.20 MiB",
112
- "used_bytes": 170074112
109
+ "available": "322.73 MiB",
110
+ "available_bytes": 338407424,
111
+ "capacity": "33.76%",
112
+ "total": "487.20 MiB",
113
+ "total_bytes": 510861312,
114
+ "used": "164.46 MiB",
115
+ "used_bytes": 172453888
113
116
  }
114
117
  },
115
- "memoryfree": "326.85 MiB",
116
- "memoryfree_mb": 326.84765625,
117
- "memorysize": "489.04 MiB",
118
- "memorysize_mb": 489.04296875,
118
+ "memoryfree": "322.73 MiB",
119
+ "memoryfree_mb": 322.73046875,
120
+ "memorysize": "487.20 MiB",
121
+ "memorysize_mb": 487.1953125,
119
122
  "mountpoints": {
120
123
  "/": {
121
- "available": "17.14 GiB",
122
- "available_bytes": 18399154176,
123
- "capacity": "7.15%",
124
- "device": "/dev/mapper/centos-root",
125
- "filesystem": "xfs",
126
- "options": [
127
- "rw",
128
- "relatime",
129
- "attr2",
130
- "inode64",
131
- "noquota"
132
- ],
133
- "size": "18.46 GiB",
134
- "size_bytes": 19815989248,
135
- "used": "1.32 GiB",
136
- "used_bytes": 1416835072
137
- },
138
- "/boot": {
139
- "available": "372.52 MiB",
140
- "available_bytes": 390619136,
141
- "capacity": "25.00%",
124
+ "available": "36.76 GiB",
125
+ "available_bytes": 39467806720,
126
+ "capacity": "8.06%",
142
127
  "device": "/dev/sda1",
143
128
  "filesystem": "xfs",
144
129
  "options": [
145
130
  "rw",
131
+ "seclabel",
146
132
  "relatime",
147
133
  "attr2",
148
134
  "inode64",
149
135
  "noquota"
150
136
  ],
151
- "size": "496.67 MiB",
152
- "size_bytes": 520794112,
153
- "used": "124.14 MiB",
154
- "used_bytes": 130174976
137
+ "size": "39.98 GiB",
138
+ "size_bytes": 42927656960,
139
+ "used": "3.22 GiB",
140
+ "used_bytes": 3459850240
155
141
  },
156
142
  "/dev/shm": {
157
- "available": "244.52 MiB",
158
- "available_bytes": 256397312,
143
+ "available": "243.60 MiB",
144
+ "available_bytes": 255430656,
159
145
  "capacity": "0%",
160
146
  "device": "tmpfs",
161
147
  "filesystem": "tmpfs",
162
148
  "options": [
163
149
  "rw",
150
+ "seclabel",
164
151
  "nosuid",
165
152
  "nodev"
166
153
  ],
167
- "size": "244.52 MiB",
168
- "size_bytes": 256397312,
154
+ "size": "243.60 MiB",
155
+ "size_bytes": 255430656,
169
156
  "used": "0 bytes",
170
157
  "used_bytes": 0
171
158
  },
172
159
  "/run": {
173
- "available": "240.26 MiB",
174
- "available_bytes": 251928576,
175
- "capacity": "1.74%",
160
+ "available": "239.14 MiB",
161
+ "available_bytes": 250761216,
162
+ "capacity": "1.83%",
176
163
  "device": "tmpfs",
177
164
  "filesystem": "tmpfs",
178
165
  "options": [
179
166
  "rw",
167
+ "seclabel",
180
168
  "nosuid",
181
169
  "nodev",
182
170
  "mode=755"
183
171
  ],
184
- "size": "244.52 MiB",
185
- "size_bytes": 256397312,
186
- "used": "4.26 MiB",
187
- "used_bytes": 4468736
172
+ "size": "243.60 MiB",
173
+ "size_bytes": 255430656,
174
+ "used": "4.45 MiB",
175
+ "used_bytes": 4669440
188
176
  },
189
177
  "/run/user/1000": {
190
- "available": "48.91 MiB",
191
- "available_bytes": 51281920,
178
+ "available": "48.72 MiB",
179
+ "available_bytes": 51089408,
192
180
  "capacity": "0%",
193
181
  "device": "tmpfs",
194
182
  "filesystem": "tmpfs",
195
183
  "options": [
196
184
  "rw",
185
+ "seclabel",
197
186
  "nosuid",
198
187
  "nodev",
199
188
  "relatime",
200
- "size=50080k",
189
+ "size=49892k",
201
190
  "mode=700",
202
191
  "uid=1000",
203
192
  "gid=1000"
204
193
  ],
205
- "size": "48.91 MiB",
206
- "size_bytes": 51281920,
194
+ "size": "48.72 MiB",
195
+ "size_bytes": 51089408,
207
196
  "used": "0 bytes",
208
197
  "used_bytes": 0
209
198
  },
210
199
  "/sys/fs/cgroup": {
211
- "available": "244.52 MiB",
212
- "available_bytes": 256397312,
200
+ "available": "243.60 MiB",
201
+ "available_bytes": 255430656,
213
202
  "capacity": "0%",
214
203
  "device": "tmpfs",
215
204
  "filesystem": "tmpfs",
216
205
  "options": [
217
206
  "ro",
207
+ "seclabel",
218
208
  "nosuid",
219
209
  "nodev",
220
210
  "noexec",
221
211
  "mode=755"
222
212
  ],
223
- "size": "244.52 MiB",
224
- "size_bytes": 256397312,
213
+ "size": "243.60 MiB",
214
+ "size_bytes": 255430656,
225
215
  "used": "0 bytes",
226
216
  "used_bytes": 0
227
217
  }
228
218
  },
229
- "mtu_enp0s3": 1500,
219
+ "mtu_eth0": 1500,
220
+ "mtu_eth1": 1500,
230
221
  "mtu_lo": 65536,
231
222
  "netmask": "255.255.255.0",
232
223
  "netmask6": "ffff:ffff:ffff:ffff::",
233
- "netmask6_enp0s3": "ffff:ffff:ffff:ffff::",
224
+ "netmask6_eth0": "ffff:ffff:ffff:ffff::",
225
+ "netmask6_eth1": "ffff:ffff:ffff:ffff::",
234
226
  "netmask6_lo": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
235
- "netmask_enp0s3": "255.255.255.0",
227
+ "netmask_eth0": "255.255.255.0",
228
+ "netmask_eth1": "255.255.255.0",
236
229
  "netmask_lo": "255.0.0.0",
237
230
  "network": "10.0.2.0",
238
231
  "network6": "fe80::",
239
- "network6_enp0s3": "fe80::",
232
+ "network6_eth0": "fe80::",
233
+ "network6_eth1": "fe80::",
240
234
  "network6_lo": "::1",
241
- "network_enp0s3": "10.0.2.0",
235
+ "network_eth0": "10.0.2.0",
236
+ "network_eth1": "10.0.0.0",
242
237
  "network_lo": "127.0.0.0",
243
238
  "networking": {
244
239
  "dhcp": "10.0.2.2",
@@ -246,7 +241,7 @@
246
241
  "fqdn": "foo.example.com",
247
242
  "hostname": "foo",
248
243
  "interfaces": {
249
- "enp0s3": {
244
+ "eth0": {
250
245
  "bindings": [
251
246
  {
252
247
  "address": "10.0.2.15",
@@ -256,21 +251,45 @@
256
251
  ],
257
252
  "bindings6": [
258
253
  {
259
- "address": "fe80::a00:27ff:feb7:f3af",
254
+ "address": "fe80::5054:ff:fe8a:fee6",
260
255
  "netmask": "ffff:ffff:ffff:ffff::",
261
256
  "network": "fe80::"
262
257
  }
263
258
  ],
264
259
  "dhcp": "10.0.2.2",
265
260
  "ip": "10.0.2.15",
266
- "ip6": "fe80::a00:27ff:feb7:f3af",
267
- "mac": "08:00:27:b7:f3:af",
261
+ "ip6": "fe80::5054:ff:fe8a:fee6",
262
+ "mac": "52:54:00:8a:fe:e6",
268
263
  "mtu": 1500,
269
264
  "netmask": "255.255.255.0",
270
265
  "netmask6": "ffff:ffff:ffff:ffff::",
271
266
  "network": "10.0.2.0",
272
267
  "network6": "fe80::"
273
268
  },
269
+ "eth1": {
270
+ "bindings": [
271
+ {
272
+ "address": "10.0.0.2",
273
+ "netmask": "255.255.255.0",
274
+ "network": "10.0.0.0"
275
+ }
276
+ ],
277
+ "bindings6": [
278
+ {
279
+ "address": "fe80::a00:27ff:fe71:c4d5",
280
+ "netmask": "ffff:ffff:ffff:ffff::",
281
+ "network": "fe80::"
282
+ }
283
+ ],
284
+ "ip": "10.0.0.2",
285
+ "ip6": "fe80::a00:27ff:fe71:c4d5",
286
+ "mac": "08:00:27:71:c4:d5",
287
+ "mtu": 1500,
288
+ "netmask": "255.255.255.0",
289
+ "netmask6": "ffff:ffff:ffff:ffff::",
290
+ "network": "10.0.0.0",
291
+ "network6": "fe80::"
292
+ },
274
293
  "lo": {
275
294
  "bindings": [
276
295
  {
@@ -296,62 +315,48 @@
296
315
  }
297
316
  },
298
317
  "ip": "10.0.2.15",
299
- "ip6": "fe80::a00:27ff:feb7:f3af",
300
- "mac": "08:00:27:b7:f3:af",
318
+ "ip6": "fe80::5054:ff:fe8a:fee6",
319
+ "mac": "52:54:00:8a:fe:e6",
301
320
  "mtu": 1500,
302
321
  "netmask": "255.255.255.0",
303
322
  "netmask6": "ffff:ffff:ffff:ffff::",
304
323
  "network": "10.0.2.0",
305
324
  "network6": "fe80::",
306
- "primary": "enp0s3"
325
+ "primary": "eth0"
307
326
  },
308
327
  "operatingsystem": "CentOS",
309
328
  "operatingsystemmajrelease": "7",
310
- "operatingsystemrelease": "7.2.1511",
329
+ "operatingsystemrelease": "7.6.1810",
311
330
  "os": {
312
331
  "architecture": "x86_64",
313
332
  "family": "RedHat",
314
333
  "hardware": "x86_64",
315
334
  "name": "CentOS",
316
335
  "release": {
317
- "full": "7.2.1511",
336
+ "full": "7.6.1810",
318
337
  "major": "7",
319
- "minor": "2"
338
+ "minor": "6"
320
339
  },
321
340
  "selinux": {
322
- "enabled": false
341
+ "config_mode": "enforcing",
342
+ "config_policy": "targeted",
343
+ "current_mode": "enforcing",
344
+ "enabled": true,
345
+ "enforced": true,
346
+ "policy_version": "31"
323
347
  }
324
348
  },
325
349
  "osfamily": "RedHat",
326
350
  "partitions": {
327
- "/dev/mapper/centos-root": {
328
- "filesystem": "xfs",
329
- "mount": "/",
330
- "size": "18.46 GiB",
331
- "size_bytes": 19826475008,
332
- "uuid": "c5e9538a-9f0f-4666-88e7-28bb52b62e43"
333
- },
334
- "/dev/mapper/centos-swap": {
335
- "filesystem": "swap",
336
- "size": "1.00 GiB",
337
- "size_bytes": 1073741824,
338
- "uuid": "8e3c7c45-a31b-479f-bd47-25764cf80fab"
339
- },
340
351
  "/dev/sda1": {
341
352
  "filesystem": "xfs",
342
- "mount": "/boot",
343
- "size": "500.00 MiB",
344
- "size_bytes": 524288000,
345
- "uuid": "5dc0799f-b2a8-465e-8a47-60b677be09b3"
346
- },
347
- "/dev/sda2": {
348
- "filesystem": "LVM2_member",
349
- "size": "19.51 GiB",
350
- "size_bytes": 20949499904,
351
- "uuid": "PpSFVZ-SS3P-n3a6-ctPF-sb9H-6M85-i0TqBv"
353
+ "mount": "/",
354
+ "size": "40.00 GiB",
355
+ "size_bytes": 42948624384,
356
+ "uuid": "8ac075e3-1124-4bb6-bef7-a6811bf8b870"
352
357
  }
353
358
  },
354
- "path": "/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
359
+ "path": "/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
355
360
  "physicalprocessorcount": 1,
356
361
  "processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
357
362
  "processorcount": 1,
@@ -373,52 +378,57 @@
373
378
  "rubyplatform": "x86_64-linux",
374
379
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
375
380
  "rubyversion": "2.4.3",
376
- "selinux": false,
381
+ "selinux": true,
382
+ "selinux_config_mode": "enforcing",
383
+ "selinux_config_policy": "targeted",
384
+ "selinux_current_mode": "enforcing",
385
+ "selinux_enforced": true,
386
+ "selinux_policyversion": "31",
377
387
  "serialnumber": "0",
378
388
  "ssh": {
379
389
  "ecdsa": {
380
390
  "fingerprints": {
381
- "sha1": "SSHFP 3 1 4b80cff845085540397b35a95d2b96afdcb16731",
382
- "sha256": "SSHFP 3 2 f9bb974b48a084ea13675f181b1acee9f02f7017670173c7b36b527a34988a38"
391
+ "sha1": "SSHFP 3 1 548297713e47e3d2cabe33650f70ca22987c952c",
392
+ "sha256": "SSHFP 3 2 fa046a45efee61177389b94e7ef242df41037f606d98f27629d8d0de55eee76b"
383
393
  },
384
- "key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwC5YtWj+dmqADHLkZHmYzkCqvTDwc2e1/UzYD3pNjTNEjnXz4NbYX/fi6IzpsoTncIKDz/KIyNyavAZzwB3Iw="
394
+ "key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1hvIFMF30V53uLV9quhPf7kykrFxZe8JZGKaETxJ9JqjFge/5Dv9lf6cPQK3rN/jK3mnyPI9l3OMCrY/5l7X0="
385
395
  },
386
396
  "ed25519": {
387
397
  "fingerprints": {
388
- "sha1": "SSHFP 4 1 03dc83a5291156202d219701ca246ae52dfcb196",
389
- "sha256": "SSHFP 4 2 65401a580116be078bfbdf59d9b720083cd68db7f0dbe22b095aa8d4300ca750"
398
+ "sha1": "SSHFP 4 1 a76095780fb4fee3f0a6de051cfe5cd6c4b68edd",
399
+ "sha256": "SSHFP 4 2 9134136f3d93c6ffe1f9edb849cecf908e0f0b314b73553e33c0f4d29d391cf3"
390
400
  },
391
- "key": "AAAAC3NzaC1lZDI1NTE5AAAAIHd8LpD7gj/4leXZaK0CuX+A6Eyp9thXdAsgyOTlprau"
401
+ "key": "AAAAC3NzaC1lZDI1NTE5AAAAIKSBO6V3eR4JoYTUu/D4z+bQGENM5FX401aV/wkK49WQ"
392
402
  },
393
403
  "rsa": {
394
404
  "fingerprints": {
395
- "sha1": "SSHFP 1 1 c6583019aa0b3c40f9000b0276043f17173ef2d8",
396
- "sha256": "SSHFP 1 2 da7a06517bd53ab42abef342df3b5e776775dcee19049781131c1ad654295a51"
405
+ "sha1": "SSHFP 1 1 c13517c894a7b8d377a90e4f822ac983ef7b0297",
406
+ "sha256": "SSHFP 1 2 271612abd15fb02789d7c0800b13f1f626e7d25c3503f4f561c3c5b722a33343"
397
407
  },
398
- "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDjp1PuZnOUZOUieQ2qMv0MlTaIjkAnYkpsgKumicsa8wjqGvvLngHB7DuFSJvXKeR5UFOYOGgw6wlKzj7oinNAmFFgkegnUsqlPCXfyVUljZw4/DfmH49KDZJpp8hKN87Ne0Z4tUhaD9ndjm+fWUUKy8Ykn6N5ClOjOiTrI+85YMb4I3/g0NciUdnnJ6ItWlttyUJmeNykYMsQie8OJWqw3bvc7um586lh0/i1DAlhu+DcNbJ9poaUeGLaXJSRGeymlLtAqpUTHl0fAiG7bs/8aRZzzjKlc1QCoHVzBte8meHQ2m9CJDdeTHOX2XBjG28NUErlpFi0vdI3X37xerqf"
408
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDVCcGBnzvBNNM+lBukbT9r2ED+I0kfCKal8o14qBeLN/grydADCjGLelddSSc51QAAt7d302DDzbqKwCeVN2dB0TQx4BnOVf1VAKg5MsjfK53C3L2kDPiomkh4SeS5uCevw96nKYHC/MoxQQ3cwVIL1NH78rB/Lr8+MCNlxLRddOW8LL9RYX3yRU8i2puik/GnOnhHoxMW6dVy65t0mnJr6HtuAWseVUQlELgZwn67OwtsacnTOw9saVGj6YsvhZJfYw2g5YeGhYVOgA6XxLk/FXwiCB01GijZCz5SFUtaLsIlsy5MzcNGqEFCktSBS32Iqb1U3TbQgg0P0VTtup6r"
399
409
  }
400
410
  },
401
- "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwC5YtWj+dmqADHLkZHmYzkCqvTDwc2e1/UzYD3pNjTNEjnXz4NbYX/fi6IzpsoTncIKDz/KIyNyavAZzwB3Iw=",
402
- "sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIHd8LpD7gj/4leXZaK0CuX+A6Eyp9thXdAsgyOTlprau",
403
- "sshfp_ecdsa": "SSHFP 3 1 4b80cff845085540397b35a95d2b96afdcb16731\nSSHFP 3 2 f9bb974b48a084ea13675f181b1acee9f02f7017670173c7b36b527a34988a38",
404
- "sshfp_ed25519": "SSHFP 4 1 03dc83a5291156202d219701ca246ae52dfcb196\nSSHFP 4 2 65401a580116be078bfbdf59d9b720083cd68db7f0dbe22b095aa8d4300ca750",
405
- "sshfp_rsa": "SSHFP 1 1 c6583019aa0b3c40f9000b0276043f17173ef2d8\nSSHFP 1 2 da7a06517bd53ab42abef342df3b5e776775dcee19049781131c1ad654295a51",
406
- "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDjp1PuZnOUZOUieQ2qMv0MlTaIjkAnYkpsgKumicsa8wjqGvvLngHB7DuFSJvXKeR5UFOYOGgw6wlKzj7oinNAmFFgkegnUsqlPCXfyVUljZw4/DfmH49KDZJpp8hKN87Ne0Z4tUhaD9ndjm+fWUUKy8Ykn6N5ClOjOiTrI+85YMb4I3/g0NciUdnnJ6ItWlttyUJmeNykYMsQie8OJWqw3bvc7um586lh0/i1DAlhu+DcNbJ9poaUeGLaXJSRGeymlLtAqpUTHl0fAiG7bs/8aRZzzjKlc1QCoHVzBte8meHQ2m9CJDdeTHOX2XBjG28NUErlpFi0vdI3X37xerqf",
407
- "swapfree": "1023.99 MiB",
408
- "swapfree_mb": 1023.98828125,
409
- "swapsize": "1.00 GiB",
410
- "swapsize_mb": 1023.99609375,
411
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1hvIFMF30V53uLV9quhPf7kykrFxZe8JZGKaETxJ9JqjFge/5Dv9lf6cPQK3rN/jK3mnyPI9l3OMCrY/5l7X0=",
412
+ "sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIKSBO6V3eR4JoYTUu/D4z+bQGENM5FX401aV/wkK49WQ",
413
+ "sshfp_ecdsa": "SSHFP 3 1 548297713e47e3d2cabe33650f70ca22987c952c\nSSHFP 3 2 fa046a45efee61177389b94e7ef242df41037f606d98f27629d8d0de55eee76b",
414
+ "sshfp_ed25519": "SSHFP 4 1 a76095780fb4fee3f0a6de051cfe5cd6c4b68edd\nSSHFP 4 2 9134136f3d93c6ffe1f9edb849cecf908e0f0b314b73553e33c0f4d29d391cf3",
415
+ "sshfp_rsa": "SSHFP 1 1 c13517c894a7b8d377a90e4f822ac983ef7b0297\nSSHFP 1 2 271612abd15fb02789d7c0800b13f1f626e7d25c3503f4f561c3c5b722a33343",
416
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDVCcGBnzvBNNM+lBukbT9r2ED+I0kfCKal8o14qBeLN/grydADCjGLelddSSc51QAAt7d302DDzbqKwCeVN2dB0TQx4BnOVf1VAKg5MsjfK53C3L2kDPiomkh4SeS5uCevw96nKYHC/MoxQQ3cwVIL1NH78rB/Lr8+MCNlxLRddOW8LL9RYX3yRU8i2puik/GnOnhHoxMW6dVy65t0mnJr6HtuAWseVUQlELgZwn67OwtsacnTOw9saVGj6YsvhZJfYw2g5YeGhYVOgA6XxLk/FXwiCB01GijZCz5SFUtaLsIlsy5MzcNGqEFCktSBS32Iqb1U3TbQgg0P0VTtup6r",
417
+ "swapfree": "2.00 GiB",
418
+ "swapfree_mb": 2046.99609375,
419
+ "swapsize": "2.00 GiB",
420
+ "swapsize_mb": 2047.99609375,
411
421
  "system_uptime": {
412
422
  "days": 0,
413
423
  "hours": 0,
414
- "seconds": 174,
415
- "uptime": "0:02 hours"
424
+ "seconds": 195,
425
+ "uptime": "0:03 hours"
416
426
  },
417
427
  "timezone": "UTC",
418
- "uptime": "0:02 hours",
428
+ "uptime": "0:03 hours",
419
429
  "uptime_days": 0,
420
430
  "uptime_hours": 0,
421
- "uptime_seconds": 174,
422
- "uuid": "254FC326-4DF8-46A2-A4F9-461DDFE46EF3",
431
+ "uptime_seconds": 195,
432
+ "uuid": "789AB4E3-A4E5-4E82-A957-96C99EF59F9F",
423
433
  "virtual": "virtualbox"
424
434
  }