puppet 8.7.0-universal-darwin → 8.8.1-universal-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +32 -26
  4. data/ext/windows/service/daemon.rb +9 -2
  5. data/lib/puppet/application/doc.rb +1 -5
  6. data/lib/puppet/application/lookup.rb +2 -0
  7. data/lib/puppet/daemon.rb +0 -1
  8. data/lib/puppet/defaults.rb +5 -19
  9. data/lib/puppet/file_serving/http_metadata.rb +2 -0
  10. data/lib/puppet/functions/regsubst.rb +11 -14
  11. data/lib/puppet/indirector/catalog/compiler.rb +2 -35
  12. data/lib/puppet/module_tool/tar/gnu.rb +10 -8
  13. data/lib/puppet/node/server_facts.rb +43 -0
  14. data/lib/puppet/parser/functions/generate.rb +2 -1
  15. data/lib/puppet/pops/evaluator/deferred_resolver.rb +41 -6
  16. data/lib/puppet/pops/evaluator/runtime3_resource_support.rb +2 -1
  17. data/lib/puppet/pops/evaluator/runtime3_support.rb +0 -6
  18. data/lib/puppet/provider/file/posix.rb +16 -2
  19. data/lib/puppet/provider/package/gem.rb +1 -0
  20. data/lib/puppet/provider/package/pkgutil.rb +6 -5
  21. data/lib/puppet/provider/package/puppet_gem.rb +4 -15
  22. data/lib/puppet/scheduler/splay_job.rb +0 -9
  23. data/lib/puppet/type/file/selcontext.rb +7 -6
  24. data/lib/puppet/type/file/target.rb +9 -11
  25. data/lib/puppet/util/execution.rb +1 -1
  26. data/lib/puppet/util/reference.rb +1 -30
  27. data/lib/puppet/util/run_mode.rb +40 -0
  28. data/lib/puppet/util/selinux.rb +14 -4
  29. data/lib/puppet/util/windows/daemon.rb +15 -32
  30. data/lib/puppet/version.rb +1 -1
  31. data/locales/puppet.pot +90 -94
  32. data/man/man5/puppet.conf.5 +2 -2
  33. data/man/man8/puppet-agent.8 +1 -1
  34. data/man/man8/puppet-apply.8 +1 -1
  35. data/man/man8/puppet-catalog.8 +1 -1
  36. data/man/man8/puppet-config.8 +1 -1
  37. data/man/man8/puppet-describe.8 +1 -1
  38. data/man/man8/puppet-device.8 +1 -1
  39. data/man/man8/puppet-doc.8 +1 -1
  40. data/man/man8/puppet-epp.8 +1 -1
  41. data/man/man8/puppet-facts.8 +1 -1
  42. data/man/man8/puppet-filebucket.8 +1 -1
  43. data/man/man8/puppet-generate.8 +1 -1
  44. data/man/man8/puppet-help.8 +1 -1
  45. data/man/man8/puppet-lookup.8 +1 -1
  46. data/man/man8/puppet-module.8 +1 -1
  47. data/man/man8/puppet-node.8 +1 -1
  48. data/man/man8/puppet-parser.8 +1 -1
  49. data/man/man8/puppet-plugin.8 +1 -1
  50. data/man/man8/puppet-report.8 +1 -1
  51. data/man/man8/puppet-resource.8 +1 -1
  52. data/man/man8/puppet-script.8 +1 -1
  53. data/man/man8/puppet-ssl.8 +1 -1
  54. data/man/man8/puppet.8 +2 -2
  55. metadata +44 -29
data/locales/puppet.pot CHANGED
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 8.6.0-20-g814882491c\n"
9
+ "Project-Id-Version: Puppet automation framework 8.7.0-45-g36bdec037a\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2024-04-16 22:51+0000\n"
13
- "PO-Revision-Date: 2024-04-16 22:51+0000\n"
12
+ "POT-Creation-Date: 2024-07-02 16:40+0000\n"
13
+ "PO-Revision-Date: 2024-07-02 16:40+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -366,47 +366,47 @@ msgstr ""
366
366
  msgid "Cancelling"
367
367
  msgstr ""
368
368
 
369
- #: ../lib/puppet/application/lookup.rb:9
369
+ #: ../lib/puppet/application/lookup.rb:10
370
370
  msgid "Run 'puppet lookup --help' for more details"
371
371
  msgstr ""
372
372
 
373
- #: ../lib/puppet/application/lookup.rb:103
373
+ #: ../lib/puppet/application/lookup.rb:104
374
374
  msgid "Interactive Hiera lookup"
375
375
  msgstr ""
376
376
 
377
- #: ../lib/puppet/application/lookup.rb:276
377
+ #: ../lib/puppet/application/lookup.rb:277
378
378
  msgid ""
379
379
  "The options %{deep_merge_opts} are only available with '--merge deep'\n"
380
380
  "%{run_help}"
381
381
  msgstr ""
382
382
 
383
- #: ../lib/puppet/application/lookup.rb:287
383
+ #: ../lib/puppet/application/lookup.rb:288
384
384
  msgid ""
385
385
  "The --merge option only accepts %{strategies}, or %{last_strategy}\n"
386
386
  "%{run_help}"
387
387
  msgstr ""
388
388
 
389
- #: ../lib/puppet/application/lookup.rb:312
389
+ #: ../lib/puppet/application/lookup.rb:313
390
390
  msgid "No keys were given to lookup."
391
391
  msgstr ""
392
392
 
393
- #: ../lib/puppet/application/lookup.rb:320
393
+ #: ../lib/puppet/application/lookup.rb:321
394
394
  msgid "Unknown rendering format '%{format}'"
395
395
  msgstr ""
396
396
 
397
- #: ../lib/puppet/application/lookup.rb:361
397
+ #: ../lib/puppet/application/lookup.rb:362
398
398
  msgid "Incorrectly formatted data in %{fact_file} given via the --facts flag (only accepts yaml and json files)"
399
399
  msgstr ""
400
400
 
401
- #: ../lib/puppet/application/lookup.rb:366
401
+ #: ../lib/puppet/application/lookup.rb:367
402
402
  msgid "When overriding any of the %{trusted_facts_list} facts with %{fact_file} given via the --facts flag, they must all be overridden."
403
403
  msgstr ""
404
404
 
405
- #: ../lib/puppet/application/lookup.rb:395
405
+ #: ../lib/puppet/application/lookup.rb:396
406
406
  msgid "CA is not available, the operation will continue without using trusted facts."
407
407
  msgstr ""
408
408
 
409
- #: ../lib/puppet/application/lookup.rb:424
409
+ #: ../lib/puppet/application/lookup.rb:426
410
410
  msgid "No facts available for target node: %{node}"
411
411
  msgstr ""
412
412
 
@@ -744,39 +744,39 @@ msgstr ""
744
744
  msgid "a data type can only have one implementation"
745
745
  msgstr ""
746
746
 
747
- #: ../lib/puppet/defaults.rb:170
747
+ #: ../lib/puppet/defaults.rb:156
748
748
  msgid "Cannot disable unrecognized warning types '%{invalid}'."
749
749
  msgstr ""
750
750
 
751
- #: ../lib/puppet/defaults.rb:171
751
+ #: ../lib/puppet/defaults.rb:157
752
752
  msgid "Valid values are '%{values}'."
753
753
  msgstr ""
754
754
 
755
755
  #. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
756
- #: ../lib/puppet/defaults.rb:569
756
+ #: ../lib/puppet/defaults.rb:555
757
757
  msgid "Setting 'data_binding_terminus' is deprecated."
758
758
  msgstr ""
759
759
 
760
760
  #. TRANSLATORS 'hiera' should not be translated
761
- #: ../lib/puppet/defaults.rb:571
761
+ #: ../lib/puppet/defaults.rb:557
762
762
  msgid "Convert custom terminus to hiera 5 API."
763
763
  msgstr ""
764
764
 
765
765
  #. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
766
- #: ../lib/puppet/defaults.rb:765
766
+ #: ../lib/puppet/defaults.rb:751
767
767
  msgid "Setting 'environment_data_provider' is deprecated."
768
768
  msgstr ""
769
769
 
770
- #: ../lib/puppet/defaults.rb:855
770
+ #: ../lib/puppet/defaults.rb:841
771
771
  msgid "Certificate names must be lower case"
772
772
  msgstr ""
773
773
 
774
- #: ../lib/puppet/defaults.rb:1114 ../lib/puppet/settings/enum_setting.rb:15 ../lib/puppet/settings/symbolic_enum_setting.rb:16
774
+ #: ../lib/puppet/defaults.rb:1100 ../lib/puppet/settings/enum_setting.rb:15 ../lib/puppet/settings/symbolic_enum_setting.rb:16
775
775
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
776
776
  msgstr ""
777
777
 
778
778
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
779
- #: ../lib/puppet/defaults.rb:2048
779
+ #: ../lib/puppet/defaults.rb:2034
780
780
  msgid "Setting 'pluginsync' is deprecated."
781
781
  msgstr ""
782
782
 
@@ -2118,6 +2118,10 @@ msgstr ""
2118
2118
  msgid "The min() function's auto conversion of Any to String is deprecated - change to convert input before calling, or use lambda"
2119
2119
  msgstr ""
2120
2120
 
2121
+ #: ../lib/puppet/functions/regsubst.rb:72
2122
+ msgid "The regsubst() function's encoding argument has been ignored since Ruby 1.9 and will be removed in a future release"
2123
+ msgstr ""
2124
+
2121
2125
  #: ../lib/puppet/functions/require.rb:73
2122
2126
  msgid "Could not find class %{klass}"
2123
2127
  msgstr ""
@@ -2294,139 +2298,131 @@ msgstr ""
2294
2298
  msgid "Already handling indirection for %{current}; cannot also handle %{next}"
2295
2299
  msgstr ""
2296
2300
 
2297
- #: ../lib/puppet/indirector/catalog/compiler.rb:29
2301
+ #: ../lib/puppet/indirector/catalog/compiler.rb:30
2298
2302
  msgid "Facts but no fact format provided for %{request}"
2299
2303
  msgstr ""
2300
2304
 
2301
- #: ../lib/puppet/indirector/catalog/compiler.rb:32
2305
+ #: ../lib/puppet/indirector/catalog/compiler.rb:33
2302
2306
  msgid "Found facts"
2303
2307
  msgstr ""
2304
2308
 
2305
- #: ../lib/puppet/indirector/catalog/compiler.rb:37
2309
+ #: ../lib/puppet/indirector/catalog/compiler.rb:38
2306
2310
  msgid "Catalog for %{request} was requested with fact definition for the wrong node (%{fact_name})."
2307
2311
  msgstr ""
2308
2312
 
2309
- #: ../lib/puppet/indirector/catalog/compiler.rb:71
2313
+ #: ../lib/puppet/indirector/catalog/compiler.rb:72
2310
2314
  msgid "Requested environment '%{request_env}' did not match server specified environment '%{server_env}'"
2311
2315
  msgstr ""
2312
2316
 
2313
- #: ../lib/puppet/indirector/catalog/compiler.rb:98
2317
+ #: ../lib/puppet/indirector/catalog/compiler.rb:99
2314
2318
  msgid "Setup server facts for compiling"
2315
2319
  msgstr ""
2316
2320
 
2317
- #: ../lib/puppet/indirector/catalog/compiler.rb:127
2321
+ #: ../lib/puppet/indirector/catalog/compiler.rb:128
2318
2322
  msgid "Unsupported facts format"
2319
2323
  msgstr ""
2320
2324
 
2321
2325
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2322
- #: ../lib/puppet/indirector/catalog/compiler.rb:167
2326
+ #: ../lib/puppet/indirector/catalog/compiler.rb:168
2323
2327
  msgid "Not inlining absent resource"
2324
2328
  msgstr ""
2325
2329
 
2326
2330
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2327
- #: ../lib/puppet/indirector/catalog/compiler.rb:170
2331
+ #: ../lib/puppet/indirector/catalog/compiler.rb:171
2328
2332
  msgid "Not inlining resource without sources"
2329
2333
  msgstr ""
2330
2334
 
2331
2335
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2332
- #: ../lib/puppet/indirector/catalog/compiler.rb:173
2336
+ #: ../lib/puppet/indirector/catalog/compiler.rb:174
2333
2337
  msgid "Not inlining unsupported source scheme"
2334
2338
  msgstr ""
2335
2339
 
2336
2340
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2337
- #: ../lib/puppet/indirector/catalog/compiler.rb:195
2341
+ #: ../lib/puppet/indirector/catalog/compiler.rb:196
2338
2342
  msgid "Not inlining file outside environment"
2339
2343
  msgstr ""
2340
2344
 
2341
2345
  #. TRANSLATORS Inlining refers to adding additional metadata
2342
- #: ../lib/puppet/indirector/catalog/compiler.rb:201
2346
+ #: ../lib/puppet/indirector/catalog/compiler.rb:202
2343
2347
  msgid "Inlining file metadata"
2344
2348
  msgstr ""
2345
2349
 
2346
- #: ../lib/puppet/indirector/catalog/compiler.rb:291
2350
+ #: ../lib/puppet/indirector/catalog/compiler.rb:292
2347
2351
  msgid "Could not get metadata for %{resource}"
2348
2352
  msgstr ""
2349
2353
 
2350
- #: ../lib/puppet/indirector/catalog/compiler.rb:312
2354
+ #: ../lib/puppet/indirector/catalog/compiler.rb:313
2351
2355
  msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
2352
2356
  msgstr ""
2353
2357
 
2354
- #: ../lib/puppet/indirector/catalog/compiler.rb:319
2358
+ #: ../lib/puppet/indirector/catalog/compiler.rb:320
2355
2359
  msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2356
2360
  msgstr ""
2357
2361
 
2358
- #: ../lib/puppet/indirector/catalog/compiler.rb:320
2362
+ #: ../lib/puppet/indirector/catalog/compiler.rb:321
2359
2363
  msgid "Compiled static catalog for %{node} in environment %{environment}"
2360
2364
  msgstr ""
2361
2365
 
2362
- #: ../lib/puppet/indirector/catalog/compiler.rb:322
2366
+ #: ../lib/puppet/indirector/catalog/compiler.rb:323
2363
2367
  msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
2364
2368
  msgstr ""
2365
2369
 
2366
- #: ../lib/puppet/indirector/catalog/compiler.rb:323
2370
+ #: ../lib/puppet/indirector/catalog/compiler.rb:324
2367
2371
  msgid "Compiled static catalog for %{node}"
2368
2372
  msgstr ""
2369
2373
 
2370
- #: ../lib/puppet/indirector/catalog/compiler.rb:327
2374
+ #: ../lib/puppet/indirector/catalog/compiler.rb:328
2371
2375
  msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2372
2376
  msgstr ""
2373
2377
 
2374
- #: ../lib/puppet/indirector/catalog/compiler.rb:328
2378
+ #: ../lib/puppet/indirector/catalog/compiler.rb:329
2375
2379
  msgid "Compiled catalog for %{node} in environment %{environment}"
2376
2380
  msgstr ""
2377
2381
 
2378
- #: ../lib/puppet/indirector/catalog/compiler.rb:330
2382
+ #: ../lib/puppet/indirector/catalog/compiler.rb:331
2379
2383
  msgid "Compiled catalog for %{node} in %%{seconds} seconds"
2380
2384
  msgstr ""
2381
2385
 
2382
- #: ../lib/puppet/indirector/catalog/compiler.rb:331
2386
+ #: ../lib/puppet/indirector/catalog/compiler.rb:332
2383
2387
  msgid "Compiled catalog for %{node}"
2384
2388
  msgstr ""
2385
2389
 
2386
2390
  #. TRANSLATORS Inlined refers to adding additional metadata
2387
- #: ../lib/puppet/indirector/catalog/compiler.rb:352
2391
+ #: ../lib/puppet/indirector/catalog/compiler.rb:353
2388
2392
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2389
2393
  msgstr ""
2390
2394
 
2391
2395
  #. TRANSLATORS Inlined refers to adding additional metadata
2392
- #: ../lib/puppet/indirector/catalog/compiler.rb:354
2396
+ #: ../lib/puppet/indirector/catalog/compiler.rb:355
2393
2397
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
2394
2398
  msgstr ""
2395
2399
 
2396
2400
  #. TRANSLATORS Inlined refers to adding additional metadata
2397
- #: ../lib/puppet/indirector/catalog/compiler.rb:357
2401
+ #: ../lib/puppet/indirector/catalog/compiler.rb:358
2398
2402
  msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
2399
2403
  msgstr ""
2400
2404
 
2401
2405
  #. TRANSLATORS Inlined refers to adding additional metadata
2402
- #: ../lib/puppet/indirector/catalog/compiler.rb:359
2406
+ #: ../lib/puppet/indirector/catalog/compiler.rb:360
2403
2407
  msgid "Inlined resource metadata into static catalog for %{node}"
2404
2408
  msgstr ""
2405
2409
 
2406
- #: ../lib/puppet/indirector/catalog/compiler.rb:375
2410
+ #: ../lib/puppet/indirector/catalog/compiler.rb:376
2407
2411
  msgid "Found node information"
2408
2412
  msgstr ""
2409
2413
 
2410
- #: ../lib/puppet/indirector/catalog/compiler.rb:383
2414
+ #: ../lib/puppet/indirector/catalog/compiler.rb:384
2411
2415
  msgid "Failed when searching for node %{name}: %{detail}"
2412
2416
  msgstr ""
2413
2417
 
2414
- #: ../lib/puppet/indirector/catalog/compiler.rb:402
2418
+ #: ../lib/puppet/indirector/catalog/compiler.rb:403
2415
2419
  msgid "Invalid option use_node for a remote request"
2416
2420
  msgstr ""
2417
2421
 
2418
- #: ../lib/puppet/indirector/catalog/compiler.rb:421
2422
+ #: ../lib/puppet/indirector/catalog/compiler.rb:422
2419
2423
  msgid "Could not find node '%{name}'; cannot compile"
2420
2424
  msgstr ""
2421
2425
 
2422
- #: ../lib/puppet/indirector/catalog/compiler.rb:453
2423
- msgid "Could not retrieve fact servername"
2424
- msgstr ""
2425
-
2426
- #: ../lib/puppet/indirector/catalog/compiler.rb:462
2427
- msgid "Could not retrieve either serverip or serverip6 fact"
2428
- msgstr ""
2429
-
2430
2426
  #: ../lib/puppet/indirector/catalog/json.rb:15
2431
2427
  msgid "Unable to deserialize catalog from json, retrying with pson"
2432
2428
  msgstr ""
@@ -3903,6 +3899,14 @@ msgstr ""
3903
3899
  msgid "Could not parse for environment %{env}: %{detail}"
3904
3900
  msgstr ""
3905
3901
 
3902
+ #: ../lib/puppet/node/server_facts.rb:29
3903
+ msgid "Could not retrieve fact servername"
3904
+ msgstr ""
3905
+
3906
+ #: ../lib/puppet/node/server_facts.rb:38
3907
+ msgid "Could not retrieve either serverip or serverip6 fact"
3908
+ msgstr ""
3909
+
3906
3910
  #: ../lib/puppet/pal/compiler.rb:89
3907
3911
  msgid "The argument 'puppet_code' must be a String, got %{type}"
3908
3912
  msgstr ""
@@ -4235,7 +4239,7 @@ msgstr ""
4235
4239
  msgid "Can not use generators with '..' in them."
4236
4240
  msgstr ""
4237
4241
 
4238
- #: ../lib/puppet/parser/functions/generate.rb:36
4242
+ #: ../lib/puppet/parser/functions/generate.rb:37
4239
4243
  msgid "Failed to execute generator %{generator}: %{detail}"
4240
4244
  msgstr ""
4241
4245
 
@@ -6234,23 +6238,23 @@ msgstr ""
6234
6238
  msgid "'%{exe}' is not executable"
6235
6239
  msgstr ""
6236
6240
 
6237
- #: ../lib/puppet/provider/file/posix.rb:78
6241
+ #: ../lib/puppet/provider/file/posix.rb:92
6238
6242
  msgid "Apparently using negative UID (%{currentvalue}) on a platform that does not consistently handle them"
6239
6243
  msgstr ""
6240
6244
 
6241
- #: ../lib/puppet/provider/file/posix.rb:96 ../lib/puppet/provider/file/windows.rb:48
6245
+ #: ../lib/puppet/provider/file/posix.rb:110 ../lib/puppet/provider/file/windows.rb:48
6242
6246
  msgid "Failed to set owner to '%{should}': %{detail}"
6243
6247
  msgstr ""
6244
6248
 
6245
- #: ../lib/puppet/provider/file/posix.rb:110
6249
+ #: ../lib/puppet/provider/file/posix.rb:124
6246
6250
  msgid "Apparently using negative GID (%{currentvalue}) on a platform that does not consistently handle them"
6247
6251
  msgstr ""
6248
6252
 
6249
- #: ../lib/puppet/provider/file/posix.rb:128 ../lib/puppet/provider/file/windows.rb:60
6253
+ #: ../lib/puppet/provider/file/posix.rb:142 ../lib/puppet/provider/file/windows.rb:60
6250
6254
  msgid "Failed to set group to '%{should}': %{detail}"
6251
6255
  msgstr ""
6252
6256
 
6253
- #: ../lib/puppet/provider/file/posix.rb:144 ../lib/puppet/provider/file/windows.rb:77
6257
+ #: ../lib/puppet/provider/file/posix.rb:158 ../lib/puppet/provider/file/windows.rb:77
6254
6258
  msgid "failed to set mode %{mode} on %{path}: %{message}"
6255
6259
  msgstr ""
6256
6260
 
@@ -6271,7 +6275,7 @@ msgstr ""
6271
6275
  msgid "GID must be an integer"
6272
6276
  msgstr ""
6273
6277
 
6274
- #: ../lib/puppet/provider/group/groupadd.rb:52
6278
+ #: ../lib/puppet/provider/group/groupadd.rb:61
6275
6279
  msgid "GID %{resource} already exists, use allowdupe to force group creation"
6276
6280
  msgstr ""
6277
6281
 
@@ -6458,27 +6462,27 @@ msgstr ""
6458
6462
  msgid "source is defined but does not have trailing slash, ignoring %{source}"
6459
6463
  msgstr ""
6460
6464
 
6461
- #: ../lib/puppet/provider/package/gem.rb:125 ../lib/puppet/provider/package/puppetserver_gem.rb:64
6465
+ #: ../lib/puppet/provider/package/gem.rb:126 ../lib/puppet/provider/package/puppetserver_gem.rb:64
6462
6466
  msgid "Could not list gems: %{detail}"
6463
6467
  msgstr ""
6464
6468
 
6465
- #: ../lib/puppet/provider/package/gem.rb:151
6469
+ #: ../lib/puppet/provider/package/gem.rb:152
6466
6470
  msgid "Could not match %{desc}"
6467
6471
  msgstr ""
6468
6472
 
6469
- #: ../lib/puppet/provider/package/gem.rb:228 ../lib/puppet/provider/package/puppetserver_gem.rb:96
6473
+ #: ../lib/puppet/provider/package/gem.rb:229 ../lib/puppet/provider/package/puppetserver_gem.rb:96
6470
6474
  msgid "Invalid source '%{uri}': %{detail}"
6471
6475
  msgstr ""
6472
6476
 
6473
- #: ../lib/puppet/provider/package/gem.rb:239 ../lib/puppet/provider/package/puppetserver_gem.rb:107
6477
+ #: ../lib/puppet/provider/package/gem.rb:240 ../lib/puppet/provider/package/puppetserver_gem.rb:107
6474
6478
  msgid "puppet:// URLs are not supported as gem sources"
6475
6479
  msgstr ""
6476
6480
 
6477
- #: ../lib/puppet/provider/package/gem.rb:255 ../lib/puppet/provider/package/puppetserver_gem.rb:118
6481
+ #: ../lib/puppet/provider/package/gem.rb:256 ../lib/puppet/provider/package/puppetserver_gem.rb:118
6478
6482
  msgid "Could not install: %{output}"
6479
6483
  msgstr ""
6480
6484
 
6481
- #: ../lib/puppet/provider/package/gem.rb:281 ../lib/puppet/provider/package/puppetserver_gem.rb:128
6485
+ #: ../lib/puppet/provider/package/gem.rb:282 ../lib/puppet/provider/package/puppetserver_gem.rb:128
6482
6486
  msgid "Could not uninstall: %{output}"
6483
6487
  msgstr ""
6484
6488
 
@@ -6556,11 +6560,11 @@ msgstr ""
6556
6560
  msgid "Could not find package '%{name}'"
6557
6561
  msgstr ""
6558
6562
 
6559
- #: ../lib/puppet/provider/package/pacman.rb:85
6563
+ #: ../lib/puppet/provider/package/pacman.rb:85 ../lib/puppet/provider/package/xbps.rb:35
6560
6564
  msgid "Failed to match line '%{line}'"
6561
6565
  msgstr ""
6562
6566
 
6563
- #: ../lib/puppet/provider/package/pacman.rb:91
6567
+ #: ../lib/puppet/provider/package/pacman.rb:91 ../lib/puppet/provider/package/xbps.rb:42
6564
6568
  msgid "Error getting installed packages"
6565
6569
  msgstr ""
6566
6570
 
@@ -9109,23 +9113,11 @@ msgstr ""
9109
9113
  msgid "Could not find section %{name}"
9110
9114
  msgstr ""
9111
9115
 
9112
- #: ../lib/puppet/util/reference.rb:36
9113
- msgid "creating pdf"
9114
- msgstr ""
9115
-
9116
- #: ../lib/puppet/util/reference.rb:38
9117
- msgid "Could not find rst2latex"
9118
- msgstr ""
9119
-
9120
- #: ../lib/puppet/util/reference.rb:52
9121
- msgid "rst2latex failed"
9122
- msgstr ""
9123
-
9124
- #: ../lib/puppet/util/reference.rb:94
9116
+ #: ../lib/puppet/util/reference.rb:65
9125
9117
  msgid "%{name} Reference"
9126
9118
  msgstr ""
9127
9119
 
9128
- #: ../lib/puppet/util/reference.rb:116
9120
+ #: ../lib/puppet/util/reference.rb:87
9129
9121
  msgid ""
9130
9122
  "\n"
9131
9123
  "\n"
@@ -9145,31 +9137,35 @@ msgstr ""
9145
9137
  msgid "Caught exception %{klass}:%{error} retrying"
9146
9138
  msgstr ""
9147
9139
 
9148
- #: ../lib/puppet/util/selinux.rb:88
9140
+ #: ../lib/puppet/util/selinux.rb:82
9141
+ msgid "Cannot get default context with nil handle"
9142
+ msgstr ""
9143
+
9144
+ #: ../lib/puppet/util/selinux.rb:98
9149
9145
  msgid "Invalid context to parse: %{context}"
9150
9146
  msgstr ""
9151
9147
 
9152
- #: ../lib/puppet/util/selinux.rb:101
9148
+ #: ../lib/puppet/util/selinux.rb:111
9153
9149
  msgid "Invalid SELinux parameter type"
9154
9150
  msgstr ""
9155
9151
 
9156
- #: ../lib/puppet/util/selinux.rb:122
9152
+ #: ../lib/puppet/util/selinux.rb:132
9157
9153
  msgid "Can't set SELinux context on file unless the file already has some kind of context"
9158
9154
  msgstr ""
9159
9155
 
9160
- #: ../lib/puppet/util/selinux.rb:136
9156
+ #: ../lib/puppet/util/selinux.rb:146
9161
9157
  msgid "set_selinux_context component must be one of :seluser, :selrole, :seltype, or :selrange"
9162
9158
  msgstr ""
9163
9159
 
9164
- #: ../lib/puppet/util/selinux.rb:147
9160
+ #: ../lib/puppet/util/selinux.rb:157
9165
9161
  msgid "Failed to set SELinux context %{context} on %{file}"
9166
9162
  msgstr ""
9167
9163
 
9168
- #: ../lib/puppet/util/selinux.rb:200
9164
+ #: ../lib/puppet/util/selinux.rb:210
9169
9165
  msgid "Could not open SELinux category translation file %{path}."
9170
9166
  msgstr ""
9171
9167
 
9172
- #: ../lib/puppet/util/selinux.rb:288
9168
+ #: ../lib/puppet/util/selinux.rb:298
9173
9169
  msgid "got a relative path in SELinux find_fs: %{path}"
9174
9170
  msgstr ""
9175
9171
 
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPETCONF" "5" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -973,7 +973,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
973
973
  The HTTP User\-Agent string to send when making network requests\.
974
974
  .
975
975
  .IP "\(bu" 4
976
- \fIDefault\fR: \fBPuppet/8\.7\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
976
+ \fIDefault\fR: \fBPuppet/8\.8\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
977
977
  .
978
978
  .IP "" 0
979
979
  .
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-AGENT" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-agent\fR \- The puppet agent daemon
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-APPLY" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-apply\fR \- Apply Puppet manifests locally
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CATALOG" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CONFIG" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DESCRIBE" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-describe\fR \- Display help about resource types
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DEVICE" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-device\fR \- Manage remote network devices
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DOC" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-doc\fR \- Generate Puppet references
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-EPP" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-EPP" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FACTS" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FACTS" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-facts\fR \- Retrieve and store facts\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FILEBUCKET" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FILEBUCKET" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-GENERATE" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-GENERATE" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-generate\fR \- Generates Puppet code from Ruby definitions\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-HELP" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-HELP" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-help\fR \- Display Puppet help\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-LOOKUP" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-LOOKUP" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-lookup\fR \- Interactive Hiera lookup
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-MODULE" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-MODULE" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-module\fR \- Creates, installs and searches for modules on the Puppet Forge\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-NODE" "8" "June 2024" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-NODE" "8" "July 2024" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-node\fR \- View and manage node definitions\.