simp-rspec-puppet-facts 3.2.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -3
  3. data/facts/2.5/almalinux-8-x86_64.facts +1337 -0
  4. data/facts/2.5/almalinux-9-x86_64.facts +1309 -0
  5. data/facts/2.5/amazon-2-x86_64.facts +357 -336
  6. data/facts/2.5/centos-7-x86_64.facts +215 -148
  7. data/facts/2.5/centos-8-x86_64.facts +244 -240
  8. data/facts/2.5/centos-9-x86_64.facts +1290 -0
  9. data/facts/2.5/oraclelinux-7-x86_64.facts +231 -163
  10. data/facts/2.5/oraclelinux-8-x86_64.facts +180 -188
  11. data/facts/2.5/redhat-7.9-x86_64.facts +1202 -0
  12. data/facts/2.5/redhat-8-x86_64.facts +189 -196
  13. data/facts/2.5/redhat-9-x86_64.facts +1291 -0
  14. data/facts/2.5/rocky-8-x86_64.facts +425 -270
  15. data/facts/2.5/windows-2012_r2-x64.facts +470 -0
  16. data/facts/2.5/windows-2016-x64.facts +514 -0
  17. data/facts/2.5/windows-2019-x64.facts +514 -0
  18. data/facts/2.5/windows-2022-x64.facts +516 -0
  19. data/facts/4.2/almalinux-8-x86_64.facts +1366 -0
  20. data/facts/4.2/almalinux-9-x86_64.facts +1335 -0
  21. data/facts/4.2/amazon-2-x86_64.facts +1218 -0
  22. data/facts/4.2/centos-7-x86_64.facts +1267 -0
  23. data/facts/4.2/centos-8-x86_64.facts +1316 -0
  24. data/facts/4.2/centos-9-x86_64.facts +1308 -0
  25. data/facts/4.2/oraclelinux-7-x86_64.facts +1251 -0
  26. data/facts/4.2/oraclelinux-8-x86_64.facts +1307 -0
  27. data/facts/4.2/redhat-7-x86_64.facts +1220 -0
  28. data/facts/4.2/redhat-8-x86_64.facts +1300 -0
  29. data/facts/4.2/redhat-9-x86_64.facts +1312 -0
  30. data/facts/4.2/rocky-8-x86_64.facts +1507 -0
  31. data/facts/4.2/windows-2012_r2-x64.facts +473 -0
  32. data/facts/4.2/windows-2016-x64.facts +517 -0
  33. data/facts/4.2/windows-2019-x64.facts +517 -0
  34. data/facts/4.2/windows-2022-x64.facts +519 -0
  35. data/lib/simp/rspec-puppet-facts.rb +48 -24
  36. data/lib/simp/version.rb +1 -1
  37. data/spec/acceptance/nodesets/almalinux8.yml +23 -0
  38. data/spec/acceptance/nodesets/almalinux9.yml +23 -0
  39. data/spec/acceptance/nodesets/amzn2.yml +23 -0
  40. data/spec/acceptance/nodesets/centos8.yml +1 -1
  41. data/spec/acceptance/nodesets/centos9.yml +23 -0
  42. data/spec/acceptance/nodesets/rhel8.yml +2 -1
  43. data/spec/acceptance/nodesets/rhel9.yml +23 -0
  44. data/spec/acceptance/nodesets/rocky8.yml +1 -1
  45. data/spec/acceptance/nodesets/win_2012r2.yml +12 -2
  46. data/spec/acceptance/nodesets/win_2016.yml +12 -2
  47. data/spec/acceptance/nodesets/win_2019.yml +12 -1
  48. data/spec/acceptance/nodesets/win_2022.yml +38 -0
  49. data/spec/acceptance/suites/default/00_default_spec.rb +7 -3
  50. data/spec/acceptance/suites/default/nodesets +1 -1
  51. data/spec/fixtures/metadata.json +17 -13
  52. data/spec/simp_rspec_puppet_facts_spec.rb +12 -10
  53. data/spec/spec_helper_acceptance.rb +32 -1
  54. metadata +116 -55
@@ -0,0 +1,1220 @@
1
+ {
2
+ "os": {
3
+ "distro": {
4
+ "id": "RedHatEnterpriseServer",
5
+ "codename": "Maipo",
6
+ "description": "Red Hat Enterprise Linux Server release 7.9 (Maipo)",
7
+ "release": {
8
+ "full": "7.9",
9
+ "major": "7",
10
+ "minor": "9"
11
+ }
12
+ },
13
+ "name": "RedHat",
14
+ "release": {
15
+ "full": "7.9",
16
+ "major": "7",
17
+ "minor": "9"
18
+ },
19
+ "family": "RedHat",
20
+ "architecture": "x86_64",
21
+ "hardware": "x86_64",
22
+ "selinux": {
23
+ "config_mode": "enforcing",
24
+ "config_policy": "targeted",
25
+ "current_mode": "enforcing",
26
+ "enabled": true,
27
+ "enforced": true,
28
+ "policy_version": "31"
29
+ }
30
+ },
31
+ "lsbdistrelease": "7.9",
32
+ "lsbmajdistrelease": "7",
33
+ "lsbminordistrelease": "9",
34
+ "operatingsystem": "RedHat",
35
+ "operatingsystemmajrelease": "7",
36
+ "operatingsystemrelease": "7.9",
37
+ "osfamily": "RedHat",
38
+ "sshfp_rsa": "SSHFP 1 1 b414a86d04ff3e8c65d3c50b4762492bf73e8b8e\nSSHFP 1 2 ca74fbeffde23139d1d02e5db2ea1b68838b71954ece475bb42b2af71b065e34",
39
+ "system_uptime": {
40
+ "days": 0,
41
+ "hours": 0,
42
+ "seconds": 287,
43
+ "uptime": "0:04 hours"
44
+ },
45
+ "uptime_days": 0,
46
+ "uptime_hours": 0,
47
+ "uptime_seconds": 287,
48
+ "uptime": "0:04 hours",
49
+ "disks": {
50
+ "sda": {
51
+ "model": "VBOX HARDDISK",
52
+ "size_bytes": 137438953472,
53
+ "size": "128.00 GiB",
54
+ "vendor": "ATA",
55
+ "type": "hdd",
56
+ "serial": "VB4a2ea886-a8a1ba37"
57
+ }
58
+ },
59
+ "blockdevices": "sda",
60
+ "blockdevice_sda_model": "VBOX HARDDISK",
61
+ "blockdevice_sda_size": 137438953472,
62
+ "blockdevice_sda_vendor": "ATA",
63
+ "hypervisors": {
64
+ "virtualbox": {
65
+ "version": "6.1.34",
66
+ "revision": "150636"
67
+ }
68
+ },
69
+ "partitions": {
70
+ "/dev/sda1": {
71
+ "size_bytes": 1073741824,
72
+ "size": "1.00 GiB",
73
+ "filesystem": "xfs",
74
+ "uuid": "0401c0f5-dfb1-4ac7-bd6a-4863e6007d3e",
75
+ "mount": "/boot"
76
+ },
77
+ "/dev/sda2": {
78
+ "size_bytes": 136364163072,
79
+ "size": "127.00 GiB",
80
+ "filesystem": "LVM2_member",
81
+ "uuid": "qNE9Vv-dUKT-GsF9-lpAg-11QW-v5zW-FTfaav"
82
+ },
83
+ "/dev/mapper/rhel_rhel7-root": {
84
+ "size_bytes": 53687091200,
85
+ "size": "50.00 GiB",
86
+ "filesystem": "xfs",
87
+ "uuid": "26a73f44-36e0-47d7-b619-e5ab78a576b5",
88
+ "mount": "/"
89
+ },
90
+ "/dev/mapper/rhel_rhel7-swap": {
91
+ "size_bytes": 2147483648,
92
+ "size": "2.00 GiB",
93
+ "filesystem": "swap",
94
+ "uuid": "763fa119-7c02-451e-a4ca-dc147ccc4c17"
95
+ }
96
+ },
97
+ "facterversion": "4.2.8",
98
+ "filesystems": "xfs",
99
+ "identity": {
100
+ "gid": 0,
101
+ "privileged": true,
102
+ "uid": 0,
103
+ "user": "root",
104
+ "group": "root"
105
+ },
106
+ "id": "root",
107
+ "gid": "root",
108
+ "interfaces": "eth0,eth1,lo",
109
+ "fips_enabled": false,
110
+ "ipaddress_lo": "127.0.0.1",
111
+ "ipaddress_eth0": "10.0.2.15",
112
+ "ipaddress_eth1": "10.255.117.170",
113
+ "is_virtual": true,
114
+ "kernelmajversion": "3.10",
115
+ "kernelrelease": "3.10.0-1160.el7.x86_64",
116
+ "kernelversion": "3.10.0",
117
+ "macaddress_eth0": "08:00:27:a6:d2:39",
118
+ "macaddress_eth1": "08:00:27:7f:fc:8d",
119
+ "processors": {
120
+ "cores": 1,
121
+ "count": 1,
122
+ "isa": "x86_64",
123
+ "models": [
124
+ "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz"
125
+ ],
126
+ "physicalcount": 1,
127
+ "speed": "3.43 GHz",
128
+ "threads": 1
129
+ },
130
+ "processorcount": 1,
131
+ "hardwareisa": "x86_64",
132
+ "physicalprocessorcount": 1,
133
+ "virtual": "virtualbox",
134
+ "networking": {
135
+ "hostname": "foo",
136
+ "dhcp": "10.0.2.2",
137
+ "network": "10.0.2.0",
138
+ "domain": "example.com",
139
+ "fqdn": "foo.example.com",
140
+ "interfaces": {
141
+ "lo": {
142
+ "bindings": [
143
+ {
144
+ "address": "127.0.0.1",
145
+ "netmask": "255.0.0.0",
146
+ "network": "127.0.0.0"
147
+ }
148
+ ],
149
+ "mtu": 65536,
150
+ "ip": "127.0.0.1",
151
+ "netmask": "255.0.0.0",
152
+ "network": "127.0.0.0"
153
+ },
154
+ "eth0": {
155
+ "mac": "08:00:27:a6:d2:39",
156
+ "bindings": [
157
+ {
158
+ "address": "10.0.2.15",
159
+ "netmask": "255.255.0.0",
160
+ "network": "10.0.2.0"
161
+ }
162
+ ],
163
+ "mtu": 1500,
164
+ "dhcp": "10.0.2.2",
165
+ "ip": "10.0.2.15",
166
+ "netmask": "255.255.0.0",
167
+ "network": "10.0.2.0"
168
+ },
169
+ "eth1": {
170
+ "mac": "08:00:27:7f:fc:8d",
171
+ "bindings": [
172
+ {
173
+ "address": "10.255.117.170",
174
+ "netmask": "255.255.0.0",
175
+ "network": "10.255.0.0"
176
+ }
177
+ ],
178
+ "mtu": 1500,
179
+ "ip": "10.255.117.170",
180
+ "netmask": "255.255.0.0",
181
+ "network": "10.255.0.0"
182
+ }
183
+ },
184
+ "ip": "10.0.2.15",
185
+ "mac": "08:00:27:a6:d2:39",
186
+ "mtu": 1500,
187
+ "netmask": "255.255.0.0",
188
+ "primary": "eth0"
189
+ },
190
+ "hostname": "foo",
191
+ "network": "10.0.2.0",
192
+ "domain": "example.com",
193
+ "fqdn": "foo.example.com",
194
+ "ipaddress": "10.0.2.15",
195
+ "macaddress": "08:00:27:a6:d2:39",
196
+ "netmask": "255.255.0.0",
197
+ "mtu_lo": 65536,
198
+ "mtu_eth0": 1500,
199
+ "mtu_eth1": 1500,
200
+ "load_averages": {
201
+ "1m": 0.6,
202
+ "5m": 0.44,
203
+ "15m": 0.19
204
+ },
205
+ "netmask_lo": "255.0.0.0",
206
+ "netmask_eth0": "255.255.0.0",
207
+ "netmask_eth1": "255.255.0.0",
208
+ "path": "/opt/puppetlabs/bin:/opt/puppetlabs/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin",
209
+ "network_lo": "127.0.0.0",
210
+ "network_eth0": "10.0.2.0",
211
+ "network_eth1": "10.255.0.0",
212
+ "architecture": "x86_64",
213
+ "hardwaremodel": "x86_64",
214
+ "selinux_config_mode": "enforcing",
215
+ "selinux_config_policy": "targeted",
216
+ "selinux_current_mode": "enforcing",
217
+ "selinux": true,
218
+ "selinux_enforced": true,
219
+ "selinux_policyversion": "31",
220
+ "memory": {
221
+ "swap": {
222
+ "available": "2.00 GiB",
223
+ "available_bytes": 2147209216,
224
+ "capacity": "0.01%",
225
+ "total": "2.00 GiB",
226
+ "total_bytes": 2147479552,
227
+ "used": "264.00 KiB",
228
+ "used_bytes": 270336
229
+ },
230
+ "system": {
231
+ "available": "551.69 MiB",
232
+ "available_bytes": 578490368,
233
+ "capacity": "44.33%",
234
+ "total": "990.97 MiB",
235
+ "total_bytes": 1039110144,
236
+ "used": "439.28 MiB",
237
+ "used_bytes": 460619776
238
+ }
239
+ },
240
+ "swapfree": "2.00 GiB",
241
+ "swapfree_mb": 2047.73828125,
242
+ "swapsize": "2.00 GiB",
243
+ "swapsize_mb": 2047.99609375,
244
+ "memoryfree": "551.69 MiB",
245
+ "memoryfree_mb": 551.69140625,
246
+ "memorysize": "990.97 MiB",
247
+ "memorysize_mb": 990.97265625,
248
+ "kernel": "Linux",
249
+ "ssh": {
250
+ "rsa": {
251
+ "fingerprints": {
252
+ "sha1": "SSHFP 1 1 b414a86d04ff3e8c65d3c50b4762492bf73e8b8e",
253
+ "sha256": "SSHFP 1 2 ca74fbeffde23139d1d02e5db2ea1b68838b71954ece475bb42b2af71b065e34"
254
+ },
255
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAACAQDM2ajY5LXiGKLsR/DwH/BxNGFRiSBr2jhFsAY/fbCRXxDARvf2IpRB5OK5/MlOHb9a3EnpEgsIBFcITUqL8U/QnQqqK5TETcMj1ppVfmdSB5/o0exIvL7ai5tlBzj1p9d1m2smYbmhAno0d38ZXN5j7z2WFpZUAsK/1Mus8XO+qTDOeYUWgOa5yaa+FOCEOJno5arkQh1ZsPshznR/AKHXZrT1NW3kwmUFHeMpf0aX4JKRf8DdzuxCJfGzu/yFe6kx6s+c/DRlI1MiIyskIHx+a11DOAwUc2FzNfqW9IIfw275m0thI90NgUKUt+1VwIT9P9F/UtbykO3rXwsC1xizUAoOZ0xOf8bu4rQ/m7N/2j4FTpUvj1e5QrVEDsOW5HdreDcOjbcx3vqengUFzMhM+VE1TEuiJaZg3qvtk8GxgmupLgibpXKOedrTGkfXZnXgA632GHSU2J3GPd255OtzWm46D+YfNoik/varEit32j6tQZyg0yJw58eo7KNP+/1qZrbhhbHTNNK/y2RCfavZcLFZnrJd6kHC4mN/VT+8PkZ8L98GlvVNDCzlmSPkP2UaXr4VZEPbykvAuCqCO5jHtKPEFuiylt4ASzsp/XikjU8hp0hh+ytCT8F57I3FhrzJ2G3JwWhstKRV5xnfP0BsQ7wB0pFri46EqrAPPf6uKQ==",
256
+ "type": "ssh-rsa"
257
+ }
258
+ },
259
+ "ruby": {
260
+ "version": "2.5.9",
261
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
262
+ "platform": "x86_64-linux"
263
+ },
264
+ "rubyversion": "2.5.9",
265
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
266
+ "rubyplatform": "x86_64-linux",
267
+ "processor0": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
268
+ "aio_agent_version": "6.27.1",
269
+ "augeas": {
270
+ "version": "1.12.0"
271
+ },
272
+ "augeasversion": "1.12.0",
273
+ "mountpoints": {
274
+ "/dev": {
275
+ "device": "devtmpfs",
276
+ "filesystem": "devtmpfs",
277
+ "options": [
278
+ "rw",
279
+ "seclabel",
280
+ "nosuid",
281
+ "size=495836k",
282
+ "nr_inodes=123959",
283
+ "mode=755"
284
+ ],
285
+ "size_bytes": 507736064,
286
+ "available_bytes": 507736064,
287
+ "used_bytes": 0,
288
+ "capacity": "0%",
289
+ "size": "484.21 MiB",
290
+ "available": "484.21 MiB",
291
+ "used": "0 bytes"
292
+ },
293
+ "/dev/shm": {
294
+ "device": "tmpfs",
295
+ "filesystem": "tmpfs",
296
+ "options": [
297
+ "rw",
298
+ "seclabel",
299
+ "nosuid",
300
+ "nodev"
301
+ ],
302
+ "size_bytes": 519553024,
303
+ "available_bytes": 519553024,
304
+ "used_bytes": 0,
305
+ "capacity": "0%",
306
+ "size": "495.48 MiB",
307
+ "available": "495.48 MiB",
308
+ "used": "0 bytes"
309
+ },
310
+ "/dev/pts": {
311
+ "device": "devpts",
312
+ "filesystem": "devpts",
313
+ "options": [
314
+ "rw",
315
+ "seclabel",
316
+ "nosuid",
317
+ "noexec",
318
+ "relatime",
319
+ "gid=5",
320
+ "mode=620",
321
+ "ptmxmode=000"
322
+ ],
323
+ "size_bytes": 0,
324
+ "available_bytes": 0,
325
+ "used_bytes": 0,
326
+ "capacity": "100%",
327
+ "size": "0 bytes",
328
+ "available": "0 bytes",
329
+ "used": "0 bytes"
330
+ },
331
+ "/run": {
332
+ "device": "tmpfs",
333
+ "filesystem": "tmpfs",
334
+ "options": [
335
+ "rw",
336
+ "seclabel",
337
+ "nosuid",
338
+ "nodev",
339
+ "mode=755"
340
+ ],
341
+ "size_bytes": 519553024,
342
+ "available_bytes": 506052608,
343
+ "used_bytes": 13500416,
344
+ "capacity": "2.60%",
345
+ "size": "495.48 MiB",
346
+ "available": "482.61 MiB",
347
+ "used": "12.88 MiB"
348
+ },
349
+ "/sys/fs/cgroup": {
350
+ "device": "tmpfs",
351
+ "filesystem": "tmpfs",
352
+ "options": [
353
+ "ro",
354
+ "seclabel",
355
+ "nosuid",
356
+ "nodev",
357
+ "noexec",
358
+ "mode=755"
359
+ ],
360
+ "size_bytes": 519553024,
361
+ "available_bytes": 519553024,
362
+ "used_bytes": 0,
363
+ "capacity": "0%",
364
+ "size": "495.48 MiB",
365
+ "available": "495.48 MiB",
366
+ "used": "0 bytes"
367
+ },
368
+ "/": {
369
+ "device": "/dev/mapper/rhel_rhel7-root",
370
+ "filesystem": "xfs",
371
+ "options": [
372
+ "rw",
373
+ "seclabel",
374
+ "relatime",
375
+ "attr2",
376
+ "inode64",
377
+ "noquota"
378
+ ],
379
+ "size_bytes": 53660876800,
380
+ "available_bytes": 51994689536,
381
+ "used_bytes": 1666187264,
382
+ "capacity": "3.11%",
383
+ "size": "49.98 GiB",
384
+ "available": "48.42 GiB",
385
+ "used": "1.55 GiB"
386
+ },
387
+ "/dev/hugepages": {
388
+ "device": "hugetlbfs",
389
+ "filesystem": "hugetlbfs",
390
+ "options": [
391
+ "rw",
392
+ "seclabel",
393
+ "relatime"
394
+ ],
395
+ "size_bytes": 0,
396
+ "available_bytes": 0,
397
+ "used_bytes": 0,
398
+ "capacity": "100%",
399
+ "size": "0 bytes",
400
+ "available": "0 bytes",
401
+ "used": "0 bytes"
402
+ },
403
+ "/dev/mqueue": {
404
+ "device": "mqueue",
405
+ "filesystem": "mqueue",
406
+ "options": [
407
+ "rw",
408
+ "seclabel",
409
+ "relatime"
410
+ ],
411
+ "size_bytes": 0,
412
+ "available_bytes": 0,
413
+ "used_bytes": 0,
414
+ "capacity": "100%",
415
+ "size": "0 bytes",
416
+ "available": "0 bytes",
417
+ "used": "0 bytes"
418
+ },
419
+ "/boot": {
420
+ "device": "/dev/sda1",
421
+ "filesystem": "xfs",
422
+ "options": [
423
+ "rw",
424
+ "seclabel",
425
+ "relatime",
426
+ "attr2",
427
+ "inode64",
428
+ "noquota"
429
+ ],
430
+ "size_bytes": 1063256064,
431
+ "available_bytes": 914173952,
432
+ "used_bytes": 149082112,
433
+ "capacity": "14.02%",
434
+ "size": "1014.00 MiB",
435
+ "available": "871.82 MiB",
436
+ "used": "142.18 MiB"
437
+ },
438
+ "/run/user/0": {
439
+ "device": "tmpfs",
440
+ "filesystem": "tmpfs",
441
+ "options": [
442
+ "rw",
443
+ "seclabel",
444
+ "nosuid",
445
+ "nodev",
446
+ "relatime",
447
+ "size=101476k",
448
+ "mode=700"
449
+ ],
450
+ "size_bytes": 103911424,
451
+ "available_bytes": 103911424,
452
+ "used_bytes": 0,
453
+ "capacity": "0%",
454
+ "size": "99.10 MiB",
455
+ "available": "99.10 MiB",
456
+ "used": "0 bytes"
457
+ }
458
+ },
459
+ "dhcp_servers": {
460
+ "system": "10.0.2.2",
461
+ "eth0": "10.0.2.2"
462
+ },
463
+ "dmi": {
464
+ "board": {
465
+ "serial_number": "0",
466
+ "manufacturer": "Oracle Corporation",
467
+ "product": "VirtualBox"
468
+ },
469
+ "chassis": {
470
+ "type": "Other"
471
+ },
472
+ "manufacturer": "innotek GmbH",
473
+ "bios": {
474
+ "version": "VirtualBox",
475
+ "vendor": "innotek GmbH",
476
+ "release_date": "12/01/2006"
477
+ },
478
+ "product": {
479
+ "serial_number": "0",
480
+ "name": "VirtualBox",
481
+ "uuid": "467AA743-7407-4CC8-8DD2-0F3D5E963419"
482
+ }
483
+ },
484
+ "boardserialnumber": "0",
485
+ "boardmanufacturer": "Oracle Corporation",
486
+ "boardproductname": "VirtualBox",
487
+ "chassistype": "Other",
488
+ "manufacturer": "innotek GmbH",
489
+ "bios_version": "VirtualBox",
490
+ "bios_vendor": "innotek GmbH",
491
+ "bios_release_date": "12/01/2006",
492
+ "serialnumber": "0",
493
+ "productname": "VirtualBox",
494
+ "uuid": "467AA743-7407-4CC8-8DD2-0F3D5E963419",
495
+ "timezone": "UTC",
496
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAACAQDM2ajY5LXiGKLsR/DwH/BxNGFRiSBr2jhFsAY/fbCRXxDARvf2IpRB5OK5/MlOHb9a3EnpEgsIBFcITUqL8U/QnQqqK5TETcMj1ppVfmdSB5/o0exIvL7ai5tlBzj1p9d1m2smYbmhAno0d38ZXN5j7z2WFpZUAsK/1Mus8XO+qTDOeYUWgOa5yaa+FOCEOJno5arkQh1ZsPshznR/AKHXZrT1NW3kwmUFHeMpf0aX4JKRf8DdzuxCJfGzu/yFe6kx6s+c/DRlI1MiIyskIHx+a11DOAwUc2FzNfqW9IIfw275m0thI90NgUKUt+1VwIT9P9F/UtbykO3rXwsC1xizUAoOZ0xOf8bu4rQ/m7N/2j4FTpUvj1e5QrVEDsOW5HdreDcOjbcx3vqengUFzMhM+VE1TEuiJaZg3qvtk8GxgmupLgibpXKOedrTGkfXZnXgA632GHSU2J3GPd255OtzWm46D+YfNoik/varEit32j6tQZyg0yJw58eo7KNP+/1qZrbhhbHTNNK/y2RCfavZcLFZnrJd6kHC4mN/VT+8PkZ8L98GlvVNDCzlmSPkP2UaXr4VZEPbykvAuCqCO5jHtKPEFuiylt4ASzsp/XikjU8hp0hh+ytCT8F57I3FhrzJ2G3JwWhstKRV5xnfP0BsQ7wB0pFri46EqrAPPf6uKQ==",
497
+ "puppetversion": "6.27.0",
498
+ "systemd": true,
499
+ "systemd_version": "219",
500
+ "systemd_internal_services": {
501
+ "systemd-bootchart.service": "disabled",
502
+ "systemd-nspawn@.service": "disabled",
503
+ "systemd-readahead-collect.service": "enabled",
504
+ "systemd-readahead-done.service": "indirect",
505
+ "systemd-readahead-drop.service": "enabled",
506
+ "systemd-readahead-replay.service": "enabled"
507
+ },
508
+ "augeasprovider_grub_version": 2,
509
+ "yum_package_updates": [
510
+
511
+ ],
512
+ "yum_has_updates": false,
513
+ "yum_updates": 0,
514
+ "yum_reboot_required": false,
515
+ "ip6tables_version": "1.4.21",
516
+ "iptables_version": "1.4.21",
517
+ "package_provider": "yum",
518
+ "is_pe": false,
519
+ "puppet_vardir": "/opt/puppetlabs/puppet/cache",
520
+ "puppet_environmentpath": "/etc/puppetlabs/code/environments",
521
+ "puppet_server": "puppet",
522
+ "root_home": "/root",
523
+ "service_provider": "systemd",
524
+ "auditd_sample_ruleset_location": "/usr/share/doc/audit-2.8.5/rules",
525
+ "auditd_sample_rulesets": {
526
+ "base-config": {
527
+ "order": "10"
528
+ },
529
+ "no-audit": {
530
+ "order": "10"
531
+ },
532
+ "loginuid": {
533
+ "order": "11"
534
+ },
535
+ "cont-fail": {
536
+ "order": "12"
537
+ },
538
+ "ignore-error": {
539
+ "order": "12"
540
+ },
541
+ "dont-audit": {
542
+ "order": "20"
543
+ },
544
+ "no32bit": {
545
+ "order": "21"
546
+ },
547
+ "ignore-chrony": {
548
+ "order": "22"
549
+ },
550
+ "ignore-filesystems": {
551
+ "order": "23"
552
+ },
553
+ "nispom": {
554
+ "order": "30"
555
+ },
556
+ "ospp-v42": {
557
+ "order": "30"
558
+ },
559
+ "pci-dss-v31": {
560
+ "order": "30"
561
+ },
562
+ "stig": {
563
+ "order": "30"
564
+ },
565
+ "privileged": {
566
+ "order": "31"
567
+ },
568
+ "power-abuse": {
569
+ "order": "32"
570
+ },
571
+ "local": {
572
+ "order": "40"
573
+ },
574
+ "containers": {
575
+ "order": "41"
576
+ },
577
+ "injection": {
578
+ "order": "42"
579
+ },
580
+ "module-load": {
581
+ "order": "43"
582
+ },
583
+ "einval": {
584
+ "order": "70"
585
+ },
586
+ "networking": {
587
+ "order": "71"
588
+ },
589
+ "finalize": {
590
+ "order": "99"
591
+ }
592
+ },
593
+ "auditd_version": "2.8.5",
594
+ "auditd_major_version": "2",
595
+ "haveged__rngd_enabled": false,
596
+ "haveged_startup_provider": "systemd",
597
+ "puppet_ruby_dir": "/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet",
598
+ "puppet_service_enabled": false,
599
+ "puppet_service_started": false,
600
+ "rsyslogd": {
601
+ "version": "8.24.0",
602
+ "features": {
603
+ "PLATFORM": false,
604
+ "PLATFORM (lsb_release -d)": false,
605
+ "FEATURE_REGEXP": true,
606
+ "GSSAPI Kerberos 5 support": true,
607
+ "FEATURE_DEBUG (debug build, slow code)": false,
608
+ "32bit Atomic operations supported": true,
609
+ "64bit Atomic operations supported": true,
610
+ "memory allocator": false,
611
+ "Runtime Instrumentation (slow code)": false,
612
+ "uuid support": true,
613
+ "Number of Bits in RainerScript integers": false
614
+ }
615
+ },
616
+ "firewalld_version": "0.6.3",
617
+ "openldap_arch": "i386",
618
+ "acpid_enabled": false,
619
+ "boot_dir_uuid": "0401c0f5-dfb1-4ac7-bd6a-4863e6007d3e",
620
+ "cmdline": {
621
+ "BOOT_IMAGE": "/vmlinuz-3.10.0-1160.el7.x86_64",
622
+ "root": "/dev/mapper/rhel_rhel7-root",
623
+ "ro": "",
624
+ "elevator": "noop",
625
+ "no_timer_check": "",
626
+ "crashkernel": "auto",
627
+ "rd.lvm.lv": [
628
+ "rhel_rhel7/root",
629
+ "rhel_rhel7/swap"
630
+ ],
631
+ "biosdevname": "0",
632
+ "net.ifnames": "0",
633
+ "rhgb": "",
634
+ "quiet": ""
635
+ },
636
+ "cpuinfo": {
637
+ "processor0": {
638
+ "vendor_id": "GenuineIntel",
639
+ "cpu_family": "6",
640
+ "model": "62",
641
+ "model_name": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
642
+ "stepping": "4",
643
+ "microcode": "0x19",
644
+ "cpu_MHz": "3427.596",
645
+ "cache_size": "12288 KB",
646
+ "physical_id": "0",
647
+ "siblings": "1",
648
+ "core_id": "0",
649
+ "cpu_cores": "1",
650
+ "apicid": "0",
651
+ "initial_apicid": "0",
652
+ "fpu": "yes",
653
+ "fpu_exception": "yes",
654
+ "cpuid_level": "13",
655
+ "wp": "yes",
656
+ "flags": [
657
+ "fpu",
658
+ "vme",
659
+ "de",
660
+ "pse",
661
+ "tsc",
662
+ "msr",
663
+ "pae",
664
+ "mce",
665
+ "cx8",
666
+ "apic",
667
+ "sep",
668
+ "mtrr",
669
+ "pge",
670
+ "mca",
671
+ "cmov",
672
+ "pat",
673
+ "pse36",
674
+ "clflush",
675
+ "mmx",
676
+ "fxsr",
677
+ "sse",
678
+ "sse2",
679
+ "ht",
680
+ "syscall",
681
+ "nx",
682
+ "rdtscp",
683
+ "lm",
684
+ "constant_tsc",
685
+ "rep_good",
686
+ "nopl",
687
+ "xtopology",
688
+ "nonstop_tsc",
689
+ "eagerfpu",
690
+ "pni",
691
+ "pclmulqdq",
692
+ "monitor",
693
+ "ssse3",
694
+ "cx16",
695
+ "pcid",
696
+ "sse4_1",
697
+ "sse4_2",
698
+ "x2apic",
699
+ "popcnt",
700
+ "aes",
701
+ "xsave",
702
+ "avx",
703
+ "rdrand",
704
+ "hypervisor",
705
+ "lahf_lm",
706
+ "fsgsbase",
707
+ "md_clear",
708
+ "flush_l1d"
709
+ ],
710
+ "bogomips": "6855.19",
711
+ "clflush_size": "64",
712
+ "cache_alignment": "64",
713
+ "address_sizes": "46 bits physical, 48 bits virtual",
714
+ "power_management": "power management"
715
+ }
716
+ },
717
+ "defaultgateway": "10.0.2.2",
718
+ "defaultgatewayiface": "eth0",
719
+ "fips_ciphers": [
720
+ "TLS_AES_256_GCM_SHA384",
721
+ "TLS_CHACHA20_POLY1305_SHA256",
722
+ "TLS_AES_128_GCM_SHA256",
723
+ "ECDHE-ECDSA-AES256-GCM-SHA384",
724
+ "ECDHE-RSA-AES256-GCM-SHA384",
725
+ "DHE-DSS-AES256-GCM-SHA384",
726
+ "DHE-RSA-AES256-GCM-SHA384",
727
+ "ADH-AES256-GCM-SHA384",
728
+ "ECDHE-ECDSA-AES128-GCM-SHA256",
729
+ "ECDHE-RSA-AES128-GCM-SHA256",
730
+ "DHE-DSS-AES128-GCM-SHA256",
731
+ "DHE-RSA-AES128-GCM-SHA256",
732
+ "ADH-AES128-GCM-SHA256",
733
+ "ECDHE-ECDSA-AES256-SHA384",
734
+ "ECDHE-RSA-AES256-SHA384",
735
+ "DHE-RSA-AES256-SHA256",
736
+ "DHE-DSS-AES256-SHA256",
737
+ "ADH-AES256-SHA256",
738
+ "ECDHE-ECDSA-AES128-SHA256",
739
+ "ECDHE-RSA-AES128-SHA256",
740
+ "DHE-RSA-AES128-SHA256",
741
+ "DHE-DSS-AES128-SHA256",
742
+ "ADH-AES128-SHA256",
743
+ "ECDHE-ECDSA-AES256-SHA",
744
+ "ECDHE-RSA-AES256-SHA",
745
+ "DHE-RSA-AES256-SHA",
746
+ "DHE-DSS-AES256-SHA",
747
+ "AECDH-AES256-SHA",
748
+ "ADH-AES256-SHA",
749
+ "ECDHE-ECDSA-AES128-SHA",
750
+ "ECDHE-RSA-AES128-SHA",
751
+ "DHE-RSA-AES128-SHA",
752
+ "DHE-DSS-AES128-SHA",
753
+ "AECDH-AES128-SHA",
754
+ "ADH-AES128-SHA",
755
+ "RSA-PSK-AES256-GCM-SHA384",
756
+ "DHE-PSK-AES256-GCM-SHA384",
757
+ "AES256-GCM-SHA384",
758
+ "PSK-AES256-GCM-SHA384",
759
+ "RSA-PSK-AES128-GCM-SHA256",
760
+ "DHE-PSK-AES128-GCM-SHA256",
761
+ "AES128-GCM-SHA256",
762
+ "PSK-AES128-GCM-SHA256",
763
+ "AES256-SHA256",
764
+ "AES128-SHA256",
765
+ "ECDHE-PSK-AES256-CBC-SHA384",
766
+ "ECDHE-PSK-AES256-CBC-SHA",
767
+ "RSA-PSK-AES256-CBC-SHA384",
768
+ "DHE-PSK-AES256-CBC-SHA384",
769
+ "RSA-PSK-AES256-CBC-SHA",
770
+ "DHE-PSK-AES256-CBC-SHA",
771
+ "AES256-SHA",
772
+ "PSK-AES256-CBC-SHA384",
773
+ "PSK-AES256-CBC-SHA",
774
+ "ECDHE-PSK-AES128-CBC-SHA256",
775
+ "ECDHE-PSK-AES128-CBC-SHA",
776
+ "RSA-PSK-AES128-CBC-SHA256",
777
+ "DHE-PSK-AES128-CBC-SHA256",
778
+ "RSA-PSK-AES128-CBC-SHA",
779
+ "DHE-PSK-AES128-CBC-SHA",
780
+ "AES128-SHA",
781
+ "PSK-AES128-CBC-SHA256",
782
+ "PSK-AES128-CBC-SHA"
783
+ ],
784
+ "fullrun": "false",
785
+ "grub_version": "2.02~beta2",
786
+ "init_systems": [
787
+ "rc",
788
+ "systemd",
789
+ "sysv"
790
+ ],
791
+ "ipv6_enabled": false,
792
+ "login_defs": {
793
+ "mail_dir": "/var/spool/mail",
794
+ "pass_max_days": 99999,
795
+ "pass_min_days": 0,
796
+ "pass_min_len": 5,
797
+ "pass_warn_age": 7,
798
+ "uid_min": 1000,
799
+ "uid_max": 60000,
800
+ "sys_uid_min": 201,
801
+ "sys_uid_max": 999,
802
+ "gid_min": 1000,
803
+ "gid_max": 60000,
804
+ "sys_gid_min": 201,
805
+ "sys_gid_max": 999,
806
+ "create_home": true,
807
+ "umask": "077",
808
+ "usergroups_enab": true,
809
+ "encrypt_method": "SHA512"
810
+ },
811
+ "reboot_required": false,
812
+ "root_dir_uuid": "26a73f44-36e0-47d7-b619-e5ab78a576b5",
813
+ "runlevel": "3",
814
+ "shmall": "18446744073692774399",
815
+ "puppet_settings": {
816
+ "main": {
817
+ "facterng": "true",
818
+ "confdir": "/etc/puppetlabs/puppet",
819
+ "codedir": "/etc/puppetlabs/code",
820
+ "vardir": "/opt/puppetlabs/puppet/cache",
821
+ "name": "facts",
822
+ "logdir": "/var/log/puppetlabs/puppet",
823
+ "log_level": "notice",
824
+ "disable_warnings": "[]",
825
+ "merge_dependency_warnings": "false",
826
+ "strict": "warning",
827
+ "disable_i18n": "false",
828
+ "priority": "",
829
+ "trace": "false",
830
+ "puppet_trace": "false",
831
+ "profile": "false",
832
+ "future_features": "false",
833
+ "versioned_environment_dirs": "false",
834
+ "static_catalogs": "true",
835
+ "strict_environment_mode": "false",
836
+ "autoflush": "true",
837
+ "syslogfacility": "daemon",
838
+ "statedir": "/opt/puppetlabs/puppet/cache/state",
839
+ "rundir": "/var/run/puppetlabs",
840
+ "genconfig": "false",
841
+ "genmanifest": "false",
842
+ "color": "ansi",
843
+ "mkusers": "false",
844
+ "manage_internal_file_permissions": "true",
845
+ "onetime": "false",
846
+ "path": "none",
847
+ "libdir": "/opt/puppetlabs/puppet/cache/lib",
848
+ "environment": "production",
849
+ "environmentpath": "/etc/puppetlabs/code/environments",
850
+ "use_last_environment": "true",
851
+ "always_retry_plugins": "true",
852
+ "diff_args": "-u",
853
+ "diff": "diff",
854
+ "show_diff": "false",
855
+ "daemonize": "true",
856
+ "maximum_uid": "4294967290",
857
+ "route_file": "/etc/puppetlabs/puppet/routes.yaml",
858
+ "node_terminus": "plain",
859
+ "node_cache_terminus": "",
860
+ "data_binding_terminus": "hiera",
861
+ "hiera_config": "/etc/puppetlabs/puppet/hiera.yaml",
862
+ "binder_config": "",
863
+ "catalog_terminus": "compiler",
864
+ "catalog_cache_terminus": "",
865
+ "facts_terminus": "facter",
866
+ "trusted_external_command": "",
867
+ "default_file_terminus": "rest",
868
+ "http_proxy_host": "none",
869
+ "http_proxy_port": "3128",
870
+ "http_proxy_user": "none",
871
+ "http_proxy_password": "none",
872
+ "no_proxy": "localhost, 127.0.0.1",
873
+ "http_keepalive_timeout": "4",
874
+ "http_debug": "false",
875
+ "http_connect_timeout": "120",
876
+ "http_read_timeout": "600",
877
+ "http_user_agent": "Puppet/6.27.0 Ruby/2.5.9-p229 (x86_64-linux)",
878
+ "filetimeout": "15",
879
+ "environment_timeout": "0",
880
+ "environment_timeout_mode": "from_created",
881
+ "environment_data_provider": "",
882
+ "prerun_command": "",
883
+ "postrun_command": "",
884
+ "freeze_main": "false",
885
+ "preview_outputdir": "/opt/puppetlabs/puppet/cache/preview",
886
+ "location_trusted": "false",
887
+ "certname": "foo.example.com",
888
+ "dns_alt_names": "",
889
+ "csr_attributes": "/etc/puppetlabs/puppet/csr_attributes.yaml",
890
+ "certdir": "/etc/puppetlabs/puppet/ssl/certs",
891
+ "ssldir": "/etc/puppetlabs/puppet/ssl",
892
+ "ssl_lockfile": "/etc/puppetlabs/puppet/ssl/ssl.lock",
893
+ "publickeydir": "/etc/puppetlabs/puppet/ssl/public_keys",
894
+ "requestdir": "/etc/puppetlabs/puppet/ssl/certificate_requests",
895
+ "privatekeydir": "/etc/puppetlabs/puppet/ssl/private_keys",
896
+ "privatedir": "/etc/puppetlabs/puppet/ssl/private",
897
+ "passfile": "/etc/puppetlabs/puppet/ssl/private/password",
898
+ "hostcert": "/etc/puppetlabs/puppet/ssl/certs/foo.example.com.pem",
899
+ "hostprivkey": "/etc/puppetlabs/puppet/ssl/private_keys/foo.example.com.pem",
900
+ "hostpubkey": "/etc/puppetlabs/puppet/ssl/public_keys/foo.example.com.pem",
901
+ "localcacert": "/etc/puppetlabs/puppet/ssl/certs/ca.pem",
902
+ "ca_fingerprint": "",
903
+ "ssl_trust_store": "",
904
+ "ssl_client_ca_auth": "",
905
+ "hostcrl": "/etc/puppetlabs/puppet/ssl/crl.pem",
906
+ "certificate_revocation": "chain",
907
+ "ciphers": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256",
908
+ "key_type": "rsa",
909
+ "named_curve": "prime256v1",
910
+ "digest_algorithm": "md5",
911
+ "supported_checksum_types": "[\"md5\", \"sha256\", \"sha384\", \"sha512\", \"sha224\"]",
912
+ "logdest": "",
913
+ "plugindest": "/opt/puppetlabs/puppet/cache/lib",
914
+ "pluginsource": "puppet:///plugins",
915
+ "pluginfactdest": "/opt/puppetlabs/puppet/cache/facts.d",
916
+ "pluginfactsource": "puppet:///pluginfacts",
917
+ "localedest": "/opt/puppetlabs/puppet/cache/locales",
918
+ "localesource": "puppet:///locales",
919
+ "pluginsync": "true",
920
+ "pluginsignore": ".svn CVS .git .hg",
921
+ "ignore_plugin_errors": "true",
922
+ "factpath": "/opt/puppetlabs/puppet/cache/lib/facter:/opt/puppetlabs/puppet/cache/facts",
923
+ "external_nodes": "none",
924
+ "rich_data": "true"
925
+ },
926
+ "module_tool": {
927
+ "module_repository": "https://forgeapi.puppet.com",
928
+ "module_working_dir": "/opt/puppetlabs/puppet/cache/puppet-module",
929
+ "forge_authorization": "",
930
+ "module_groups": ""
931
+ },
932
+ "ca": {
933
+ "ca_name": "Puppet CA: foo.example.com",
934
+ "cadir": "/etc/puppetlabs/puppet/ssl/ca",
935
+ "cacert": "/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem",
936
+ "cakey": "/etc/puppetlabs/puppet/ssl/ca/ca_key.pem",
937
+ "capub": "/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem",
938
+ "cacrl": "/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem",
939
+ "csrdir": "/etc/puppetlabs/puppet/ssl/ca/requests",
940
+ "signeddir": "/etc/puppetlabs/puppet/ssl/ca/signed",
941
+ "serial": "/etc/puppetlabs/puppet/ssl/ca/serial",
942
+ "autosign": "/etc/puppetlabs/puppet/autosign.conf",
943
+ "allow_duplicate_certs": "false",
944
+ "ca_ttl": "157680000",
945
+ "crl_refresh_interval": "",
946
+ "keylength": "4096",
947
+ "cert_inventory": "/etc/puppetlabs/puppet/ssl/ca/inventory.txt"
948
+ },
949
+ "application": {
950
+ "config_file_name": "puppet.conf",
951
+ "config": "/etc/puppetlabs/puppet/puppet.conf",
952
+ "pidfile": "/var/run/puppetlabs/application.pid",
953
+ "sourceaddress": ""
954
+ },
955
+ "environment": {
956
+ "manifest": "/etc/puppetlabs/code/environments/production/manifests",
957
+ "modulepath": "/etc/puppetlabs/code/environments/production/modules:/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules",
958
+ "config_version": ""
959
+ },
960
+ "server": {
961
+ "user": "puppet",
962
+ "group": "puppet",
963
+ "default_manifest": "./manifests",
964
+ "disable_per_environment_manifest": "false",
965
+ "code": "",
966
+ "masterport": "8140",
967
+ "serverport": "8140",
968
+ "bucketdir": "/opt/puppetlabs/puppet/cache/bucket",
969
+ "trusted_oid_mapping_file": "/etc/puppetlabs/puppet/custom_trusted_oid_mapping.yaml",
970
+ "basemodulepath": "/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules",
971
+ "vendormoduledir": "/opt/puppetlabs/puppet/vendor_modules",
972
+ "ssl_client_header": "HTTP_X_CLIENT_DN",
973
+ "ssl_client_verify_header": "HTTP_X_CLIENT_VERIFY",
974
+ "yamldir": "/opt/puppetlabs/puppet/cache/yaml",
975
+ "server_datadir": "/opt/puppetlabs/puppet/cache/server_data",
976
+ "reports": "store",
977
+ "reportdir": "/opt/puppetlabs/puppet/cache/reports",
978
+ "reporturl": "http://localhost:3000/reports/upload",
979
+ "fileserverconfig": "/etc/puppetlabs/puppet/fileserver.conf",
980
+ "strict_hostname_checking": "true",
981
+ "storeconfigs": "false",
982
+ "storeconfigs_backend": "puppetdb"
983
+ },
984
+ "device": {
985
+ "devicedir": "/opt/puppetlabs/puppet/cache/devices",
986
+ "deviceconfig": "/etc/puppetlabs/puppet/device.conf"
987
+ },
988
+ "agent": {
989
+ "node_name_value": "foo.example.com",
990
+ "node_name_fact": "",
991
+ "statefile": "/opt/puppetlabs/puppet/cache/state/state.yaml",
992
+ "statettl": "2764800",
993
+ "transactionstorefile": "/opt/puppetlabs/puppet/cache/state/transactionstore.yaml",
994
+ "clientyamldir": "/opt/puppetlabs/puppet/cache/client_yaml",
995
+ "client_datadir": "/opt/puppetlabs/puppet/cache/client_data",
996
+ "write_catalog_summary": "true",
997
+ "classfile": "/opt/puppetlabs/puppet/cache/state/classes.txt",
998
+ "resourcefile": "/opt/puppetlabs/puppet/cache/state/resources.txt",
999
+ "puppetdlog": "/var/log/puppetlabs/puppet/puppetd.log",
1000
+ "deviceconfdir": "/etc/puppetlabs/puppet/devices",
1001
+ "server": "puppet",
1002
+ "server_list": "[]",
1003
+ "use_srv_records": "false",
1004
+ "srv_domain": "example.com",
1005
+ "http_extra_headers": "[]",
1006
+ "ignoreschedules": "false",
1007
+ "default_schedules": "true",
1008
+ "noop": "false",
1009
+ "runinterval": "1800",
1010
+ "runtimeout": "3600",
1011
+ "ca_server": "puppet",
1012
+ "ca_port": "8140",
1013
+ "preferred_serialization_format": "json",
1014
+ "agent_catalog_run_lockfile": "/opt/puppetlabs/puppet/cache/state/agent_catalog_run.lock",
1015
+ "agent_disabled_lockfile": "/opt/puppetlabs/puppet/cache/state/agent_disabled.lock",
1016
+ "usecacheonfailure": "true",
1017
+ "use_cached_catalog": "false",
1018
+ "ignoremissingtypes": "false",
1019
+ "splaylimit": "1800",
1020
+ "splay": "false",
1021
+ "clientbucketdir": "/opt/puppetlabs/puppet/cache/clientbucket",
1022
+ "report_server": "puppet",
1023
+ "report_port": "8140",
1024
+ "report": "true",
1025
+ "report_include_system_store": "false",
1026
+ "resubmit_facts": "false",
1027
+ "lastrunfile": "/opt/puppetlabs/puppet/cache/state/last_run_summary.yaml",
1028
+ "lastrunreport": "/opt/puppetlabs/puppet/cache/state/last_run_report.yaml",
1029
+ "graph": "false",
1030
+ "graphdir": "/opt/puppetlabs/puppet/cache/state/graphs",
1031
+ "waitforcert": "120",
1032
+ "maxwaitforcert": "Infinity",
1033
+ "waitforlock": "0",
1034
+ "maxwaitforlock": "60"
1035
+ },
1036
+ "transaction": {
1037
+ "tags": "",
1038
+ "skip_tags": "",
1039
+ "evaltrace": "false",
1040
+ "summarize": "false"
1041
+ },
1042
+ "ldap": {
1043
+ "ldapssl": "false",
1044
+ "ldaptls": "false",
1045
+ "ldapserver": "ldap",
1046
+ "ldapport": "389",
1047
+ "ldapstring": "(&(objectclass=puppetClient)(cn=%s))",
1048
+ "ldapclassattrs": "puppetclass",
1049
+ "ldapstackedattrs": "puppetvar",
1050
+ "ldapattrs": "all",
1051
+ "ldapparentattr": "parentnode",
1052
+ "ldapuser": "",
1053
+ "ldappassword": "",
1054
+ "ldapbase": ""
1055
+ },
1056
+ "parser": {
1057
+ "max_errors": "10",
1058
+ "max_warnings": "10",
1059
+ "max_deprecations": "10",
1060
+ "strict_variables": "false",
1061
+ "func3x_check": "true",
1062
+ "tasks": "false"
1063
+ },
1064
+ "puppetdoc": {
1065
+ "document_all": "false"
1066
+ },
1067
+ "master": {
1068
+ "user": "puppet",
1069
+ "group": "puppet",
1070
+ "default_manifest": "./manifests",
1071
+ "disable_per_environment_manifest": "false",
1072
+ "code": "",
1073
+ "masterport": "8140",
1074
+ "serverport": "8140",
1075
+ "bucketdir": "/opt/puppetlabs/puppet/cache/bucket",
1076
+ "trusted_oid_mapping_file": "/etc/puppetlabs/puppet/custom_trusted_oid_mapping.yaml",
1077
+ "basemodulepath": "/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules",
1078
+ "vendormoduledir": "/opt/puppetlabs/puppet/vendor_modules",
1079
+ "ssl_client_header": "HTTP_X_CLIENT_DN",
1080
+ "ssl_client_verify_header": "HTTP_X_CLIENT_VERIFY",
1081
+ "yamldir": "/opt/puppetlabs/puppet/cache/yaml",
1082
+ "server_datadir": "/opt/puppetlabs/puppet/cache/server_data",
1083
+ "reports": "store",
1084
+ "reportdir": "/opt/puppetlabs/puppet/cache/reports",
1085
+ "reporturl": "http://localhost:3000/reports/upload",
1086
+ "fileserverconfig": "/etc/puppetlabs/puppet/fileserver.conf",
1087
+ "strict_hostname_checking": "true",
1088
+ "storeconfigs": "false",
1089
+ "storeconfigs_backend": "puppetdb"
1090
+ }
1091
+ },
1092
+ "simplib__auditd": {
1093
+ "enforcing": true,
1094
+ "kernel_enforcing": true,
1095
+ "enabled": true,
1096
+ "version": "2.8.5",
1097
+ "failure": 1,
1098
+ "pid": 613,
1099
+ "rate_limit": 0,
1100
+ "backlog_limit": 8192,
1101
+ "lost": 0,
1102
+ "backlog": 0,
1103
+ "loginuid_immutable": "0 unlocked"
1104
+ },
1105
+ "simplib__efi_enabled": false,
1106
+ "simplib__firewalls": [
1107
+ "firewalld",
1108
+ "iptables"
1109
+ ],
1110
+ "simplib__mountpoints": {
1111
+ "/proc": {
1112
+ "device": "proc",
1113
+ "filesystem": "proc",
1114
+ "options": [
1115
+ "rw",
1116
+ "nosuid",
1117
+ "nodev",
1118
+ "noexec",
1119
+ "relatime"
1120
+ ],
1121
+ "options_hash": {
1122
+ "rw": "",
1123
+ "nosuid": "",
1124
+ "nodev": "",
1125
+ "noexec": "",
1126
+ "relatime": ""
1127
+ }
1128
+ },
1129
+ "/dev/shm": {
1130
+ "device": "tmpfs",
1131
+ "filesystem": "tmpfs",
1132
+ "options": [
1133
+ "rw",
1134
+ "seclabel",
1135
+ "nosuid",
1136
+ "nodev"
1137
+ ],
1138
+ "size_bytes": 519553024,
1139
+ "available_bytes": 519553024,
1140
+ "used_bytes": 0,
1141
+ "capacity": "0%",
1142
+ "size": "495.48 MiB",
1143
+ "available": "495.48 MiB",
1144
+ "used": "0 bytes",
1145
+ "options_hash": {
1146
+ "rw": "",
1147
+ "seclabel": "",
1148
+ "nosuid": "",
1149
+ "nodev": ""
1150
+ }
1151
+ }
1152
+ },
1153
+ "simplib__networkmanager": {
1154
+ "general": {
1155
+ "status": {
1156
+ "STATE": "connected",
1157
+ "CONNECTIVITY": "full",
1158
+ "WIFI-HW": "enabled",
1159
+ "WIFI": "enabled",
1160
+ "WWAN-HW": "enabled",
1161
+ "WWAN": "enabled"
1162
+ },
1163
+ "hostname": "foo"
1164
+ },
1165
+ "enabled": true,
1166
+ "connection": {
1167
+ "eth0": {
1168
+ "uuid": "5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03",
1169
+ "type": "802-3-ethernet",
1170
+ "name": "System eth0"
1171
+ },
1172
+ "eth1": {
1173
+ "uuid": "9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04",
1174
+ "type": "802-3-ethernet",
1175
+ "name": "System eth1"
1176
+ }
1177
+ }
1178
+ },
1179
+ "simplib__numa": {
1180
+ "nodes": [
1181
+ "node0"
1182
+ ],
1183
+ "possible": "0",
1184
+ "online": "0",
1185
+ "node0": {
1186
+ "MemTotalBytes": 1039110144
1187
+ }
1188
+ },
1189
+ "simplib__secure_boot_enabled": false,
1190
+ "simplib__sshd_config": {
1191
+ "AuthorizedKeysFile": ".ssh/authorized_keys",
1192
+ "version": "7.4p1",
1193
+ "full_version": "OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017\n"
1194
+ },
1195
+ "simplib_sysctl": {
1196
+ "crypto.fips_enabled": 0,
1197
+ "kernel.ctrl-alt-del": 0,
1198
+ "kernel.modules_disabled": 0,
1199
+ "kernel.shmall": "18446744073692774399",
1200
+ "kernel.shmmax": "18446744073692774399",
1201
+ "kernel.shmmni": "4096",
1202
+ "kernel.tainted": 12288,
1203
+ "kernel.threads-max": 7747,
1204
+ "net.ipv6.conf.all.disable_ipv6": 1,
1205
+ "vm.swappiness": 30
1206
+ },
1207
+ "tmp_mount_dev_shm": "rw,seclabel,nosuid,nodev",
1208
+ "tmp_mount_path_dev_shm": "tmpfs",
1209
+ "tmp_mount_fstype_dev_shm": "tmpfs",
1210
+ "uid_min": "1000",
1211
+ "openssh_version": "7.4",
1212
+ "ssh_host_keys": [
1213
+ "/etc/ssh/ssh_host_rsa_key"
1214
+ ],
1215
+ "sudo_version": "1.8.23",
1216
+ "selinux_python_command": "/usr/libexec/platform-python",
1217
+ "clientcert": "foo.example.com",
1218
+ "clientversion": "6.27.0",
1219
+ "clientnoop": false
1220
+ }