simp-rspec-puppet-facts 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/facts/2.5/oraclelinux-6-x86_64.facts +761 -446
- data/facts/2.5/oraclelinux-7-x86_64.facts +856 -472
- data/lib/simp/version.rb +1 -1
- data/spec/acceptance/nodesets/oel6.yml +22 -0
- data/spec/acceptance/nodesets/oel7.yml +1 -1
- metadata +4 -2
@@ -1,146 +1,276 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
|
7
|
-
|
8
|
-
"
|
9
|
-
"uptime": "0:09 hours"
|
10
|
-
},
|
11
|
-
"gid": "root",
|
12
|
-
"lsbmajdistrelease": "7",
|
13
|
-
"hardwaremodel": "x86_64",
|
14
|
-
"kernelrelease": "3.10.0-229.el7.x86_64",
|
15
|
-
"puppetversion": "3.8.7",
|
16
|
-
"dhcp_servers": {
|
17
|
-
"system": "10.0.2.2",
|
18
|
-
"enp0s3": "10.0.2.2"
|
2
|
+
"acpid_enabled": false,
|
3
|
+
"aio_agent_version": "5.5.18",
|
4
|
+
"architecture": "x86_64",
|
5
|
+
"auditd_major_version": "2",
|
6
|
+
"auditd_version": "2.8.5",
|
7
|
+
"augeas": {
|
8
|
+
"version": "1.12.0"
|
19
9
|
},
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
10
|
+
"augeasprovider_grub_version": 2,
|
11
|
+
"augeasversion": "1.12.0",
|
12
|
+
"bios_release_date": "12/01/2006",
|
13
|
+
"bios_vendor": "innotek GmbH",
|
14
|
+
"bios_version": "VirtualBox",
|
23
15
|
"blockdevice_sda_model": "VBOX HARDDISK",
|
16
|
+
"blockdevice_sda_size": 34359738368,
|
17
|
+
"blockdevice_sda_vendor": "ATA",
|
24
18
|
"blockdevices": "sda",
|
25
|
-
"
|
26
|
-
"
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
"
|
34
|
-
|
35
|
-
|
19
|
+
"boardmanufacturer": "Oracle Corporation",
|
20
|
+
"boardproductname": "VirtualBox",
|
21
|
+
"boardserialnumber": "0",
|
22
|
+
"boot_dir_uuid": "d9240b6f-efe6-44bd-9aac-f914a3c69392",
|
23
|
+
"chassistype": "Other",
|
24
|
+
"cmdline": {
|
25
|
+
"BOOT_IMAGE": "/vmlinuz-4.14.35-1902.7.3.1.el7uek.x86_64",
|
26
|
+
"root": "/dev/mapper/ol_oracle7-root",
|
27
|
+
"ro": "",
|
28
|
+
"elevator": "noop",
|
29
|
+
"no_timer_check": "",
|
30
|
+
"crashkernel": "auto",
|
31
|
+
"rd.lvm.lv": [
|
32
|
+
"ol_oracle7/root",
|
33
|
+
"ol_oracle7/swap"
|
34
|
+
],
|
35
|
+
"biosdevname": "0",
|
36
|
+
"net.ifnames": "0",
|
37
|
+
"rhgb": "",
|
38
|
+
"quiet": ""
|
39
|
+
},
|
40
|
+
"cpuinfo": {
|
41
|
+
"processor0": {
|
42
|
+
"vendor_id": "GenuineIntel",
|
43
|
+
"cpu_family": "6",
|
44
|
+
"model": "62",
|
45
|
+
"model_name": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
|
46
|
+
"stepping": "4",
|
47
|
+
"microcode": "0x19",
|
48
|
+
"cpu_MHz": "3401.902",
|
49
|
+
"cache_size": "12288 KB",
|
50
|
+
"physical_id": "0",
|
51
|
+
"siblings": "1",
|
52
|
+
"core_id": "0",
|
53
|
+
"cpu_cores": "1",
|
54
|
+
"apicid": "0",
|
55
|
+
"initial_apicid": "0",
|
56
|
+
"fpu": "yes",
|
57
|
+
"fpu_exception": "yes",
|
58
|
+
"cpuid_level": "13",
|
59
|
+
"wp": "yes",
|
60
|
+
"flags": [
|
61
|
+
"fpu",
|
62
|
+
"vme",
|
63
|
+
"de",
|
64
|
+
"pse",
|
65
|
+
"tsc",
|
66
|
+
"msr",
|
67
|
+
"pae",
|
68
|
+
"mce",
|
69
|
+
"cx8",
|
70
|
+
"apic",
|
71
|
+
"sep",
|
72
|
+
"mtrr",
|
73
|
+
"pge",
|
74
|
+
"mca",
|
75
|
+
"cmov",
|
76
|
+
"pat",
|
77
|
+
"pse36",
|
78
|
+
"clflush",
|
79
|
+
"mmx",
|
80
|
+
"fxsr",
|
81
|
+
"sse",
|
82
|
+
"sse2",
|
83
|
+
"ht",
|
84
|
+
"syscall",
|
85
|
+
"nx",
|
86
|
+
"rdtscp",
|
87
|
+
"lm",
|
88
|
+
"constant_tsc",
|
89
|
+
"rep_good",
|
90
|
+
"nopl",
|
91
|
+
"xtopology",
|
92
|
+
"nonstop_tsc",
|
93
|
+
"cpuid",
|
94
|
+
"tsc_known_freq",
|
95
|
+
"pni",
|
96
|
+
"pclmulqdq",
|
97
|
+
"monitor",
|
98
|
+
"ssse3",
|
99
|
+
"cx16",
|
100
|
+
"pcid",
|
101
|
+
"sse4_1",
|
102
|
+
"sse4_2",
|
103
|
+
"x2apic",
|
104
|
+
"popcnt",
|
105
|
+
"aes",
|
106
|
+
"xsave",
|
107
|
+
"avx",
|
108
|
+
"rdrand",
|
109
|
+
"hypervisor",
|
110
|
+
"lahf_lm",
|
111
|
+
"pti",
|
112
|
+
"fsgsbase",
|
113
|
+
"md_clear",
|
114
|
+
"flush_l1d"
|
115
|
+
],
|
116
|
+
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
|
117
|
+
"bogomips": "6803.80",
|
118
|
+
"clflush_size": "64",
|
119
|
+
"cache_alignment": "64",
|
120
|
+
"address_sizes": "46 bits physical, 48 bits virtual",
|
121
|
+
"power_management": "power management"
|
36
122
|
}
|
37
123
|
},
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
|
42
|
-
|
43
|
-
"timezone": "UTC",
|
44
|
-
"facterversion": "2.5.1",
|
45
|
-
"processors": {
|
46
|
-
"models": [
|
47
|
-
"Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz"
|
48
|
-
],
|
49
|
-
"count": 1,
|
50
|
-
"physicalcount": 1
|
124
|
+
"defaultgateway": "10.0.2.2",
|
125
|
+
"defaultgatewayiface": "eth0",
|
126
|
+
"dhcp_servers": {
|
127
|
+
"eth0": "10.0.2.2",
|
128
|
+
"system": "10.0.2.2"
|
51
129
|
},
|
52
|
-
"
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
"is_virtual": true,
|
59
|
-
"lsbdistdescription": "Oracle Linux Server release 7.2",
|
60
|
-
"lsbrelease": ":core-4.1-amd64:core-4.1-noarch",
|
61
|
-
"fqdn": "foo.example.com",
|
62
|
-
"selinux": false,
|
63
|
-
"netmask": "255.255.255.0",
|
64
|
-
"interfaces": "enp0s3,lo",
|
65
|
-
"ipaddress_enp0s3": "10.0.2.15",
|
66
|
-
"macaddress_enp0s3": "08:00:27:26:fe:89",
|
67
|
-
"netmask_enp0s3": "255.255.255.0",
|
68
|
-
"mtu_enp0s3": 1500,
|
69
|
-
"ipaddress_lo": "127.0.0.1",
|
70
|
-
"netmask_lo": "255.0.0.0",
|
71
|
-
"mtu_lo": 65536,
|
72
|
-
"id": "root",
|
73
|
-
"lsbdistcodename": "n/a",
|
74
|
-
"os": {
|
75
|
-
"name": "OracleLinux",
|
76
|
-
"family": "RedHat",
|
77
|
-
"release": {
|
78
|
-
"major": "7",
|
79
|
-
"minor": "2",
|
80
|
-
"full": "7.2"
|
81
|
-
},
|
82
|
-
"lsb": {
|
83
|
-
"distcodename": "n/a",
|
84
|
-
"distid": "OracleServer",
|
85
|
-
"distdescription": "Oracle Linux Server release 7.2",
|
86
|
-
"release": ":core-4.1-amd64:core-4.1-noarch",
|
87
|
-
"distrelease": "7.2",
|
88
|
-
"majdistrelease": "7",
|
89
|
-
"minordistrelease": "2"
|
130
|
+
"disks": {
|
131
|
+
"sda": {
|
132
|
+
"model": "VBOX HARDDISK",
|
133
|
+
"size": "32.00 GiB",
|
134
|
+
"size_bytes": 34359738368,
|
135
|
+
"vendor": "ATA"
|
90
136
|
}
|
91
137
|
},
|
92
|
-
"
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
138
|
+
"dmi": {
|
139
|
+
"bios": {
|
140
|
+
"release_date": "12/01/2006",
|
141
|
+
"vendor": "innotek GmbH",
|
142
|
+
"version": "VirtualBox"
|
143
|
+
},
|
144
|
+
"board": {
|
145
|
+
"manufacturer": "Oracle Corporation",
|
146
|
+
"product": "VirtualBox",
|
147
|
+
"serial_number": "0"
|
148
|
+
},
|
149
|
+
"chassis": {
|
150
|
+
"type": "Other"
|
151
|
+
},
|
152
|
+
"manufacturer": "innotek GmbH",
|
153
|
+
"product": {
|
154
|
+
"name": "VirtualBox",
|
155
|
+
"serial_number": "0",
|
156
|
+
"uuid": "61AA12AA-EF81-4531-82AD-1CEA97422697"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"domain": "example.com",
|
160
|
+
"facterversion": "3.11.11",
|
110
161
|
"filesystems": "xfs",
|
162
|
+
"fips_ciphers": [
|
163
|
+
"TLS_AES_256_GCM_SHA384",
|
164
|
+
"TLS_CHACHA20_POLY1305_SHA256",
|
165
|
+
"TLS_AES_128_GCM_SHA256",
|
166
|
+
"ECDHE-ECDSA-AES256-GCM-SHA384",
|
167
|
+
"ECDHE-RSA-AES256-GCM-SHA384",
|
168
|
+
"DHE-DSS-AES256-GCM-SHA384",
|
169
|
+
"DHE-RSA-AES256-GCM-SHA384",
|
170
|
+
"ADH-AES256-GCM-SHA384",
|
171
|
+
"ECDHE-ECDSA-AES128-GCM-SHA256",
|
172
|
+
"ECDHE-RSA-AES128-GCM-SHA256",
|
173
|
+
"DHE-DSS-AES128-GCM-SHA256",
|
174
|
+
"DHE-RSA-AES128-GCM-SHA256",
|
175
|
+
"ADH-AES128-GCM-SHA256",
|
176
|
+
"ECDHE-ECDSA-AES256-SHA384",
|
177
|
+
"ECDHE-RSA-AES256-SHA384",
|
178
|
+
"DHE-RSA-AES256-SHA256",
|
179
|
+
"DHE-DSS-AES256-SHA256",
|
180
|
+
"ADH-AES256-SHA256",
|
181
|
+
"ECDHE-ECDSA-AES128-SHA256",
|
182
|
+
"ECDHE-RSA-AES128-SHA256",
|
183
|
+
"DHE-RSA-AES128-SHA256",
|
184
|
+
"DHE-DSS-AES128-SHA256",
|
185
|
+
"ADH-AES128-SHA256",
|
186
|
+
"ECDHE-ECDSA-AES256-SHA",
|
187
|
+
"ECDHE-RSA-AES256-SHA",
|
188
|
+
"DHE-RSA-AES256-SHA",
|
189
|
+
"DHE-DSS-AES256-SHA",
|
190
|
+
"AECDH-AES256-SHA",
|
191
|
+
"ADH-AES256-SHA",
|
192
|
+
"ECDHE-ECDSA-AES128-SHA",
|
193
|
+
"ECDHE-RSA-AES128-SHA",
|
194
|
+
"DHE-RSA-AES128-SHA",
|
195
|
+
"DHE-DSS-AES128-SHA",
|
196
|
+
"AECDH-AES128-SHA",
|
197
|
+
"ADH-AES128-SHA",
|
198
|
+
"RSA-PSK-AES256-GCM-SHA384",
|
199
|
+
"DHE-PSK-AES256-GCM-SHA384",
|
200
|
+
"AES256-GCM-SHA384",
|
201
|
+
"PSK-AES256-GCM-SHA384",
|
202
|
+
"RSA-PSK-AES128-GCM-SHA256",
|
203
|
+
"DHE-PSK-AES128-GCM-SHA256",
|
204
|
+
"AES128-GCM-SHA256",
|
205
|
+
"PSK-AES128-GCM-SHA256",
|
206
|
+
"AES256-SHA256",
|
207
|
+
"AES128-SHA256",
|
208
|
+
"ECDHE-PSK-AES256-CBC-SHA384",
|
209
|
+
"ECDHE-PSK-AES256-CBC-SHA",
|
210
|
+
"RSA-PSK-AES256-CBC-SHA384",
|
211
|
+
"DHE-PSK-AES256-CBC-SHA384",
|
212
|
+
"RSA-PSK-AES256-CBC-SHA",
|
213
|
+
"DHE-PSK-AES256-CBC-SHA",
|
214
|
+
"AES256-SHA",
|
215
|
+
"PSK-AES256-CBC-SHA384",
|
216
|
+
"PSK-AES256-CBC-SHA",
|
217
|
+
"ECDHE-PSK-AES128-CBC-SHA256",
|
218
|
+
"ECDHE-PSK-AES128-CBC-SHA",
|
219
|
+
"RSA-PSK-AES128-CBC-SHA256",
|
220
|
+
"DHE-PSK-AES128-CBC-SHA256",
|
221
|
+
"RSA-PSK-AES128-CBC-SHA",
|
222
|
+
"DHE-PSK-AES128-CBC-SHA",
|
223
|
+
"AES128-SHA",
|
224
|
+
"PSK-AES128-CBC-SHA256",
|
225
|
+
"PSK-AES128-CBC-SHA"
|
226
|
+
],
|
227
|
+
"fips_enabled": false,
|
228
|
+
"fqdn": "foo.example.com",
|
229
|
+
"fullrun": "false",
|
230
|
+
"gid": "root",
|
231
|
+
"grub_version": "2.02~beta2",
|
111
232
|
"hardwareisa": "x86_64",
|
112
|
-
"
|
113
|
-
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCzLBNOdRz4tiKo1glFDol32yikrNVDMkHQsycRssZFr8Tm9bFBv8xv/Sk5wD1+y/K4b6yFR1oChypcSb+mPd8DU1irrxMPZSbSaIh5ig3FK4wts2PXs1DYAh3+uD0wiKX21Z/U+QvMZgmDHmQ2yPXm5nU9wXn0RbXpcOa3tIAMHmdBQj/YMDBkMXdt0i7bwIiv1htAg6E36kxP3inHlLow+aOF4y/cdLwcadp90EdjYQNor7KUGHpDG/xBqxO0s2hHVcFykmotQvb8MmG9HVc03vwvmDoDg8Pazce69JOrKuz7ZagP0XH1NMvxoyqydOWS/KJBH3Vp/QpMXR+a/F3t",
|
114
|
-
"sshfp_rsa": "SSHFP 1 1 fc0c475cd516730ea5b88ad830e58b59c459cd45\nSSHFP 1 2 1ef1bd932a6b464a4264920c6bc397af1782b3b00c50187748cf0e29a396e864",
|
115
|
-
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJVI5oi1dE1m/uk7YHTkr3gSA3BUuaylF9vueVGrUWrOHVXqswlYTGMcXaPZswiHl6iPhvsyUOUDfY/3DIT9H8=",
|
116
|
-
"sshfp_ecdsa": "SSHFP 3 1 fc4d053736b27a8c65e103d9167c16f27e947602\nSSHFP 3 2 1d94552162f998453c1aee15173977bfe5e1fed5c2ac76da637be28c7c853943",
|
117
|
-
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIKWeWihfIDYLpBftqOrhadC24XeLKiWalYhiBrFZxufA",
|
118
|
-
"sshfp_ed25519": "SSHFP 4 1 ed097d3ed3e76b96798d173f2674fe133c80069f\nSSHFP 4 2 3419cda34e5fb13307db01699e920e7c5355060f170aef1fafb66f9b828da21f",
|
119
|
-
"uptime_hours": 0,
|
120
|
-
"physicalprocessorcount": 1,
|
121
|
-
"boardmanufacturer": "Oracle Corporation",
|
122
|
-
"boardproductname": "VirtualBox",
|
123
|
-
"boardserialnumber": "0",
|
124
|
-
"bios_vendor": "innotek GmbH",
|
125
|
-
"bios_version": "VirtualBox",
|
126
|
-
"bios_release_date": "12/01/2006",
|
127
|
-
"manufacturer": "innotek GmbH",
|
128
|
-
"productname": "VirtualBox",
|
129
|
-
"serialnumber": "0",
|
130
|
-
"uuid": "E45EEE14-6EC0-4F4E-94F4-326BBD0398B7",
|
131
|
-
"type": "Other",
|
132
|
-
"processor0": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
|
133
|
-
"processorcount": 1,
|
134
|
-
"kernelmajversion": "3.10",
|
135
|
-
"domain": "example.com",
|
136
|
-
"auditd_version": "2.7.6",
|
137
|
-
"augeasprovider_grub_version": 2,
|
138
|
-
"radius_version": "unknown",
|
139
|
-
"gitlab_systemd": true,
|
233
|
+
"hardwaremodel": "x86_64",
|
140
234
|
"haveged_startup_provider": "systemd",
|
141
|
-
"
|
142
|
-
"
|
143
|
-
|
235
|
+
"hostname": "foo",
|
236
|
+
"hypervisors": {
|
237
|
+
"virtualbox": {
|
238
|
+
"revision": "135406",
|
239
|
+
"version": "6.1.0"
|
240
|
+
}
|
241
|
+
},
|
242
|
+
"id": "root",
|
243
|
+
"identity": {
|
244
|
+
"gid": 0,
|
245
|
+
"group": "root",
|
246
|
+
"privileged": true,
|
247
|
+
"uid": 0,
|
248
|
+
"user": "root"
|
249
|
+
},
|
250
|
+
"init_systems": [
|
251
|
+
"rc",
|
252
|
+
"systemd",
|
253
|
+
"sysv"
|
254
|
+
],
|
255
|
+
"interfaces": "eth0,eth1,lo",
|
256
|
+
"ip6tables_version": "1.4.21",
|
257
|
+
"ipaddress": "10.0.2.15",
|
258
|
+
"ipaddress_eth0": "10.0.2.15",
|
259
|
+
"ipaddress_eth1": "10.255.198.67",
|
260
|
+
"ipaddress_lo": "127.0.0.1",
|
261
|
+
"iptables_version": "1.4.21",
|
262
|
+
"ipv6_enabled": false,
|
263
|
+
"is_pe": false,
|
264
|
+
"is_virtual": true,
|
265
|
+
"kernel": "Linux",
|
266
|
+
"kernelmajversion": "4.14",
|
267
|
+
"kernelrelease": "4.14.35-1902.7.3.1.el7uek.x86_64",
|
268
|
+
"kernelversion": "4.14.35",
|
269
|
+
"load_averages": {
|
270
|
+
"15m": 0.09,
|
271
|
+
"1m": 0.07,
|
272
|
+
"5m": 0.15
|
273
|
+
},
|
144
274
|
"login_defs": {
|
145
275
|
"mail_dir": "/var/spool/mail",
|
146
276
|
"pass_max_days": 99999,
|
@@ -158,146 +288,496 @@
|
|
158
288
|
"create_home": true,
|
159
289
|
"umask": "077",
|
160
290
|
"usergroups_enab": true,
|
161
|
-
"encrypt_method": "
|
162
|
-
"md5_crypt_enab": true
|
291
|
+
"encrypt_method": "SHA512"
|
163
292
|
},
|
164
|
-
"
|
165
|
-
"
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"
|
169
|
-
|
170
|
-
|
171
|
-
|
293
|
+
"macaddress": "08:00:27:98:18:f0",
|
294
|
+
"macaddress_eth0": "08:00:27:98:18:f0",
|
295
|
+
"macaddress_eth1": "08:00:27:12:79:36",
|
296
|
+
"manufacturer": "innotek GmbH",
|
297
|
+
"memory": {
|
298
|
+
"swap": {
|
299
|
+
"available": "2.00 GiB",
|
300
|
+
"available_bytes": 2147479552,
|
301
|
+
"capacity": "0%",
|
302
|
+
"total": "2.00 GiB",
|
303
|
+
"total_bytes": 2147479552,
|
304
|
+
"used": "0 bytes",
|
305
|
+
"used_bytes": 0
|
306
|
+
},
|
307
|
+
"system": {
|
308
|
+
"available": "713.24 MiB",
|
309
|
+
"available_bytes": 747888640,
|
310
|
+
"capacity": "26.81%",
|
311
|
+
"total": "974.56 MiB",
|
312
|
+
"total_bytes": 1021898752,
|
313
|
+
"used": "261.32 MiB",
|
314
|
+
"used_bytes": 274010112
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"memoryfree": "713.24 MiB",
|
318
|
+
"memoryfree_mb": 713.2421875,
|
319
|
+
"memorysize": "974.56 MiB",
|
320
|
+
"memorysize_mb": 974.55859375,
|
321
|
+
"mountpoints": {
|
322
|
+
"/": {
|
323
|
+
"available": "27.30 GiB",
|
324
|
+
"available_bytes": 29310480384,
|
325
|
+
"capacity": "5.80%",
|
326
|
+
"device": "/dev/mapper/ol_oracle7-root",
|
327
|
+
"filesystem": "xfs",
|
328
|
+
"options": [
|
329
|
+
"rw",
|
330
|
+
"seclabel",
|
331
|
+
"relatime",
|
332
|
+
"attr2",
|
333
|
+
"inode64",
|
334
|
+
"noquota"
|
335
|
+
],
|
336
|
+
"size": "28.98 GiB",
|
337
|
+
"size_bytes": 31114924032,
|
338
|
+
"used": "1.68 GiB",
|
339
|
+
"used_bytes": 1804443648
|
340
|
+
},
|
341
|
+
"/boot": {
|
342
|
+
"available": "837.42 MiB",
|
343
|
+
"available_bytes": 878096384,
|
344
|
+
"capacity": "17.41%",
|
345
|
+
"device": "/dev/sda1",
|
346
|
+
"filesystem": "xfs",
|
347
|
+
"options": [
|
348
|
+
"rw",
|
349
|
+
"seclabel",
|
350
|
+
"relatime",
|
351
|
+
"attr2",
|
352
|
+
"inode64",
|
353
|
+
"noquota"
|
354
|
+
],
|
355
|
+
"size": "1014.00 MiB",
|
356
|
+
"size_bytes": 1063256064,
|
357
|
+
"used": "176.58 MiB",
|
358
|
+
"used_bytes": 185159680
|
359
|
+
},
|
360
|
+
"/dev": {
|
361
|
+
"available": "473.52 MiB",
|
362
|
+
"available_bytes": 496517120,
|
363
|
+
"capacity": "0%",
|
364
|
+
"device": "devtmpfs",
|
365
|
+
"filesystem": "devtmpfs",
|
366
|
+
"options": [
|
367
|
+
"rw",
|
368
|
+
"seclabel",
|
369
|
+
"nosuid",
|
370
|
+
"size=484880k",
|
371
|
+
"nr_inodes=121220",
|
372
|
+
"mode=755"
|
373
|
+
],
|
374
|
+
"size": "473.52 MiB",
|
375
|
+
"size_bytes": 496517120,
|
376
|
+
"used": "0 bytes",
|
377
|
+
"used_bytes": 0
|
378
|
+
},
|
379
|
+
"/dev/hugepages": {
|
380
|
+
"available": "0 bytes",
|
381
|
+
"available_bytes": 0,
|
382
|
+
"capacity": "100%",
|
383
|
+
"device": "hugetlbfs",
|
384
|
+
"filesystem": "hugetlbfs",
|
385
|
+
"options": [
|
386
|
+
"rw",
|
387
|
+
"seclabel",
|
388
|
+
"relatime",
|
389
|
+
"pagesize=2M"
|
390
|
+
],
|
391
|
+
"size": "0 bytes",
|
392
|
+
"size_bytes": 0,
|
393
|
+
"used": "0 bytes",
|
394
|
+
"used_bytes": 0
|
395
|
+
},
|
396
|
+
"/dev/mqueue": {
|
397
|
+
"available": "0 bytes",
|
398
|
+
"available_bytes": 0,
|
399
|
+
"capacity": "100%",
|
400
|
+
"device": "mqueue",
|
401
|
+
"filesystem": "mqueue",
|
402
|
+
"options": [
|
403
|
+
"rw",
|
404
|
+
"seclabel",
|
405
|
+
"relatime"
|
406
|
+
],
|
407
|
+
"size": "0 bytes",
|
408
|
+
"size_bytes": 0,
|
409
|
+
"used": "0 bytes",
|
410
|
+
"used_bytes": 0
|
411
|
+
},
|
412
|
+
"/dev/pts": {
|
413
|
+
"available": "0 bytes",
|
414
|
+
"available_bytes": 0,
|
415
|
+
"capacity": "100%",
|
416
|
+
"device": "devpts",
|
417
|
+
"filesystem": "devpts",
|
418
|
+
"options": [
|
419
|
+
"rw",
|
420
|
+
"seclabel",
|
421
|
+
"nosuid",
|
422
|
+
"noexec",
|
423
|
+
"relatime",
|
424
|
+
"gid=5",
|
425
|
+
"mode=620",
|
426
|
+
"ptmxmode=000"
|
427
|
+
],
|
428
|
+
"size": "0 bytes",
|
429
|
+
"size_bytes": 0,
|
430
|
+
"used": "0 bytes",
|
431
|
+
"used_bytes": 0
|
432
|
+
},
|
433
|
+
"/dev/shm": {
|
434
|
+
"available": "487.28 MiB",
|
435
|
+
"available_bytes": 510947328,
|
436
|
+
"capacity": "0%",
|
437
|
+
"device": "tmpfs",
|
438
|
+
"filesystem": "tmpfs",
|
439
|
+
"options": [
|
440
|
+
"rw",
|
441
|
+
"seclabel",
|
442
|
+
"nosuid",
|
443
|
+
"nodev"
|
444
|
+
],
|
445
|
+
"size": "487.28 MiB",
|
446
|
+
"size_bytes": 510947328,
|
447
|
+
"used": "0 bytes",
|
448
|
+
"used_bytes": 0
|
449
|
+
},
|
450
|
+
"/run": {
|
451
|
+
"available": "474.66 MiB",
|
452
|
+
"available_bytes": 497721344,
|
453
|
+
"capacity": "2.59%",
|
454
|
+
"device": "tmpfs",
|
455
|
+
"filesystem": "tmpfs",
|
456
|
+
"options": [
|
457
|
+
"rw",
|
458
|
+
"seclabel",
|
459
|
+
"nosuid",
|
460
|
+
"nodev",
|
461
|
+
"mode=755"
|
462
|
+
],
|
463
|
+
"size": "487.28 MiB",
|
464
|
+
"size_bytes": 510947328,
|
465
|
+
"used": "12.61 MiB",
|
466
|
+
"used_bytes": 13225984
|
467
|
+
},
|
468
|
+
"/run/user/0": {
|
469
|
+
"available": "97.46 MiB",
|
470
|
+
"available_bytes": 102191104,
|
471
|
+
"capacity": "0%",
|
472
|
+
"device": "tmpfs",
|
473
|
+
"filesystem": "tmpfs",
|
474
|
+
"options": [
|
475
|
+
"rw",
|
476
|
+
"seclabel",
|
477
|
+
"nosuid",
|
478
|
+
"nodev",
|
479
|
+
"relatime",
|
480
|
+
"size=99796k",
|
481
|
+
"mode=700"
|
482
|
+
],
|
483
|
+
"size": "97.46 MiB",
|
484
|
+
"size_bytes": 102191104,
|
485
|
+
"used": "0 bytes",
|
486
|
+
"used_bytes": 0
|
487
|
+
},
|
488
|
+
"/sys/fs/cgroup": {
|
489
|
+
"available": "487.28 MiB",
|
490
|
+
"available_bytes": 510947328,
|
491
|
+
"capacity": "0%",
|
492
|
+
"device": "tmpfs",
|
493
|
+
"filesystem": "tmpfs",
|
494
|
+
"options": [
|
495
|
+
"ro",
|
496
|
+
"seclabel",
|
497
|
+
"nosuid",
|
498
|
+
"nodev",
|
499
|
+
"noexec",
|
500
|
+
"mode=755"
|
501
|
+
],
|
502
|
+
"size": "487.28 MiB",
|
503
|
+
"size_bytes": 510947328,
|
504
|
+
"used": "0 bytes",
|
505
|
+
"used_bytes": 0
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"mtu_eth0": 1500,
|
509
|
+
"mtu_eth1": 1500,
|
510
|
+
"mtu_lo": 65536,
|
511
|
+
"netmask": "255.255.0.0",
|
512
|
+
"netmask_eth0": "255.255.0.0",
|
513
|
+
"netmask_eth1": "255.255.0.0",
|
514
|
+
"netmask_lo": "255.0.0.0",
|
515
|
+
"network": "10.0.2.0",
|
516
|
+
"network_eth0": "10.0.2.0",
|
517
|
+
"network_eth1": "10.255.0.0",
|
518
|
+
"network_lo": "127.0.0.0",
|
519
|
+
"networking": {
|
520
|
+
"dhcp": "10.0.2.2",
|
521
|
+
"domain": "example.com",
|
522
|
+
"fqdn": "foo.example.com",
|
523
|
+
"hostname": "foo",
|
524
|
+
"interfaces": {
|
525
|
+
"eth0": {
|
526
|
+
"bindings": [
|
527
|
+
{
|
528
|
+
"address": "10.0.2.15",
|
529
|
+
"netmask": "255.255.0.0",
|
530
|
+
"network": "10.0.2.0"
|
531
|
+
}
|
532
|
+
],
|
533
|
+
"dhcp": "10.0.2.2",
|
534
|
+
"ip": "10.0.2.15",
|
535
|
+
"mac": "08:00:27:98:18:f0",
|
536
|
+
"mtu": 1500,
|
537
|
+
"netmask": "255.255.0.0",
|
538
|
+
"network": "10.0.2.0"
|
539
|
+
},
|
540
|
+
"eth1": {
|
541
|
+
"bindings": [
|
542
|
+
{
|
543
|
+
"address": "10.255.198.67",
|
544
|
+
"netmask": "255.255.0.0",
|
545
|
+
"network": "10.255.0.0"
|
546
|
+
}
|
547
|
+
],
|
548
|
+
"ip": "10.255.198.67",
|
549
|
+
"mac": "08:00:27:12:79:36",
|
550
|
+
"mtu": 1500,
|
551
|
+
"netmask": "255.255.0.0",
|
552
|
+
"network": "10.255.0.0"
|
553
|
+
},
|
554
|
+
"lo": {
|
555
|
+
"bindings": [
|
556
|
+
{
|
557
|
+
"address": "127.0.0.1",
|
558
|
+
"netmask": "255.0.0.0",
|
559
|
+
"network": "127.0.0.0"
|
560
|
+
}
|
561
|
+
],
|
562
|
+
"ip": "127.0.0.1",
|
563
|
+
"mtu": 65536,
|
564
|
+
"netmask": "255.0.0.0",
|
565
|
+
"network": "127.0.0.0"
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"ip": "10.0.2.15",
|
569
|
+
"mac": "08:00:27:98:18:f0",
|
570
|
+
"mtu": 1500,
|
571
|
+
"netmask": "255.255.0.0",
|
572
|
+
"network": "10.0.2.0",
|
573
|
+
"primary": "eth0"
|
574
|
+
},
|
575
|
+
"openldap_arch": "i386",
|
576
|
+
"openssh_version": "7.4",
|
577
|
+
"operatingsystem": "OracleLinux",
|
578
|
+
"operatingsystemmajrelease": "7",
|
579
|
+
"operatingsystemrelease": "7.7",
|
580
|
+
"os": {
|
581
|
+
"architecture": "x86_64",
|
582
|
+
"family": "RedHat",
|
583
|
+
"hardware": "x86_64",
|
584
|
+
"name": "OracleLinux",
|
585
|
+
"release": {
|
586
|
+
"full": "7.7",
|
587
|
+
"major": "7",
|
588
|
+
"minor": "7"
|
589
|
+
},
|
590
|
+
"selinux": {
|
591
|
+
"config_mode": "enforcing",
|
592
|
+
"config_policy": "targeted",
|
593
|
+
"current_mode": "enforcing",
|
594
|
+
"enabled": true,
|
595
|
+
"enforced": true,
|
596
|
+
"policy_version": "31"
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"osfamily": "RedHat",
|
600
|
+
"package_provider": "yum",
|
601
|
+
"partitions": {
|
602
|
+
"/dev/mapper/ol_oracle7-root": {
|
603
|
+
"filesystem": "xfs",
|
604
|
+
"mount": "/",
|
605
|
+
"size": "28.99 GiB",
|
606
|
+
"size_bytes": 31130124288,
|
607
|
+
"uuid": "dcfdf0ff-ddf4-4d20-a68b-260cb1a569cd"
|
608
|
+
},
|
609
|
+
"/dev/mapper/ol_oracle7-swap": {
|
610
|
+
"filesystem": "swap",
|
611
|
+
"size": "2.00 GiB",
|
612
|
+
"size_bytes": 2147483648,
|
613
|
+
"uuid": "bbf9cc97-79ba-409e-b43d-70fa3ebefeed"
|
614
|
+
},
|
615
|
+
"/dev/sda1": {
|
616
|
+
"filesystem": "xfs",
|
617
|
+
"mount": "/boot",
|
618
|
+
"size": "1.00 GiB",
|
619
|
+
"size_bytes": 1073741824,
|
620
|
+
"uuid": "d9240b6f-efe6-44bd-9aac-f914a3c69392"
|
621
|
+
},
|
622
|
+
"/dev/sda2": {
|
623
|
+
"filesystem": "LVM2_member",
|
624
|
+
"size": "31.00 GiB",
|
625
|
+
"size_bytes": 33284947968,
|
626
|
+
"uuid": "TseMyU-itwF-hnOB-2B2I-cu1G-RQga-vrFLWC"
|
627
|
+
}
|
628
|
+
},
|
629
|
+
"path": "PATH:/opt/puppetlabs/bin:/opt/puppetlabs/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin",
|
630
|
+
"physicalprocessorcount": 1,
|
631
|
+
"processor0": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
|
632
|
+
"processorcount": 1,
|
633
|
+
"processors": {
|
634
|
+
"count": 1,
|
635
|
+
"isa": "x86_64",
|
636
|
+
"models": [
|
637
|
+
"Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz"
|
638
|
+
],
|
639
|
+
"physicalcount": 1
|
640
|
+
},
|
641
|
+
"productname": "VirtualBox",
|
642
|
+
"puppet_environmentpath": "/etc/puppetlabs/code/environments",
|
643
|
+
"puppet_ruby_dir": "/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet",
|
644
|
+
"puppet_server": "puppet",
|
645
|
+
"puppet_service_enabled": false,
|
646
|
+
"puppet_service_started": false,
|
172
647
|
"puppet_settings": {
|
173
648
|
"main": {
|
174
|
-
"
|
175
|
-
"
|
176
|
-
"vardir": "/
|
177
|
-
"name": "
|
178
|
-
"logdir": "/var/
|
649
|
+
"confdir": "/etc/puppetlabs/puppet",
|
650
|
+
"codedir": "/etc/puppetlabs/code",
|
651
|
+
"vardir": "/opt/puppetlabs/puppet/cache",
|
652
|
+
"name": "facts",
|
653
|
+
"logdir": "/var/log/puppetlabs/puppet",
|
179
654
|
"log_level": "notice",
|
180
655
|
"disable_warnings": "[]",
|
656
|
+
"strict": "warning",
|
657
|
+
"disable_i18n": "false",
|
181
658
|
"priority": "",
|
182
659
|
"trace": "false",
|
660
|
+
"puppet_trace": "false",
|
183
661
|
"profile": "false",
|
662
|
+
"future_features": "false",
|
663
|
+
"static_catalogs": "true",
|
664
|
+
"strict_environment_mode": "false",
|
184
665
|
"autoflush": "true",
|
185
666
|
"syslogfacility": "daemon",
|
186
|
-
"statedir": "/
|
187
|
-
"rundir": "/var/
|
667
|
+
"statedir": "/opt/puppetlabs/puppet/cache/state",
|
668
|
+
"rundir": "/var/run/puppetlabs",
|
188
669
|
"genconfig": "false",
|
189
670
|
"genmanifest": "false",
|
190
|
-
"configprint": "",
|
191
671
|
"color": "ansi",
|
192
672
|
"mkusers": "false",
|
193
673
|
"manage_internal_file_permissions": "true",
|
194
674
|
"onetime": "false",
|
195
675
|
"path": "none",
|
196
|
-
"libdir": "/
|
197
|
-
"ignoreimport": "false",
|
676
|
+
"libdir": "/opt/puppetlabs/puppet/cache/lib",
|
198
677
|
"environment": "production",
|
199
|
-
"environmentpath": "",
|
200
|
-
"
|
678
|
+
"environmentpath": "/etc/puppetlabs/code/environments",
|
679
|
+
"always_retry_plugins": "true",
|
201
680
|
"diff_args": "-u",
|
202
681
|
"diff": "diff",
|
203
682
|
"show_diff": "false",
|
204
683
|
"daemonize": "true",
|
205
684
|
"maximum_uid": "4294967290",
|
206
|
-
"route_file": "/etc/puppet/routes.yaml",
|
685
|
+
"route_file": "/etc/puppetlabs/puppet/routes.yaml",
|
207
686
|
"node_terminus": "plain",
|
208
687
|
"node_cache_terminus": "",
|
209
688
|
"data_binding_terminus": "hiera",
|
210
|
-
"hiera_config": "/etc/puppet/hiera.yaml",
|
211
|
-
"binder": "false",
|
689
|
+
"hiera_config": "/etc/puppetlabs/puppet/hiera.yaml",
|
212
690
|
"binder_config": "",
|
213
691
|
"catalog_terminus": "compiler",
|
214
692
|
"catalog_cache_terminus": "",
|
215
693
|
"facts_terminus": "facter",
|
216
|
-
"inventory_terminus": "facter",
|
217
694
|
"default_file_terminus": "rest",
|
218
|
-
"httplog": "/var/lib/puppet/log/http.log",
|
219
695
|
"http_proxy_host": "none",
|
220
696
|
"http_proxy_port": "3128",
|
221
697
|
"http_proxy_user": "none",
|
222
698
|
"http_proxy_password": "none",
|
699
|
+
"no_proxy": "localhost, 127.0.0.1",
|
223
700
|
"http_keepalive_timeout": "4",
|
224
701
|
"http_debug": "false",
|
702
|
+
"http_connect_timeout": "120",
|
703
|
+
"http_read_timeout": "",
|
704
|
+
"http_user_agent": "Puppet/5.5.18 Ruby/2.4.9-p362 (x86_64-linux)",
|
225
705
|
"filetimeout": "15",
|
226
706
|
"environment_timeout": "0",
|
227
|
-
"
|
228
|
-
"queue_source": "stomp://localhost:61613/",
|
229
|
-
"async_storeconfigs": "false",
|
230
|
-
"thin_storeconfigs": "false",
|
231
|
-
"zlib": "true",
|
707
|
+
"environment_data_provider": "",
|
232
708
|
"prerun_command": "",
|
233
709
|
"postrun_command": "",
|
234
710
|
"freeze_main": "false",
|
235
|
-
"
|
236
|
-
"trusted_node_data": "false",
|
237
|
-
"immutable_node_data": "false",
|
238
|
-
"preview_outputdir": "/var/lib/puppet/preview",
|
711
|
+
"preview_outputdir": "/opt/puppetlabs/puppet/cache/preview",
|
239
712
|
"certname": "foo.example.com",
|
240
|
-
"certdnsnames": "",
|
241
713
|
"dns_alt_names": "",
|
242
|
-
"csr_attributes": "/etc/puppet/csr_attributes.yaml",
|
243
|
-
"certdir": "/etc/puppet/ssl/certs",
|
244
|
-
"ssldir": "/etc/puppet/ssl",
|
245
|
-
"publickeydir": "/etc/puppet/ssl/public_keys",
|
246
|
-
"requestdir": "/etc/puppet/ssl/certificate_requests",
|
247
|
-
"privatekeydir": "/etc/puppet/ssl/private_keys",
|
248
|
-
"privatedir": "/etc/puppet/ssl/private",
|
249
|
-
"passfile": "/etc/puppet/ssl/private/password",
|
250
|
-
"hostcsr": "/etc/puppet/ssl/csr_foo.example.com.pem",
|
251
|
-
"hostcert": "/etc/puppet/ssl/certs/foo.example.com.pem",
|
252
|
-
"hostprivkey": "/etc/puppet/ssl/private_keys/foo.example.com.pem",
|
253
|
-
"hostpubkey": "/etc/puppet/ssl/public_keys/foo.example.com.pem",
|
254
|
-
"localcacert": "/etc/puppet/ssl/certs/ca.pem",
|
714
|
+
"csr_attributes": "/etc/puppetlabs/puppet/csr_attributes.yaml",
|
715
|
+
"certdir": "/etc/puppetlabs/puppet/ssl/certs",
|
716
|
+
"ssldir": "/etc/puppetlabs/puppet/ssl",
|
717
|
+
"publickeydir": "/etc/puppetlabs/puppet/ssl/public_keys",
|
718
|
+
"requestdir": "/etc/puppetlabs/puppet/ssl/certificate_requests",
|
719
|
+
"privatekeydir": "/etc/puppetlabs/puppet/ssl/private_keys",
|
720
|
+
"privatedir": "/etc/puppetlabs/puppet/ssl/private",
|
721
|
+
"passfile": "/etc/puppetlabs/puppet/ssl/private/password",
|
722
|
+
"hostcsr": "/etc/puppetlabs/puppet/ssl/csr_foo.example.com.pem",
|
723
|
+
"hostcert": "/etc/puppetlabs/puppet/ssl/certs/foo.example.com.pem",
|
724
|
+
"hostprivkey": "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.com.pem",
|
725
|
+
"hostpubkey": "/etc/puppetlabs/puppet/ssl/public_keys/foo.example.com.pem",
|
726
|
+
"localcacert": "/etc/puppetlabs/puppet/ssl/certs/ca.pem",
|
255
727
|
"ssl_client_ca_auth": "",
|
256
728
|
"ssl_server_ca_auth": "",
|
257
|
-
"hostcrl": "/etc/puppet/ssl/crl.pem",
|
258
|
-
"certificate_revocation": "
|
259
|
-
"certificate_expire_warning": "5184000",
|
729
|
+
"hostcrl": "/etc/puppetlabs/puppet/ssl/crl.pem",
|
730
|
+
"certificate_revocation": "chain",
|
260
731
|
"digest_algorithm": "md5",
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"
|
264
|
-
"
|
732
|
+
"supported_checksum_types": "[\"md5\", \"sha256\", \"sha384\", \"sha512\", \"sha224\"]",
|
733
|
+
"logdest": "",
|
734
|
+
"plugindest": "/opt/puppetlabs/puppet/cache/lib",
|
735
|
+
"pluginsource": "puppet:///plugins",
|
736
|
+
"pluginfactdest": "/opt/puppetlabs/puppet/cache/facts.d",
|
737
|
+
"pluginfactsource": "puppet:///pluginfacts",
|
738
|
+
"localedest": "/opt/puppetlabs/puppet/cache/locales",
|
739
|
+
"localesource": "puppet:///locales",
|
265
740
|
"pluginsync": "true",
|
266
|
-
"pluginsignore": ".svn CVS .git",
|
267
|
-
"factpath": "/
|
268
|
-
"external_nodes": "none"
|
741
|
+
"pluginsignore": ".svn CVS .git .hg",
|
742
|
+
"factpath": "/opt/puppetlabs/puppet/cache/lib/facter:/opt/puppetlabs/puppet/cache/facts",
|
743
|
+
"external_nodes": "none",
|
744
|
+
"rich_data": "false"
|
269
745
|
},
|
270
746
|
"module_tool": {
|
271
|
-
"module_repository": "https://forgeapi.
|
272
|
-
"module_working_dir": "/
|
273
|
-
"module_skeleton_dir": "/
|
747
|
+
"module_repository": "https://forgeapi.puppet.com",
|
748
|
+
"module_working_dir": "/opt/puppetlabs/puppet/cache/puppet-module",
|
749
|
+
"module_skeleton_dir": "/opt/puppetlabs/puppet/cache/puppet-module/skeleton",
|
274
750
|
"forge_authorization": "",
|
275
751
|
"module_groups": ""
|
276
752
|
},
|
277
753
|
"ca": {
|
278
754
|
"ca_name": "Puppet CA: foo.example.com",
|
279
|
-
"cadir": "/etc/puppet/ssl/ca",
|
280
|
-
"cacert": "/etc/puppet/ssl/ca/ca_crt.pem",
|
281
|
-
"cakey": "/etc/puppet/ssl/ca/ca_key.pem",
|
282
|
-
"capub": "/etc/puppet/ssl/ca/ca_pub.pem",
|
283
|
-
"cacrl": "/etc/puppet/ssl/ca/ca_crl.pem",
|
284
|
-
"caprivatedir": "/etc/puppet/ssl/ca/private",
|
285
|
-
"csrdir": "/etc/puppet/ssl/ca/requests",
|
286
|
-
"signeddir": "/etc/puppet/ssl/ca/signed",
|
287
|
-
"capass": "/etc/puppet/ssl/ca/private/ca.pass",
|
288
|
-
"serial": "/etc/puppet/ssl/ca/serial",
|
289
|
-
"autosign": "/etc/puppet/autosign.conf",
|
755
|
+
"cadir": "/etc/puppetlabs/puppet/ssl/ca",
|
756
|
+
"cacert": "/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem",
|
757
|
+
"cakey": "/etc/puppetlabs/puppet/ssl/ca/ca_key.pem",
|
758
|
+
"capub": "/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem",
|
759
|
+
"cacrl": "/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem",
|
760
|
+
"caprivatedir": "/etc/puppetlabs/puppet/ssl/ca/private",
|
761
|
+
"csrdir": "/etc/puppetlabs/puppet/ssl/ca/requests",
|
762
|
+
"signeddir": "/etc/puppetlabs/puppet/ssl/ca/signed",
|
763
|
+
"capass": "/etc/puppetlabs/puppet/ssl/ca/private/ca.pass",
|
764
|
+
"serial": "/etc/puppetlabs/puppet/ssl/ca/serial",
|
765
|
+
"autosign": "/etc/puppetlabs/puppet/autosign.conf",
|
290
766
|
"allow_duplicate_certs": "false",
|
291
767
|
"ca_ttl": "157680000",
|
292
|
-
"req_bits": "4096",
|
293
768
|
"keylength": "4096",
|
294
|
-
"cert_inventory": "/etc/puppet/ssl/ca/inventory.txt"
|
769
|
+
"cert_inventory": "/etc/puppetlabs/puppet/ssl/ca/inventory.txt"
|
295
770
|
},
|
296
771
|
"application": {
|
297
772
|
"config_file_name": "puppet.conf",
|
298
|
-
"config": "/etc/puppet/puppet.conf",
|
299
|
-
"pidfile": "/var/
|
300
|
-
"
|
773
|
+
"config": "/etc/puppetlabs/puppet/puppet.conf",
|
774
|
+
"pidfile": "/var/run/puppetlabs/application.pid",
|
775
|
+
"sourceaddress": ""
|
776
|
+
},
|
777
|
+
"environment": {
|
778
|
+
"manifest": "/etc/puppetlabs/code/environments/production/manifests",
|
779
|
+
"modulepath": "/etc/puppetlabs/code/environments/production/modules:/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules",
|
780
|
+
"config_version": ""
|
301
781
|
},
|
302
782
|
"master": {
|
303
783
|
"user": "puppet",
|
@@ -305,113 +785,73 @@
|
|
305
785
|
"default_manifest": "./manifests",
|
306
786
|
"disable_per_environment_manifest": "false",
|
307
787
|
"code": "",
|
308
|
-
"masterhttplog": "/var/lib/puppet/log/masterhttp.log",
|
309
788
|
"masterport": "8140",
|
310
789
|
"node_name": "cert",
|
311
|
-
"bucketdir": "/
|
312
|
-
"rest_authconfig": "/etc/puppet/auth.conf",
|
790
|
+
"bucketdir": "/opt/puppetlabs/puppet/cache/bucket",
|
313
791
|
"ca": "true",
|
314
|
-
"
|
792
|
+
"trusted_oid_mapping_file": "/etc/puppetlabs/puppet/custom_trusted_oid_mapping.yaml",
|
793
|
+
"basemodulepath": "/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules",
|
315
794
|
"ssl_client_header": "HTTP_X_CLIENT_DN",
|
316
795
|
"ssl_client_verify_header": "HTTP_X_CLIENT_VERIFY",
|
317
|
-
"yamldir": "/
|
318
|
-
"server_datadir": "/
|
796
|
+
"yamldir": "/opt/puppetlabs/puppet/cache/yaml",
|
797
|
+
"server_datadir": "/opt/puppetlabs/puppet/cache/server_data",
|
319
798
|
"reports": "store",
|
320
|
-
"reportdir": "/
|
799
|
+
"reportdir": "/opt/puppetlabs/puppet/cache/reports",
|
321
800
|
"reporturl": "http://localhost:3000/reports/upload",
|
322
|
-
"fileserverconfig": "/etc/puppet/fileserver.conf",
|
801
|
+
"fileserverconfig": "/etc/puppetlabs/puppet/fileserver.conf",
|
323
802
|
"strict_hostname_checking": "false",
|
324
803
|
"storeconfigs": "false",
|
325
|
-
"storeconfigs_backend": "
|
326
|
-
},
|
327
|
-
"metrics": {
|
328
|
-
"rrddir": "/var/lib/puppet/rrd",
|
329
|
-
"rrdinterval": "1800"
|
804
|
+
"storeconfigs_backend": "puppetdb"
|
330
805
|
},
|
331
806
|
"device": {
|
332
|
-
"devicedir": "/
|
333
|
-
"deviceconfig": "/etc/puppet/device.conf"
|
807
|
+
"devicedir": "/opt/puppetlabs/puppet/cache/devices",
|
808
|
+
"deviceconfig": "/etc/puppetlabs/puppet/device.conf"
|
334
809
|
},
|
335
810
|
"agent": {
|
336
811
|
"node_name_value": "foo.example.com",
|
337
812
|
"node_name_fact": "",
|
338
|
-
"
|
339
|
-
"
|
340
|
-
"
|
341
|
-
"
|
342
|
-
"
|
343
|
-
"
|
344
|
-
"
|
813
|
+
"statefile": "/opt/puppetlabs/puppet/cache/state/state.yaml",
|
814
|
+
"statettl": "2764800",
|
815
|
+
"transactionstorefile": "/opt/puppetlabs/puppet/cache/state/transactionstore.yaml",
|
816
|
+
"clientyamldir": "/opt/puppetlabs/puppet/cache/client_yaml",
|
817
|
+
"client_datadir": "/opt/puppetlabs/puppet/cache/client_data",
|
818
|
+
"classfile": "/opt/puppetlabs/puppet/cache/state/classes.txt",
|
819
|
+
"resourcefile": "/opt/puppetlabs/puppet/cache/state/resources.txt",
|
820
|
+
"puppetdlog": "/var/log/puppetlabs/puppet/puppetd.log",
|
345
821
|
"server": "puppet",
|
822
|
+
"server_list": "[]",
|
346
823
|
"use_srv_records": "false",
|
347
824
|
"srv_domain": "example.com",
|
348
825
|
"ignoreschedules": "false",
|
349
826
|
"default_schedules": "true",
|
350
|
-
"puppetport": "8139",
|
351
827
|
"noop": "false",
|
352
828
|
"runinterval": "1800",
|
353
|
-
"
|
829
|
+
"runtimeout": "0",
|
354
830
|
"ca_server": "puppet",
|
355
831
|
"ca_port": "8140",
|
356
|
-
"
|
357
|
-
"
|
358
|
-
"
|
359
|
-
"legacy_query_parameter_serialization": "false",
|
360
|
-
"agent_catalog_run_lockfile": "/var/lib/puppet/state/agent_catalog_run.lock",
|
361
|
-
"agent_disabled_lockfile": "/var/lib/puppet/state/agent_disabled.lock",
|
832
|
+
"preferred_serialization_format": "json",
|
833
|
+
"agent_catalog_run_lockfile": "/opt/puppetlabs/puppet/cache/state/agent_catalog_run.lock",
|
834
|
+
"agent_disabled_lockfile": "/opt/puppetlabs/puppet/cache/state/agent_disabled.lock",
|
362
835
|
"usecacheonfailure": "true",
|
363
836
|
"use_cached_catalog": "false",
|
364
837
|
"ignoremissingtypes": "false",
|
365
|
-
"ignorecache": "false",
|
366
|
-
"dynamicfacts": "memorysize,memoryfree,swapsize,swapfree",
|
367
838
|
"splaylimit": "1800",
|
368
839
|
"splay": "false",
|
369
|
-
"clientbucketdir": "/
|
370
|
-
"configtimeout": "120",
|
840
|
+
"clientbucketdir": "/opt/puppetlabs/puppet/cache/clientbucket",
|
371
841
|
"report_server": "puppet",
|
372
842
|
"report_port": "8140",
|
373
|
-
"inventory_server": "puppet",
|
374
|
-
"inventory_port": "8140",
|
375
843
|
"report": "true",
|
376
|
-
"
|
377
|
-
"
|
844
|
+
"resubmit_facts": "false",
|
845
|
+
"lastrunfile": "/opt/puppetlabs/puppet/cache/state/last_run_summary.yaml",
|
846
|
+
"lastrunreport": "/opt/puppetlabs/puppet/cache/state/last_run_report.yaml",
|
378
847
|
"graph": "false",
|
379
|
-
"graphdir": "/
|
380
|
-
"http_compression": "false",
|
848
|
+
"graphdir": "/opt/puppetlabs/puppet/cache/state/graphs",
|
381
849
|
"waitforcert": "120",
|
382
|
-
"ordering": "
|
383
|
-
},
|
384
|
-
"inspect": {
|
385
|
-
"archive_files": "false",
|
386
|
-
"archive_file_server": "puppet"
|
387
|
-
},
|
388
|
-
"tagmail": {
|
389
|
-
"tagmap": "/etc/puppet/tagmail.conf",
|
390
|
-
"sendmail": "/sbin/sendmail",
|
391
|
-
"reportfrom": "report@foo.example.com",
|
392
|
-
"smtpserver": "none",
|
393
|
-
"smtpport": "25",
|
394
|
-
"smtphelo": "foo.example.com"
|
395
|
-
},
|
396
|
-
"rails": {
|
397
|
-
"dblocation": "/var/lib/puppet/state/clientconfigs.sqlite3",
|
398
|
-
"dbadapter": "sqlite3",
|
399
|
-
"dbmigrate": "false",
|
400
|
-
"dbname": "puppet",
|
401
|
-
"dbserver": "localhost",
|
402
|
-
"dbport": "",
|
403
|
-
"dbuser": "puppet",
|
404
|
-
"dbpassword": "puppet",
|
405
|
-
"dbconnections": "",
|
406
|
-
"dbsocket": "",
|
407
|
-
"railslog": "/var/lib/puppet/log/rails.log",
|
408
|
-
"rails_loglevel": "info"
|
409
|
-
},
|
410
|
-
"couchdb": {
|
411
|
-
"couchdb_url": "http://127.0.0.1:5984/puppet"
|
850
|
+
"ordering": "manifest"
|
412
851
|
},
|
413
852
|
"transaction": {
|
414
853
|
"tags": "",
|
854
|
+
"skip_tags": "",
|
415
855
|
"evaltrace": "false",
|
416
856
|
"summarize": "false"
|
417
857
|
},
|
@@ -430,98 +870,87 @@
|
|
430
870
|
"ldapbase": ""
|
431
871
|
},
|
432
872
|
"parser": {
|
433
|
-
"allow_variables_with_dashes": "false",
|
434
|
-
"parser": "current",
|
435
873
|
"max_errors": "10",
|
436
874
|
"max_warnings": "10",
|
437
875
|
"max_deprecations": "10",
|
438
|
-
"strict_variables": "false"
|
876
|
+
"strict_variables": "false",
|
877
|
+
"tasks": "false"
|
439
878
|
},
|
440
879
|
"puppetdoc": {
|
441
880
|
"document_all": "false"
|
442
881
|
}
|
443
882
|
},
|
444
|
-
"
|
445
|
-
"
|
446
|
-
"
|
447
|
-
"
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
"
|
453
|
-
"
|
454
|
-
"
|
455
|
-
"
|
456
|
-
"
|
457
|
-
"
|
458
|
-
"
|
459
|
-
"
|
460
|
-
"
|
461
|
-
"
|
462
|
-
"
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
490
|
-
"
|
491
|
-
"
|
492
|
-
"
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
"
|
500
|
-
"
|
501
|
-
"
|
502
|
-
|
503
|
-
|
504
|
-
"
|
505
|
-
"
|
506
|
-
"
|
507
|
-
|
508
|
-
"aes",
|
509
|
-
"xsave",
|
510
|
-
"avx",
|
511
|
-
"rdrand",
|
512
|
-
"hypervisor",
|
513
|
-
"lahf_lm",
|
514
|
-
"fsgsbase"
|
515
|
-
],
|
516
|
-
"bogomips": "6799.74",
|
517
|
-
"clflush_size": "64",
|
518
|
-
"cache_alignment": "64",
|
519
|
-
"address_sizes": "46 bits physical, 48 bits virtual",
|
520
|
-
"power_management": "power management"
|
883
|
+
"puppet_vardir": "/opt/puppetlabs/puppet/cache",
|
884
|
+
"puppetversion": "5.5.18",
|
885
|
+
"reboot_required": false,
|
886
|
+
"root_dir_uuid": "dcfdf0ff-ddf4-4d20-a68b-260cb1a569cd",
|
887
|
+
"root_home": "/root",
|
888
|
+
"rsyslogd": {
|
889
|
+
"version": "8.24.0",
|
890
|
+
"features": {
|
891
|
+
"PLATFORM": false,
|
892
|
+
"PLATFORM (lsb_release -d)": false,
|
893
|
+
"FEATURE_REGEXP": true,
|
894
|
+
"GSSAPI Kerberos 5 support": true,
|
895
|
+
"FEATURE_DEBUG (debug build, slow code)": false,
|
896
|
+
"32bit Atomic operations supported": true,
|
897
|
+
"64bit Atomic operations supported": true,
|
898
|
+
"memory allocator": false,
|
899
|
+
"Runtime Instrumentation (slow code)": false,
|
900
|
+
"uuid support": true,
|
901
|
+
"Number of Bits in RainerScript integers": false
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"ruby": {
|
905
|
+
"platform": "x86_64-linux",
|
906
|
+
"sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
907
|
+
"version": "2.4.9"
|
908
|
+
},
|
909
|
+
"rubyplatform": "x86_64-linux",
|
910
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
911
|
+
"rubyversion": "2.4.9",
|
912
|
+
"runlevel": "3",
|
913
|
+
"selinux": true,
|
914
|
+
"selinux_config_mode": "enforcing",
|
915
|
+
"selinux_config_policy": "targeted",
|
916
|
+
"selinux_current_mode": "enforcing",
|
917
|
+
"selinux_enforced": true,
|
918
|
+
"selinux_policyversion": "31",
|
919
|
+
"selinux_semanage_is_python3": false,
|
920
|
+
"serialnumber": "0",
|
921
|
+
"service_provider": "systemd",
|
922
|
+
"shmall": "18446744073692774399",
|
923
|
+
"simplib__networkmanager": {
|
924
|
+
"general": {
|
925
|
+
"status": {
|
926
|
+
"STATE": "connected",
|
927
|
+
"CONNECTIVITY": "full",
|
928
|
+
"WIFI-HW": "enabled",
|
929
|
+
"WIFI": "enabled",
|
930
|
+
"WWAN-HW": "enabled",
|
931
|
+
"WWAN": "enabled"
|
932
|
+
},
|
933
|
+
"hostname": "foo"
|
934
|
+
},
|
935
|
+
"enabled": true,
|
936
|
+
"connection": {
|
937
|
+
"eth0": {
|
938
|
+
"uuid": "5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03",
|
939
|
+
"type": "802-3-ethernet",
|
940
|
+
"name": "System eth0"
|
941
|
+
},
|
942
|
+
"eth1": {
|
943
|
+
"uuid": "9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04",
|
944
|
+
"type": "802-3-ethernet",
|
945
|
+
"name": "System eth1"
|
946
|
+
}
|
521
947
|
}
|
522
948
|
},
|
523
|
-
"
|
524
|
-
|
949
|
+
"simplib__sshd_config": {
|
950
|
+
"AuthorizedKeysFile": ".ssh/authorized_keys",
|
951
|
+
"version": "7.4p1",
|
952
|
+
"full_version": "OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017\n"
|
953
|
+
},
|
525
954
|
"simplib_sysctl": {
|
526
955
|
"crypto.fips_enabled": 0,
|
527
956
|
"kernel.ctrl-alt-del": 0,
|
@@ -529,124 +958,79 @@
|
|
529
958
|
"kernel.shmall": "18446744073692774399",
|
530
959
|
"kernel.shmmax": "18446744073692774399",
|
531
960
|
"kernel.shmmni": "4096",
|
532
|
-
"kernel.tainted":
|
533
|
-
"kernel.threads-max":
|
961
|
+
"kernel.tainted": 12288,
|
962
|
+
"kernel.threads-max": 7576,
|
534
963
|
"vm.swappiness": 30
|
535
964
|
},
|
536
|
-
"
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
"
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
"
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
"ECDH-ECDSA-AES256-GCM-SHA384",
|
562
|
-
"ECDH-RSA-AES256-SHA384",
|
563
|
-
"ECDH-ECDSA-AES256-SHA384",
|
564
|
-
"ECDH-RSA-AES256-SHA",
|
565
|
-
"ECDH-ECDSA-AES256-SHA",
|
566
|
-
"AES256-GCM-SHA384",
|
567
|
-
"AES256-SHA256",
|
568
|
-
"AES256-SHA",
|
569
|
-
"PSK-AES256-CBC-SHA",
|
570
|
-
"ECDHE-RSA-AES128-GCM-SHA256",
|
571
|
-
"ECDHE-ECDSA-AES128-GCM-SHA256",
|
572
|
-
"ECDHE-RSA-AES128-SHA256",
|
573
|
-
"ECDHE-ECDSA-AES128-SHA256",
|
574
|
-
"ECDHE-RSA-AES128-SHA",
|
575
|
-
"ECDHE-ECDSA-AES128-SHA",
|
576
|
-
"DH-DSS-AES128-GCM-SHA256",
|
577
|
-
"DHE-DSS-AES128-GCM-SHA256",
|
578
|
-
"DH-RSA-AES128-GCM-SHA256",
|
579
|
-
"DHE-RSA-AES128-GCM-SHA256",
|
580
|
-
"DHE-RSA-AES128-SHA256",
|
581
|
-
"DHE-DSS-AES128-SHA256",
|
582
|
-
"DH-RSA-AES128-SHA256",
|
583
|
-
"DH-DSS-AES128-SHA256",
|
584
|
-
"DHE-RSA-AES128-SHA",
|
585
|
-
"DHE-DSS-AES128-SHA",
|
586
|
-
"DH-RSA-AES128-SHA",
|
587
|
-
"DH-DSS-AES128-SHA",
|
588
|
-
"AECDH-AES128-SHA",
|
589
|
-
"ADH-AES128-GCM-SHA256",
|
590
|
-
"ADH-AES128-SHA256",
|
591
|
-
"ADH-AES128-SHA",
|
592
|
-
"ECDH-RSA-AES128-GCM-SHA256",
|
593
|
-
"ECDH-ECDSA-AES128-GCM-SHA256",
|
594
|
-
"ECDH-RSA-AES128-SHA256",
|
595
|
-
"ECDH-ECDSA-AES128-SHA256",
|
596
|
-
"ECDH-RSA-AES128-SHA",
|
597
|
-
"ECDH-ECDSA-AES128-SHA",
|
598
|
-
"AES128-GCM-SHA256",
|
599
|
-
"AES128-SHA256",
|
600
|
-
"AES128-SHA",
|
601
|
-
"PSK-AES128-CBC-SHA",
|
602
|
-
"ECDHE-RSA-DES-CBC3-SHA",
|
603
|
-
"ECDHE-ECDSA-DES-CBC3-SHA",
|
604
|
-
"EDH-RSA-DES-CBC3-SHA",
|
605
|
-
"EDH-DSS-DES-CBC3-SHA",
|
606
|
-
"DH-RSA-DES-CBC3-SHA",
|
607
|
-
"DH-DSS-DES-CBC3-SHA",
|
608
|
-
"AECDH-DES-CBC3-SHA",
|
609
|
-
"ADH-DES-CBC3-SHA",
|
610
|
-
"ECDH-RSA-DES-CBC3-SHA",
|
611
|
-
"ECDH-ECDSA-DES-CBC3-SHA",
|
612
|
-
"DES-CBC3-SHA",
|
613
|
-
"PSK-3DES-EDE-CBC-SHA",
|
614
|
-
"KRB5-DES-CBC3-SHA"
|
615
|
-
],
|
616
|
-
"defaultgateway": "10.0.2.2",
|
617
|
-
"cmdline": {
|
618
|
-
"BOOT_IMAGE": "/vmlinuz-3.10.0-229.el7.x86_64",
|
619
|
-
"root": "/dev/mapper/ol-root",
|
620
|
-
"ro": null,
|
621
|
-
"crashkernel": "auto",
|
622
|
-
"rd.lvm.lv": "ol/swap",
|
623
|
-
"rhgb": null,
|
624
|
-
"quiet": null,
|
625
|
-
"LANG": "en_US.UTF-8"
|
965
|
+
"ssh": {
|
966
|
+
"ecdsa": {
|
967
|
+
"fingerprints": {
|
968
|
+
"sha1": "SSHFP 3 1 8118ab50e208fa8e3c68625ff50ab562f48440ae",
|
969
|
+
"sha256": "SSHFP 3 2 4a61b900be28246204d2d5aad0930f19e6bc72a29129e36b08eb67fc68d00291"
|
970
|
+
},
|
971
|
+
"key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf6ZhpzJp+NLAgbgNxBZmHKiS9jFW0+w8SaLJNapJ3xzSahUDSajGfAH/J3ehYKoeLJJUbEoTTOiFyZRnQCdIA=",
|
972
|
+
"type": "ecdsa-sha2-nistp256"
|
973
|
+
},
|
974
|
+
"ed25519": {
|
975
|
+
"fingerprints": {
|
976
|
+
"sha1": "SSHFP 4 1 9c0684e62524a4930740106316ce3410bc8b15aa",
|
977
|
+
"sha256": "SSHFP 4 2 4f9150c5be0718eba643a031e10b13763f2b95796ceca0c6a4bffd2ccf9f2bc6"
|
978
|
+
},
|
979
|
+
"key": "AAAAC3NzaC1lZDI1NTE5AAAAIKhNEj0iHB7jJiAQ8sMoyrQid4Q4oiztRlqGgKXcfNNO",
|
980
|
+
"type": "ssh-ed25519"
|
981
|
+
},
|
982
|
+
"rsa": {
|
983
|
+
"fingerprints": {
|
984
|
+
"sha1": "SSHFP 1 1 42f3fd39e0f139c1651e4743d6718b76eb1583f7",
|
985
|
+
"sha256": "SSHFP 1 2 47a3a22b45b5e52aa061c0d320e6a5e5751273e150ce9fb4f81b99845818b263"
|
986
|
+
},
|
987
|
+
"key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCn7F2foB24sUjz8D7RmzJ0IE87Lcbx0kCISctgDFNgS2Y7hjizLA3m9M3WJR2YjHVNCOTqbXXKubVXnlFUmal/y5xVtMwOkM/q3mPn1DIq2xr5Ta9h/WkHVue0XJVyOyOAa8b2/7QE7CzP6wuInhPx7XIlGsA7qY43RmNyTCUMhWC0CX17njYwW3ydAf6yij9l0CeK0KTy7mPLyKV4UC4LAKEbskg/b8muiiM5dqg97pPZwq7biQFqhrQ8GX2LpGtLPKdVsJXhFOzPlxCpSZjNlxQS3+73IYkbVetiSjCeQMY/FFTIWInagx0RH2YG2LLTuPTcp/bfgUUTCEY+VEMr",
|
988
|
+
"type": "ssh-rsa"
|
989
|
+
}
|
626
990
|
},
|
627
|
-
"grub_version": "2.02~beta2",
|
628
|
-
"init_systems": [
|
629
|
-
"rc",
|
630
|
-
"systemd",
|
631
|
-
"sysv"
|
632
|
-
],
|
633
|
-
"openldap_arch": "i386",
|
634
|
-
"openssh_version": "6.6.1",
|
635
991
|
"ssh_host_keys": [
|
636
992
|
"/etc/ssh/ssh_host_rsa_key",
|
637
993
|
"/etc/ssh/ssh_host_ecdsa_key",
|
638
994
|
"/etc/ssh/ssh_host_ed25519_key"
|
639
995
|
],
|
640
|
-
"
|
641
|
-
"
|
642
|
-
"
|
643
|
-
"
|
644
|
-
"
|
645
|
-
"
|
646
|
-
"
|
996
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf6ZhpzJp+NLAgbgNxBZmHKiS9jFW0+w8SaLJNapJ3xzSahUDSajGfAH/J3ehYKoeLJJUbEoTTOiFyZRnQCdIA=",
|
997
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIKhNEj0iHB7jJiAQ8sMoyrQid4Q4oiztRlqGgKXcfNNO",
|
998
|
+
"sshfp_ecdsa": "SSHFP 3 1 8118ab50e208fa8e3c68625ff50ab562f48440ae\nSSHFP 3 2 4a61b900be28246204d2d5aad0930f19e6bc72a29129e36b08eb67fc68d00291",
|
999
|
+
"sshfp_ed25519": "SSHFP 4 1 9c0684e62524a4930740106316ce3410bc8b15aa\nSSHFP 4 2 4f9150c5be0718eba643a031e10b13763f2b95796ceca0c6a4bffd2ccf9f2bc6",
|
1000
|
+
"sshfp_rsa": "SSHFP 1 1 42f3fd39e0f139c1651e4743d6718b76eb1583f7\nSSHFP 1 2 47a3a22b45b5e52aa061c0d320e6a5e5751273e150ce9fb4f81b99845818b263",
|
1001
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCn7F2foB24sUjz8D7RmzJ0IE87Lcbx0kCISctgDFNgS2Y7hjizLA3m9M3WJR2YjHVNCOTqbXXKubVXnlFUmal/y5xVtMwOkM/q3mPn1DIq2xr5Ta9h/WkHVue0XJVyOyOAa8b2/7QE7CzP6wuInhPx7XIlGsA7qY43RmNyTCUMhWC0CX17njYwW3ydAf6yij9l0CeK0KTy7mPLyKV4UC4LAKEbskg/b8muiiM5dqg97pPZwq7biQFqhrQ8GX2LpGtLPKdVsJXhFOzPlxCpSZjNlxQS3+73IYkbVetiSjCeQMY/FFTIWInagx0RH2YG2LLTuPTcp/bfgUUTCEY+VEMr",
|
1002
|
+
"swapfree": "2.00 GiB",
|
1003
|
+
"swapfree_mb": 2047.99609375,
|
1004
|
+
"swapsize": "2.00 GiB",
|
1005
|
+
"swapsize_mb": 2047.99609375,
|
1006
|
+
"system_uptime": {
|
1007
|
+
"days": 0,
|
1008
|
+
"hours": 0,
|
1009
|
+
"seconds": 473,
|
1010
|
+
"uptime": "0:07 hours"
|
1011
|
+
},
|
647
1012
|
"systemd": true,
|
1013
|
+
"systemd_internal_services": {
|
1014
|
+
"systemd-bootchart.service": "disabled",
|
1015
|
+
"systemd-nspawn@.service": "disabled",
|
1016
|
+
"systemd-readahead-collect.service": "enabled",
|
1017
|
+
"systemd-readahead-done.service": "indirect",
|
1018
|
+
"systemd-readahead-drop.service": "enabled",
|
1019
|
+
"systemd-readahead-replay.service": "enabled"
|
1020
|
+
},
|
648
1021
|
"systemd_version": "219",
|
649
|
-
"
|
650
|
-
"
|
651
|
-
"
|
1022
|
+
"timezone": "UTC",
|
1023
|
+
"tmp_mount_dev_shm": "rw,seclabel,nosuid,nodev",
|
1024
|
+
"tmp_mount_fstype_dev_shm": "tmpfs",
|
1025
|
+
"tmp_mount_path_dev_shm": "tmpfs",
|
1026
|
+
"uid_min": "1000",
|
1027
|
+
"uptime": "0:07 hours",
|
1028
|
+
"uptime_days": 0,
|
1029
|
+
"uptime_hours": 0,
|
1030
|
+
"uptime_seconds": 473,
|
1031
|
+
"uuid": "61AA12AA-EF81-4531-82AD-1CEA97422697",
|
1032
|
+
"virtual": "virtualbox",
|
1033
|
+
"clientcert": "foo.example.com",
|
1034
|
+
"clientversion": "5.5.18",
|
1035
|
+
"clientnoop": false
|
652
1036
|
}
|