simp-rspec-puppet-facts 3.3.0 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -0
  3. data/facts/4.2/almalinux-8-x86_64.facts +1366 -0
  4. data/facts/4.2/almalinux-9-x86_64.facts +1335 -0
  5. data/facts/4.2/amazon-2-x86_64.facts +1218 -0
  6. data/facts/4.2/centos-7-x86_64.facts +1267 -0
  7. data/facts/4.2/centos-8-x86_64.facts +1316 -0
  8. data/facts/4.2/centos-9-x86_64.facts +1308 -0
  9. data/facts/4.2/oraclelinux-7-x86_64.facts +1251 -0
  10. data/facts/4.2/oraclelinux-8-x86_64.facts +1307 -0
  11. data/facts/4.2/redhat-7-x86_64.facts +1220 -0
  12. data/facts/4.2/redhat-8-x86_64.facts +1300 -0
  13. data/facts/4.2/redhat-9-x86_64.facts +1312 -0
  14. data/facts/4.2/rocky-8-x86_64.facts +1507 -0
  15. data/facts/4.2/windows-2012_r2-x64.facts +473 -0
  16. data/facts/4.2/windows-2016-x64.facts +517 -0
  17. data/facts/4.2/windows-2019-x64.facts +517 -0
  18. data/facts/4.2/windows-2022-x64.facts +519 -0
  19. data/lib/simp/rspec-puppet-facts.rb +45 -21
  20. data/lib/simp/version.rb +1 -1
  21. data/spec/acceptance/nodesets/almalinux8.yml +23 -0
  22. data/spec/acceptance/nodesets/almalinux9.yml +23 -0
  23. data/spec/acceptance/nodesets/amzn2.yml +23 -0
  24. data/spec/acceptance/nodesets/centos8.yml +1 -1
  25. data/spec/acceptance/nodesets/centos9.yml +23 -0
  26. data/spec/acceptance/nodesets/rhel8.yml +2 -1
  27. data/spec/acceptance/nodesets/rhel9.yml +23 -0
  28. data/spec/acceptance/nodesets/rocky8.yml +1 -1
  29. data/spec/acceptance/nodesets/win_2012r2.yml +12 -2
  30. data/spec/acceptance/nodesets/win_2016.yml +12 -2
  31. data/spec/acceptance/nodesets/win_2019.yml +12 -1
  32. data/spec/acceptance/nodesets/win_2022.yml +38 -0
  33. data/spec/acceptance/suites/default/00_default_spec.rb +7 -3
  34. data/spec/spec_helper_acceptance.rb +32 -1
  35. metadata +94 -50
@@ -0,0 +1,473 @@
1
+ {
2
+ "aio_agent_version": "6.27.1",
3
+ "identity": {
4
+ "privileged": true,
5
+ "user": "WIN\\vagrant"
6
+ },
7
+ "id": "WIN\\vagrant",
8
+ "facterversion": "4.2.8",
9
+ "interfaces": "Ethernet",
10
+ "ipaddress6_Ethernet": "fe80::a180:36e0:3a6e:1005",
11
+ "is_virtual": true,
12
+ "scope6_Ethernet": "link",
13
+ "fips_enabled": false,
14
+ "kernelmajversion": "6.3",
15
+ "kernelrelease": "6.3.9600",
16
+ "ipaddress_Ethernet": "10.0.2.15",
17
+ "macaddress_Ethernet": "08:00:27:81:38:FA",
18
+ "kernelversion": "6.3.9600",
19
+ "system_uptime": {
20
+ "hours": 0,
21
+ "seconds": 188,
22
+ "uptime": "0:03 hours",
23
+ "days": 0
24
+ },
25
+ "uptime_hours": 0,
26
+ "uptime_seconds": 188,
27
+ "uptime": "0:03 hours",
28
+ "uptime_days": 0,
29
+ "timezone": "Coordinated Universal Time",
30
+ "mtu_Ethernet": 1500,
31
+ "netmask6_Ethernet": "ffff:ffff:ffff:ffff::",
32
+ "netmask_Ethernet": "255.255.0.0",
33
+ "network6_Ethernet": "fe80::",
34
+ "processors": {
35
+ "isa": "x64",
36
+ "models": [
37
+ "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz"
38
+ ],
39
+ "physicalcount": 1,
40
+ "threads": 1,
41
+ "cores": 2,
42
+ "count": 2
43
+ },
44
+ "hardwareisa": "x64",
45
+ "physicalprocessorcount": 1,
46
+ "processorcount": 2,
47
+ "virtual": "virtualbox",
48
+ "kernel": "windows",
49
+ "networking": {
50
+ "domain": "example.com",
51
+ "fqdn": "foo.example.com",
52
+ "ip": "10.0.2.15",
53
+ "ip6": "fe80::a180:36e0:3a6e:1005",
54
+ "dhcp": "10.0.2.2",
55
+ "mac": "08:00:27:81:38:FA",
56
+ "mtu": 1500,
57
+ "netmask": "255.255.0.0",
58
+ "netmask6": "ffff:ffff:ffff:ffff::",
59
+ "interfaces": {
60
+ "Ethernet": {
61
+ "dhcp": "10.0.2.2",
62
+ "mtu": 1500,
63
+ "bindings": [
64
+ {
65
+ "address": "10.0.2.15",
66
+ "netmask": "255.255.0.0",
67
+ "network": "10.0.2.0"
68
+ }
69
+ ],
70
+ "bindings6": [
71
+ {
72
+ "address": "fe80::a180:36e0:3a6e:1005",
73
+ "netmask": "ffff:ffff:ffff:ffff::",
74
+ "network": "fe80::",
75
+ "scope6": "link"
76
+ }
77
+ ],
78
+ "mac": "08:00:27:81:38:FA",
79
+ "ip": "10.0.2.15",
80
+ "netmask": "255.255.0.0",
81
+ "network": "10.0.2.0",
82
+ "ip6": "fe80::a180:36e0:3a6e:1005",
83
+ "netmask6": "ffff:ffff:ffff:ffff::",
84
+ "network6": "fe80::",
85
+ "scope6": "link"
86
+ }
87
+ },
88
+ "primary": "Ethernet",
89
+ "network6": "fe80::",
90
+ "scope6": "link",
91
+ "network": "10.0.2.0",
92
+ "hostname": "foo"
93
+ },
94
+ "domain": "example.com",
95
+ "fqdn": "foo.example.com",
96
+ "ipaddress": "10.0.2.15",
97
+ "ipaddress6": "fe80::a180:36e0:3a6e:1005",
98
+ "macaddress": "08:00:27:81:38:FA",
99
+ "netmask": "255.255.0.0",
100
+ "netmask6": "ffff:ffff:ffff:ffff::",
101
+ "network6": "fe80::",
102
+ "scope6": "link",
103
+ "network": "10.0.2.0",
104
+ "hostname": "foo",
105
+ "dhcp_servers": {
106
+ "system": "10.0.2.2",
107
+ "Ethernet": "10.0.2.2"
108
+ },
109
+ "dmi": {
110
+ "product": {
111
+ "name": "VirtualBox",
112
+ "serial_number": "0",
113
+ "uuid": "2D5CFBAE-0665-1D49-BDC5-D1C1B681CE98"
114
+ },
115
+ "manufacturer": "innotek GmbH"
116
+ },
117
+ "productname": "VirtualBox",
118
+ "serialnumber": "0",
119
+ "uuid": "2D5CFBAE-0665-1D49-BDC5-D1C1B681CE98",
120
+ "manufacturer": "innotek GmbH",
121
+ "network_Ethernet": "10.0.2.0",
122
+ "os": {
123
+ "windows": {
124
+ "product_name": "Windows Server 2012 R2 Datacenter",
125
+ "system32": "C:\\Windows\\system32",
126
+ "edition_id": "ServerDatacenter",
127
+ "installation_type": "Server"
128
+ },
129
+ "family": "windows",
130
+ "hardware": "x86_64",
131
+ "name": "windows",
132
+ "release": {
133
+ "full": "2012 R2",
134
+ "major": "2012 R2"
135
+ },
136
+ "architecture": "x64"
137
+ },
138
+ "windows_product_name": "Windows Server 2012 R2 Datacenter",
139
+ "system32": "C:\\Windows\\system32",
140
+ "windows_edition_id": "ServerDatacenter",
141
+ "windows_installation_type": "Server",
142
+ "osfamily": "windows",
143
+ "hardwaremodel": "x86_64",
144
+ "operatingsystem": "windows",
145
+ "operatingsystemmajrelease": "2012 R2",
146
+ "operatingsystemrelease": "2012 R2",
147
+ "architecture": "x64",
148
+ "path": "C:/Program Files/Puppet Labs/Puppet/puppet/lib/ruby/vendor_ruby/../../../bin;C:/Program Files/Puppet Labs/Puppet/puppet/lib/ruby/vendor_ruby/../../../../puppet/bin;C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files (x86)\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files (x86)\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files (x86)\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Git\\cmd;C:\\Program Files (x86)\\Git\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin",
149
+ "hypervisors": {
150
+ "virtualbox": {
151
+ "version": "6.1.34",
152
+ "revision": "150636"
153
+ }
154
+ },
155
+ "memory": {
156
+ "system": {
157
+ "available": "1.35 GiB",
158
+ "available_bytes": 1453064192,
159
+ "capacity": "32.32%",
160
+ "total": "2.00 GiB",
161
+ "total_bytes": 2147012608,
162
+ "used": "661.80 MiB",
163
+ "used_bytes": 693948416
164
+ }
165
+ },
166
+ "memoryfree": "1.35 GiB",
167
+ "memoryfree_mb": 1385.75,
168
+ "memorysize": "2.00 GiB",
169
+ "memorysize_mb": 2047.55078125,
170
+ "processor0": "Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz",
171
+ "ruby": {
172
+ "version": "2.5.9",
173
+ "sitedir": "C:/Program Files/Puppet Labs/Puppet/puppet/lib/ruby/site_ruby/2.5.0",
174
+ "platform": "x64-mingw32"
175
+ },
176
+ "rubyversion": "2.5.9",
177
+ "rubysitedir": "C:/Program Files/Puppet Labs/Puppet/puppet/lib/ruby/site_ruby/2.5.0",
178
+ "rubyplatform": "x64-mingw32",
179
+ "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet",
180
+ "puppetversion": "6.27.0",
181
+ "puppet_ruby_dir": "C:/Program Files/Puppet Labs/Puppet/puppet/lib/ruby/vendor_ruby/puppet",
182
+ "init_systems": [
183
+ "rc"
184
+ ],
185
+ "reboot_required": false,
186
+ "puppet_settings": {
187
+ "main": {
188
+ "facterng": "true",
189
+ "confdir": "C:/ProgramData/PuppetLabs/puppet/etc",
190
+ "codedir": "C:/ProgramData/PuppetLabs/code",
191
+ "vardir": "C:/ProgramData/PuppetLabs/puppet/cache",
192
+ "name": "facts",
193
+ "logdir": "C:/ProgramData/PuppetLabs/puppet/var/log",
194
+ "log_level": "notice",
195
+ "disable_warnings": "[]",
196
+ "merge_dependency_warnings": "false",
197
+ "strict": "warning",
198
+ "disable_i18n": "false",
199
+ "priority": "",
200
+ "trace": "false",
201
+ "puppet_trace": "false",
202
+ "profile": "false",
203
+ "future_features": "false",
204
+ "versioned_environment_dirs": "false",
205
+ "static_catalogs": "true",
206
+ "strict_environment_mode": "false",
207
+ "autoflush": "true",
208
+ "syslogfacility": "daemon",
209
+ "statedir": "C:/ProgramData/PuppetLabs/puppet/cache/state",
210
+ "rundir": "C:/ProgramData/PuppetLabs/puppet/var/run",
211
+ "genconfig": "false",
212
+ "genmanifest": "false",
213
+ "color": "ansi",
214
+ "mkusers": "false",
215
+ "manage_internal_file_permissions": "false",
216
+ "onetime": "false",
217
+ "path": "none",
218
+ "libdir": "C:/ProgramData/PuppetLabs/puppet/cache/lib",
219
+ "environment": "production",
220
+ "environmentpath": "C:/ProgramData/PuppetLabs/code/environments",
221
+ "use_last_environment": "true",
222
+ "always_retry_plugins": "true",
223
+ "diff_args": "-u",
224
+ "diff": "",
225
+ "show_diff": "false",
226
+ "daemonize": "false",
227
+ "maximum_uid": "4294967290",
228
+ "route_file": "C:/ProgramData/PuppetLabs/puppet/etc/routes.yaml",
229
+ "node_terminus": "plain",
230
+ "node_cache_terminus": "",
231
+ "data_binding_terminus": "hiera",
232
+ "hiera_config": "C:/ProgramData/PuppetLabs/puppet/etc/hiera.yaml",
233
+ "binder_config": "",
234
+ "catalog_terminus": "compiler",
235
+ "catalog_cache_terminus": "",
236
+ "facts_terminus": "facter",
237
+ "trusted_external_command": "",
238
+ "default_file_terminus": "rest",
239
+ "http_proxy_host": "none",
240
+ "http_proxy_port": "3128",
241
+ "http_proxy_user": "none",
242
+ "http_proxy_password": "none",
243
+ "no_proxy": "localhost, 127.0.0.1",
244
+ "http_keepalive_timeout": "4",
245
+ "http_debug": "false",
246
+ "http_connect_timeout": "120",
247
+ "http_read_timeout": "600",
248
+ "http_user_agent": "Puppet/6.27.0 Ruby/2.5.9-p229 (x64-mingw32)",
249
+ "filetimeout": "15",
250
+ "environment_timeout": "0",
251
+ "environment_timeout_mode": "from_created",
252
+ "environment_data_provider": "",
253
+ "prerun_command": "",
254
+ "postrun_command": "",
255
+ "freeze_main": "false",
256
+ "preview_outputdir": "C:/ProgramData/PuppetLabs/puppet/cache/preview",
257
+ "location_trusted": "false",
258
+ "certname": "foo.example.com",
259
+ "dns_alt_names": "",
260
+ "csr_attributes": "C:/ProgramData/PuppetLabs/puppet/etc/csr_attributes.yaml",
261
+ "certdir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs",
262
+ "ssldir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl",
263
+ "ssl_lockfile": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/ssl.lock",
264
+ "publickeydir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys",
265
+ "requestdir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests",
266
+ "privatekeydir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys",
267
+ "privatedir": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/private",
268
+ "passfile": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/private/password",
269
+ "hostcert": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/foo.example.com.pem",
270
+ "hostprivkey": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/foo.example.com.pem",
271
+ "hostpubkey": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/foo.example.com.pem",
272
+ "localcacert": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem",
273
+ "ca_fingerprint": "",
274
+ "ssl_trust_store": "",
275
+ "ssl_client_ca_auth": "",
276
+ "hostcrl": "C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem",
277
+ "certificate_revocation": "chain",
278
+ "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",
279
+ "key_type": "rsa",
280
+ "named_curve": "prime256v1",
281
+ "digest_algorithm": "md5",
282
+ "supported_checksum_types": "[\"md5\", \"sha256\", \"sha384\", \"sha512\", \"sha224\"]",
283
+ "logdest": "",
284
+ "plugindest": "C:/ProgramData/PuppetLabs/puppet/cache/lib",
285
+ "pluginsource": "puppet:///plugins",
286
+ "pluginfactdest": "C:/ProgramData/PuppetLabs/puppet/cache/facts.d",
287
+ "pluginfactsource": "puppet:///pluginfacts",
288
+ "localedest": "C:/ProgramData/PuppetLabs/puppet/cache/locales",
289
+ "localesource": "puppet:///locales",
290
+ "pluginsync": "true",
291
+ "pluginsignore": ".svn CVS .git .hg",
292
+ "ignore_plugin_errors": "true",
293
+ "factpath": "C:/ProgramData/PuppetLabs/puppet/cache/lib/facter;C:/ProgramData/PuppetLabs/puppet/cache/facts",
294
+ "external_nodes": "none",
295
+ "rich_data": "true"
296
+ },
297
+ "module_tool": {
298
+ "module_repository": "https://forgeapi.puppet.com",
299
+ "module_working_dir": "C:/Users/ADMINI~1/AppData/Local/Temp",
300
+ "forge_authorization": "",
301
+ "module_groups": ""
302
+ },
303
+ "ca": {
304
+ "ca_name": "Puppet CA: foo.example.com",
305
+ "cadir": "C:/Users/Administrator",
306
+ "cacert": "C:/Users/Administrator/ca_crt.pem",
307
+ "cakey": "C:/Users/Administrator/ca_key.pem",
308
+ "capub": "C:/Users/Administrator/ca_pub.pem",
309
+ "cacrl": "C:/Users/Administrator/ca_crl.pem",
310
+ "csrdir": "C:/Users/Administrator/requests",
311
+ "signeddir": "C:/Users/Administrator/signed",
312
+ "serial": "C:/Users/Administrator/serial",
313
+ "autosign": "C:/ProgramData/PuppetLabs/puppet/etc/autosign.conf",
314
+ "allow_duplicate_certs": "false",
315
+ "ca_ttl": "157680000",
316
+ "crl_refresh_interval": "",
317
+ "keylength": "4096",
318
+ "cert_inventory": "C:/Users/Administrator/inventory.txt"
319
+ },
320
+ "application": {
321
+ "config_file_name": "puppet.conf",
322
+ "config": "C:/ProgramData/PuppetLabs/puppet/etc/puppet.conf",
323
+ "pidfile": "C:/ProgramData/PuppetLabs/puppet/var/run/application.pid",
324
+ "sourceaddress": ""
325
+ },
326
+ "environment": {
327
+ "manifest": "C:/ProgramData/PuppetLabs/code/environments/production/manifests",
328
+ "modulepath": "C:/ProgramData/PuppetLabs/code/environments/production/modules;C:/ProgramData/PuppetLabs/code/modules;C:/Program Files/Puppet Labs/Puppet/puppet/modules",
329
+ "config_version": ""
330
+ },
331
+ "server": {
332
+ "user": "puppet",
333
+ "group": "puppet",
334
+ "default_manifest": "./manifests",
335
+ "disable_per_environment_manifest": "false",
336
+ "code": "",
337
+ "masterport": "8140",
338
+ "serverport": "8140",
339
+ "bucketdir": "C:/ProgramData/PuppetLabs/puppet/cache/bucket",
340
+ "trusted_oid_mapping_file": "C:/ProgramData/PuppetLabs/puppet/etc/custom_trusted_oid_mapping.yaml",
341
+ "basemodulepath": "C:/ProgramData/PuppetLabs/code/modules;C:/Program Files/Puppet Labs/Puppet/puppet/modules",
342
+ "vendormoduledir": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\vendor_modules",
343
+ "ssl_client_header": "HTTP_X_CLIENT_DN",
344
+ "ssl_client_verify_header": "HTTP_X_CLIENT_VERIFY",
345
+ "yamldir": "C:/ProgramData/PuppetLabs/puppet/cache/yaml",
346
+ "server_datadir": "C:/ProgramData/PuppetLabs/puppet/cache/server_data",
347
+ "reports": "store",
348
+ "reportdir": "C:/ProgramData/PuppetLabs/puppet/cache/reports",
349
+ "reporturl": "http://localhost:3000/reports/upload",
350
+ "fileserverconfig": "C:/ProgramData/PuppetLabs/puppet/etc/fileserver.conf",
351
+ "strict_hostname_checking": "true",
352
+ "storeconfigs": "false",
353
+ "storeconfigs_backend": "puppetdb"
354
+ },
355
+ "device": {
356
+ "devicedir": "C:/ProgramData/PuppetLabs/puppet/cache/devices",
357
+ "deviceconfig": "C:/ProgramData/PuppetLabs/puppet/etc/device.conf"
358
+ },
359
+ "agent": {
360
+ "node_name_value": "foo.example.com",
361
+ "node_name_fact": "",
362
+ "statefile": "C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml",
363
+ "statettl": "2764800",
364
+ "transactionstorefile": "C:/ProgramData/PuppetLabs/puppet/cache/state/transactionstore.yaml",
365
+ "clientyamldir": "C:/ProgramData/PuppetLabs/puppet/cache/client_yaml",
366
+ "client_datadir": "C:/ProgramData/PuppetLabs/puppet/cache/client_data",
367
+ "write_catalog_summary": "true",
368
+ "classfile": "C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt",
369
+ "resourcefile": "C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt",
370
+ "puppetdlog": "C:/ProgramData/PuppetLabs/puppet/var/log/puppetd.log",
371
+ "deviceconfdir": "C:/ProgramData/PuppetLabs/puppet/etc/devices",
372
+ "server": "puppet",
373
+ "server_list": "[]",
374
+ "use_srv_records": "false",
375
+ "srv_domain": "example.com",
376
+ "http_extra_headers": "[]",
377
+ "ignoreschedules": "false",
378
+ "default_schedules": "true",
379
+ "noop": "false",
380
+ "runinterval": "1800",
381
+ "runtimeout": "3600",
382
+ "ca_server": "puppet",
383
+ "ca_port": "8140",
384
+ "preferred_serialization_format": "json",
385
+ "agent_catalog_run_lockfile": "C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock",
386
+ "agent_disabled_lockfile": "C:/ProgramData/PuppetLabs/puppet/cache/state/agent_disabled.lock",
387
+ "usecacheonfailure": "true",
388
+ "use_cached_catalog": "false",
389
+ "ignoremissingtypes": "false",
390
+ "splaylimit": "1800",
391
+ "splay": "false",
392
+ "clientbucketdir": "C:/ProgramData/PuppetLabs/puppet/cache/clientbucket",
393
+ "report_server": "puppet",
394
+ "report_port": "8140",
395
+ "report": "true",
396
+ "report_include_system_store": "false",
397
+ "resubmit_facts": "false",
398
+ "lastrunfile": "C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml",
399
+ "lastrunreport": "C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml",
400
+ "graph": "false",
401
+ "graphdir": "C:/ProgramData/PuppetLabs/puppet/cache/state/graphs",
402
+ "waitforcert": "120",
403
+ "maxwaitforcert": "Infinity",
404
+ "waitforlock": "0",
405
+ "maxwaitforlock": "60"
406
+ },
407
+ "transaction": {
408
+ "tags": "",
409
+ "skip_tags": "",
410
+ "evaltrace": "false",
411
+ "summarize": "false"
412
+ },
413
+ "ldap": {
414
+ "ldapssl": "false",
415
+ "ldaptls": "false",
416
+ "ldapserver": "ldap",
417
+ "ldapport": "389",
418
+ "ldapstring": "(&(objectclass=puppetClient)(cn=%s))",
419
+ "ldapclassattrs": "puppetclass",
420
+ "ldapstackedattrs": "puppetvar",
421
+ "ldapattrs": "all",
422
+ "ldapparentattr": "parentnode",
423
+ "ldapuser": "",
424
+ "ldappassword": "",
425
+ "ldapbase": ""
426
+ },
427
+ "parser": {
428
+ "max_errors": "10",
429
+ "max_warnings": "10",
430
+ "max_deprecations": "10",
431
+ "strict_variables": "false",
432
+ "func3x_check": "true",
433
+ "tasks": "false"
434
+ },
435
+ "puppetdoc": {
436
+ "document_all": "false"
437
+ },
438
+ "master": {
439
+ "user": "puppet",
440
+ "group": "puppet",
441
+ "default_manifest": "./manifests",
442
+ "disable_per_environment_manifest": "false",
443
+ "code": "",
444
+ "masterport": "8140",
445
+ "serverport": "8140",
446
+ "bucketdir": "C:/ProgramData/PuppetLabs/puppet/cache/bucket",
447
+ "trusted_oid_mapping_file": "C:/ProgramData/PuppetLabs/puppet/etc/custom_trusted_oid_mapping.yaml",
448
+ "basemodulepath": "C:/ProgramData/PuppetLabs/code/modules;C:/Program Files/Puppet Labs/Puppet/puppet/modules",
449
+ "vendormoduledir": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\vendor_modules",
450
+ "ssl_client_header": "HTTP_X_CLIENT_DN",
451
+ "ssl_client_verify_header": "HTTP_X_CLIENT_VERIFY",
452
+ "yamldir": "C:/ProgramData/PuppetLabs/puppet/cache/yaml",
453
+ "server_datadir": "C:/ProgramData/PuppetLabs/puppet/cache/server_data",
454
+ "reports": "store",
455
+ "reportdir": "C:/ProgramData/PuppetLabs/puppet/cache/reports",
456
+ "reporturl": "http://localhost:3000/reports/upload",
457
+ "fileserverconfig": "C:/ProgramData/PuppetLabs/puppet/etc/fileserver.conf",
458
+ "strict_hostname_checking": "true",
459
+ "storeconfigs": "false",
460
+ "storeconfigs_backend": "puppetdb"
461
+ }
462
+ },
463
+ "openldap_arch": "i386",
464
+ "package_provider": "windows",
465
+ "is_pe": false,
466
+ "puppet_vardir": "C:/ProgramData/PuppetLabs/puppet/cache",
467
+ "puppet_environmentpath": "C:/ProgramData/PuppetLabs/code/environments",
468
+ "puppet_server": "puppet",
469
+ "service_provider": "windows",
470
+ "clientcert": "foo.example.com",
471
+ "clientversion": "6.27.0",
472
+ "clientnoop": false
473
+ }