puppet 7.12.1-universal-darwin → 7.13.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 (83) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +13 -8
  4. data/ext/project_data.yaml +1 -1
  5. data/lib/puppet/application/lookup.rb +72 -24
  6. data/lib/puppet/concurrent/thread_local_singleton.rb +5 -3
  7. data/lib/puppet/defaults.rb +3 -1
  8. data/lib/puppet/file_serving/metadata.rb +3 -0
  9. data/lib/puppet/file_system/file_impl.rb +7 -7
  10. data/lib/puppet/file_system/jruby.rb +1 -1
  11. data/lib/puppet/file_system/path_pattern.rb +10 -15
  12. data/lib/puppet/file_system/uniquefile.rb +1 -1
  13. data/lib/puppet/file_system/windows.rb +4 -4
  14. data/lib/puppet/file_system.rb +1 -1
  15. data/lib/puppet/functions/versioncmp.rb +6 -2
  16. data/lib/puppet/graph/simple_graph.rb +2 -1
  17. data/lib/puppet/pops/parser/code_merger.rb +4 -4
  18. data/lib/puppet/pops/parser/egrammar.ra +2 -0
  19. data/lib/puppet/pops/parser/eparser.rb +574 -558
  20. data/lib/puppet/pops/serialization/to_data_converter.rb +6 -18
  21. data/lib/puppet/pops/validation/checker4_0.rb +7 -2
  22. data/lib/puppet/provider/service/init.rb +5 -4
  23. data/lib/puppet/ssl/verifier.rb +3 -1
  24. data/lib/puppet/transaction/persistence.rb +22 -12
  25. data/lib/puppet/type/file/data_sync.rb +1 -1
  26. data/lib/puppet/type/file/group.rb +8 -1
  27. data/lib/puppet/type/file/owner.rb +8 -1
  28. data/lib/puppet/type/user.rb +40 -38
  29. data/lib/puppet/util/json.rb +17 -0
  30. data/lib/puppet/util/log.rb +7 -2
  31. data/lib/puppet/util/monkey_patches.rb +26 -2
  32. data/lib/puppet/util/package.rb +25 -16
  33. data/lib/puppet/util/yaml.rb +11 -0
  34. data/lib/puppet/version.rb +1 -1
  35. data/lib/puppet.rb +1 -0
  36. data/locales/puppet.pot +115 -93
  37. data/man/man5/puppet.conf.5 +10 -2
  38. data/man/man8/puppet-agent.8 +1 -1
  39. data/man/man8/puppet-apply.8 +1 -1
  40. data/man/man8/puppet-catalog.8 +1 -1
  41. data/man/man8/puppet-config.8 +1 -1
  42. data/man/man8/puppet-describe.8 +1 -1
  43. data/man/man8/puppet-device.8 +1 -1
  44. data/man/man8/puppet-doc.8 +1 -1
  45. data/man/man8/puppet-epp.8 +1 -1
  46. data/man/man8/puppet-facts.8 +1 -1
  47. data/man/man8/puppet-filebucket.8 +1 -1
  48. data/man/man8/puppet-generate.8 +1 -1
  49. data/man/man8/puppet-help.8 +1 -1
  50. data/man/man8/puppet-lookup.8 +9 -6
  51. data/man/man8/puppet-module.8 +1 -1
  52. data/man/man8/puppet-node.8 +1 -1
  53. data/man/man8/puppet-parser.8 +1 -1
  54. data/man/man8/puppet-plugin.8 +1 -1
  55. data/man/man8/puppet-report.8 +1 -1
  56. data/man/man8/puppet-resource.8 +1 -1
  57. data/man/man8/puppet-script.8 +1 -1
  58. data/man/man8/puppet-ssl.8 +1 -1
  59. data/man/man8/puppet.8 +2 -2
  60. data/spec/fixtures/unit/forge/bacula.json +1 -1
  61. data/spec/integration/application/lookup_spec.rb +29 -6
  62. data/spec/integration/parser/pcore_resource_spec.rb +10 -0
  63. data/spec/shared_contexts/l10n.rb +5 -0
  64. data/spec/unit/application/lookup_spec.rb +131 -10
  65. data/spec/unit/concurrent/thread_local_singleton_spec.rb +39 -0
  66. data/spec/unit/file_system/uniquefile_spec.rb +7 -1
  67. data/spec/unit/file_system_spec.rb +34 -4
  68. data/spec/unit/forge/module_release_spec.rb +3 -3
  69. data/spec/unit/functions/versioncmp_spec.rb +40 -4
  70. data/spec/unit/pops/parser/parse_containers_spec.rb +2 -2
  71. data/spec/unit/pops/serialization/to_from_hr_spec.rb +0 -58
  72. data/spec/unit/pops/validator/validator_spec.rb +5 -0
  73. data/spec/unit/provider/service/gentoo_spec.rb +6 -5
  74. data/spec/unit/provider/service/init_spec.rb +15 -9
  75. data/spec/unit/provider/service/openwrt_spec.rb +21 -29
  76. data/spec/unit/provider/service/redhat_spec.rb +3 -2
  77. data/spec/unit/transaction/persistence_spec.rb +51 -0
  78. data/spec/unit/type/file/group_spec.rb +7 -0
  79. data/spec/unit/type/file/owner_spec.rb +7 -0
  80. data/spec/unit/type/user_spec.rb +0 -45
  81. data/spec/unit/util/json_spec.rb +126 -0
  82. data/spec/unit/util/yaml_spec.rb +37 -13
  83. metadata +14 -4
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 7.11.0-22-gd1463bbc0c\n"
9
+ "Project-Id-Version: Puppet automation framework 7.12.1-124-gf8ceb05064\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2021-09-29 16:36+0000\n"
13
- "PO-Revision-Date: 2021-09-29 16:36+0000\n"
12
+ "POT-Creation-Date: 2021-11-17 13:22+0000\n"
13
+ "PO-Revision-Date: 2021-11-17 13:22+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -380,38 +380,40 @@ msgstr ""
380
380
  msgid "Run 'puppet lookup --help' for more details"
381
381
  msgstr ""
382
382
 
383
- #: ../lib/puppet/application/lookup.rb:60
384
- msgid ""
385
- "The --fact file only accepts yaml and json files.\n"
386
- "%{run_help}"
387
- msgstr ""
388
-
389
- #: ../lib/puppet/application/lookup.rb:105
383
+ #: ../lib/puppet/application/lookup.rb:102
390
384
  msgid "Interactive Hiera lookup"
391
385
  msgstr ""
392
386
 
393
- #: ../lib/puppet/application/lookup.rb:272
387
+ #: ../lib/puppet/application/lookup.rb:269
394
388
  msgid ""
395
389
  "The options %{deep_merge_opts} are only available with '--merge deep'\n"
396
390
  "%{run_help}"
397
391
  msgstr ""
398
392
 
399
- #: ../lib/puppet/application/lookup.rb:283
393
+ #: ../lib/puppet/application/lookup.rb:280
400
394
  msgid ""
401
395
  "The --merge option only accepts %{strategies}, or %{last_strategy}\n"
402
396
  "%{run_help}"
403
397
  msgstr ""
404
398
 
405
- #: ../lib/puppet/application/lookup.rb:308
399
+ #: ../lib/puppet/application/lookup.rb:305
406
400
  msgid "No keys were given to lookup."
407
401
  msgstr ""
408
402
 
409
- #: ../lib/puppet/application/lookup.rb:316
403
+ #: ../lib/puppet/application/lookup.rb:313
410
404
  msgid "Unknown rendering format '%{format}'"
411
405
  msgstr ""
412
406
 
413
- #: ../lib/puppet/application/lookup.rb:366 ../lib/puppet/face/epp.rb:530
414
- msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
407
+ #: ../lib/puppet/application/lookup.rb:354
408
+ msgid "Incorrectly formatted data in %{fact_file} given via the --facts flag (only accepts yaml and json files)"
409
+ msgstr ""
410
+
411
+ #: ../lib/puppet/application/lookup.rb:359
412
+ msgid "When overriding any of the %{trusted_facts_list} facts with %{fact_file} given via the --facts flag, they must all be overridden."
413
+ msgstr ""
414
+
415
+ #: ../lib/puppet/application/lookup.rb:372
416
+ msgid "No facts available for target node: %{node}"
415
417
  msgstr ""
416
418
 
417
419
  #: ../lib/puppet/application/resource.rb:34
@@ -591,76 +593,92 @@ msgstr ""
591
593
  msgid "Environment not passed via CLI and no catalog was given, attempting to find out the last server-specified environment"
592
594
  msgstr ""
593
595
 
594
- #: ../lib/puppet/configurer.rb:399
596
+ #: ../lib/puppet/configurer.rb:396
597
+ msgid "Requesting environment from the server"
598
+ msgstr ""
599
+
600
+ #: ../lib/puppet/configurer.rb:406
595
601
  msgid "Could not find a usable environment in the lastrunfile. Either the file does not exist, does not have the required keys, or the values of 'initial_environment' and 'converged_environment' are identical."
596
602
  msgstr ""
597
603
 
598
- #: ../lib/puppet/configurer.rb:403
604
+ #: ../lib/puppet/configurer.rb:410
599
605
  msgid "Using environment '%{env}'"
600
606
  msgstr ""
601
607
 
602
- #: ../lib/puppet/configurer.rb:427
608
+ #: ../lib/puppet/configurer.rb:434
603
609
  msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
604
610
  msgstr ""
605
611
 
606
- #: ../lib/puppet/configurer.rb:438
612
+ #: ../lib/puppet/configurer.rb:445
607
613
  msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
608
614
  msgstr ""
609
615
 
610
- #: ../lib/puppet/configurer.rb:440
616
+ #: ../lib/puppet/configurer.rb:447
611
617
  msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
612
618
  msgstr ""
613
619
 
614
- #: ../lib/puppet/configurer.rb:496
620
+ #: ../lib/puppet/configurer.rb:503
615
621
  msgid "Failed to apply catalog: %{detail}"
616
622
  msgstr ""
617
623
 
618
- #: ../lib/puppet/configurer.rb:527
624
+ #: ../lib/puppet/configurer.rb:534
619
625
  msgid "Environment '%{environment}' not found on server, skipping initial pluginsync."
620
626
  msgstr ""
621
627
 
622
- #: ../lib/puppet/configurer.rb:544 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
628
+ #: ../lib/puppet/configurer.rb:551 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
623
629
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
624
630
  msgstr ""
625
631
 
626
632
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
627
- #: ../lib/puppet/configurer.rb:548 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
633
+ #: ../lib/puppet/configurer.rb:555 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
628
634
  msgid "Unable to connect to server from server_list setting: %{detail}"
629
635
  msgstr ""
630
636
 
631
- #: ../lib/puppet/configurer.rb:564
637
+ #: ../lib/puppet/configurer.rb:580
638
+ msgid "Successfully loaded last environment from the lastrunfile"
639
+ msgstr ""
640
+
641
+ #: ../lib/puppet/configurer.rb:584
632
642
  msgid "Found last server-specified environment: %{environment}"
633
643
  msgstr ""
634
644
 
635
- #: ../lib/puppet/configurer.rb:567
645
+ #: ../lib/puppet/configurer.rb:587
636
646
  msgid "Could not find last server-specified environment: %{detail}"
637
647
  msgstr ""
638
648
 
639
- #: ../lib/puppet/configurer.rb:584 ../lib/puppet/face/report.rb:47
649
+ #: ../lib/puppet/configurer.rb:617
650
+ msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
651
+ msgstr ""
652
+
653
+ #: ../lib/puppet/configurer.rb:625
654
+ msgid "Unable to fetch my node definition, but the agent run will continue:"
655
+ msgstr ""
656
+
657
+ #: ../lib/puppet/configurer.rb:644 ../lib/puppet/face/report.rb:47
640
658
  msgid "Could not send report: %{detail}"
641
659
  msgstr ""
642
660
 
643
- #: ../lib/puppet/configurer.rb:593
661
+ #: ../lib/puppet/configurer.rb:653
644
662
  msgid "Could not save last run local report: %{detail}"
645
663
  msgstr ""
646
664
 
647
- #: ../lib/puppet/configurer.rb:612
665
+ #: ../lib/puppet/configurer.rb:672
648
666
  msgid "Uploading facts for %{node} to %{server}"
649
667
  msgstr ""
650
668
 
651
- #: ../lib/puppet/configurer.rb:620
669
+ #: ../lib/puppet/configurer.rb:680
652
670
  msgid "Failed to submit facts: %{detail}"
653
671
  msgstr ""
654
672
 
655
- #: ../lib/puppet/configurer.rb:635
673
+ #: ../lib/puppet/configurer.rb:695
656
674
  msgid "Could not run command from %{setting}: %{detail}"
657
675
  msgstr ""
658
676
 
659
- #: ../lib/puppet/configurer.rb:664
677
+ #: ../lib/puppet/configurer.rb:724
660
678
  msgid "Could not retrieve catalog from cache: %{detail}"
661
679
  msgstr ""
662
680
 
663
- #: ../lib/puppet/configurer.rb:686
681
+ #: ../lib/puppet/configurer.rb:746
664
682
  msgid "Could not retrieve catalog from remote server: %{detail}"
665
683
  msgstr ""
666
684
 
@@ -751,16 +769,16 @@ msgstr ""
751
769
  msgid "Setting 'environment_data_provider' is deprecated."
752
770
  msgstr ""
753
771
 
754
- #: ../lib/puppet/defaults.rb:820
772
+ #: ../lib/puppet/defaults.rb:826
755
773
  msgid "Certificate names must be lower case"
756
774
  msgstr ""
757
775
 
758
- #: ../lib/puppet/defaults.rb:1079 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
776
+ #: ../lib/puppet/defaults.rb:1085 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
759
777
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
760
778
  msgstr ""
761
779
 
762
780
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
763
- #: ../lib/puppet/defaults.rb:1950
781
+ #: ../lib/puppet/defaults.rb:1956
764
782
  msgid "Setting 'pluginsync' is deprecated."
765
783
  msgstr ""
766
784
 
@@ -1043,6 +1061,10 @@ msgstr ""
1043
1061
  msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
1044
1062
  msgstr ""
1045
1063
 
1064
+ #: ../lib/puppet/face/epp.rb:530
1065
+ msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
1066
+ msgstr ""
1067
+
1046
1068
  #: ../lib/puppet/face/facts.rb:8
1047
1069
  msgid "Retrieve and store facts."
1048
1070
  msgstr ""
@@ -2209,16 +2231,16 @@ msgstr ""
2209
2231
  msgid "appears to have a negative number of dependencies"
2210
2232
  msgstr ""
2211
2233
 
2212
- #: ../lib/puppet/graph/simple_graph.rb:66
2234
+ #: ../lib/puppet/graph/simple_graph.rb:67
2213
2235
  msgid "Got an event from invalid vertex %{source}"
2214
2236
  msgstr ""
2215
2237
 
2216
2238
  #. TRANSLATORS "negative or zero" refers to the count of paths
2217
- #: ../lib/puppet/graph/simple_graph.rb:200
2239
+ #: ../lib/puppet/graph/simple_graph.rb:201
2218
2240
  msgid "negative or zero max_paths"
2219
2241
  msgstr ""
2220
2242
 
2221
- #: ../lib/puppet/graph/simple_graph.rb:232
2243
+ #: ../lib/puppet/graph/simple_graph.rb:233
2222
2244
  msgid ""
2223
2245
  "Found %{num} dependency cycle:\n"
2224
2246
  msgid_plural ""
@@ -2226,12 +2248,12 @@ msgid_plural ""
2226
2248
  msgstr[0] ""
2227
2249
  msgstr[1] ""
2228
2250
 
2229
- #: ../lib/puppet/graph/simple_graph.rb:241
2251
+ #: ../lib/puppet/graph/simple_graph.rb:242
2230
2252
  msgid "Cycle graph written to %{filename}."
2231
2253
  msgstr ""
2232
2254
 
2233
2255
  #. TRANSLATORS '--graph' refers to a command line option and OmniGraffle and GraphViz are program names and should not be translated
2234
- #: ../lib/puppet/graph/simple_graph.rb:244
2256
+ #: ../lib/puppet/graph/simple_graph.rb:245
2235
2257
  msgid "Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz"
2236
2258
  msgstr ""
2237
2259
 
@@ -2271,11 +2293,11 @@ msgstr ""
2271
2293
  msgid "Failed to close connection for %{site}: %{detail}"
2272
2294
  msgstr ""
2273
2295
 
2274
- #: ../lib/puppet/http/redirector.rb:70
2296
+ #: ../lib/puppet/http/redirector.rb:75
2275
2297
  msgid "Location response header is missing"
2276
2298
  msgstr ""
2277
2299
 
2278
- #: ../lib/puppet/http/redirector.rb:74
2300
+ #: ../lib/puppet/http/redirector.rb:79
2279
2301
  msgid "Location URI is invalid: %{detail}"
2280
2302
  msgstr ""
2281
2303
 
@@ -6972,40 +6994,40 @@ msgstr ""
6972
6994
  msgid "Invalid node name %{host}"
6973
6995
  msgstr ""
6974
6996
 
6975
- #: ../lib/puppet/resource.rb:47
6997
+ #: ../lib/puppet/resource.rb:57
6976
6998
  msgid "No resource type provided in serialized data"
6977
6999
  msgstr ""
6978
7000
 
6979
- #: ../lib/puppet/resource.rb:49
7001
+ #: ../lib/puppet/resource.rb:59
6980
7002
  msgid "No resource title provided in serialized data"
6981
7003
  msgstr ""
6982
7004
 
6983
7005
  #. TRANSLATORS 'Puppet::Resource.new' should not be translated
6984
- #: ../lib/puppet/resource.rb:276
7006
+ #: ../lib/puppet/resource.rb:299
6985
7007
  msgid "Puppet::Resource.new does not take a hash as the first argument."
6986
7008
  msgstr ""
6987
7009
 
6988
- #: ../lib/puppet/resource.rb:277
7010
+ #: ../lib/puppet/resource.rb:300
6989
7011
  msgid "Did you mean (%{type}, %{title}) ?"
6990
7012
  msgstr ""
6991
7013
 
6992
- #: ../lib/puppet/resource.rb:314
7014
+ #: ../lib/puppet/resource.rb:338
6993
7015
  msgid "Could not find declared class %{title}"
6994
7016
  msgstr ""
6995
7017
 
6996
- #: ../lib/puppet/resource.rb:316
7018
+ #: ../lib/puppet/resource.rb:340
6997
7019
  msgid "Invalid resource type %{type}"
6998
7020
  msgstr ""
6999
7021
 
7000
- #: ../lib/puppet/resource.rb:502
7022
+ #: ../lib/puppet/resource.rb:540
7001
7023
  msgid "no parameter named '%{name}'"
7002
7024
  msgstr ""
7003
7025
 
7004
- #: ../lib/puppet/resource.rb:547
7026
+ #: ../lib/puppet/resource.rb:585
7005
7027
  msgid "No title provided and %{type} is not a valid resource reference"
7006
7028
  msgstr ""
7007
7029
 
7008
- #: ../lib/puppet/resource.rb:621
7030
+ #: ../lib/puppet/resource.rb:659
7009
7031
  msgid "No set of title patterns matched the title \"%{title}\"."
7010
7032
  msgstr ""
7011
7033
 
@@ -8973,52 +8995,52 @@ msgstr ""
8973
8995
  msgid "Logs require a level"
8974
8996
  msgstr ""
8975
8997
 
8976
- #: ../lib/puppet/util/log.rb:86 ../lib/puppet/util/log.rb:377 ../lib/puppet/util/windows/eventlog.rb:99
8998
+ #: ../lib/puppet/util/log.rb:86 ../lib/puppet/util/log.rb:382 ../lib/puppet/util/windows/eventlog.rb:99
8977
8999
  msgid "Invalid log level %{level}"
8978
9000
  msgstr ""
8979
9001
 
8980
- #: ../lib/puppet/util/log.rb:108
9002
+ #: ../lib/puppet/util/log.rb:110
8981
9003
  msgid "Invalid loglevel %{level}"
8982
9004
  msgstr ""
8983
9005
 
8984
- #: ../lib/puppet/util/log.rb:135
9006
+ #: ../lib/puppet/util/log.rb:140
8985
9007
  msgid "Unknown destination type %{dest}"
8986
9008
  msgstr ""
8987
9009
 
8988
- #: ../lib/puppet/util/log.rb:175
9010
+ #: ../lib/puppet/util/log.rb:180
8989
9011
  msgid "Received a Log attribute with invalid encoding:%{log_message}"
8990
9012
  msgstr ""
8991
9013
 
8992
- #: ../lib/puppet/util/log.rb:177
9014
+ #: ../lib/puppet/util/log.rb:182
8993
9015
  msgid ""
8994
9016
  "Backtrace:\n"
8995
9017
  "%{backtrace}"
8996
9018
  msgstr ""
8997
9019
 
8998
- #: ../lib/puppet/util/log.rb:231
9020
+ #: ../lib/puppet/util/log.rb:236
8999
9021
  msgid "Reopening log files"
9000
9022
  msgstr ""
9001
9023
 
9002
9024
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9003
- #: ../lib/puppet/util/log.rb:367
9025
+ #: ../lib/puppet/util/log.rb:372
9004
9026
  msgid "Puppet::Util::Log requires a message"
9005
9027
  msgstr ""
9006
9028
 
9007
9029
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9008
- #: ../lib/puppet/util/log.rb:373
9030
+ #: ../lib/puppet/util/log.rb:378
9009
9031
  msgid "Puppet::Util::Log requires a log level"
9010
9032
  msgstr ""
9011
9033
 
9012
9034
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9013
- #: ../lib/puppet/util/log.rb:375
9035
+ #: ../lib/puppet/util/log.rb:380
9014
9036
  msgid "Puppet::Util::Log requires a symbol or string"
9015
9037
  msgstr ""
9016
9038
 
9017
- #: ../lib/puppet/util/log.rb:406
9039
+ #: ../lib/puppet/util/log.rb:411
9018
9040
  msgid "Could not parse for environment %{environment}: %{msg}"
9019
9041
  msgstr ""
9020
9042
 
9021
- #: ../lib/puppet/util/log.rb:408
9043
+ #: ../lib/puppet/util/log.rb:413
9022
9044
  msgid "%{msg} on node %{node}"
9023
9045
  msgstr ""
9024
9046
 
@@ -9533,119 +9555,119 @@ msgstr ""
9533
9555
  msgid "Failed to set security information"
9534
9556
  msgstr ""
9535
9557
 
9536
- #: ../lib/puppet/util/windows/service.rb:44
9558
+ #: ../lib/puppet/util/windows/service.rb:39
9537
9559
  msgid "Starting the %{service_name} service. Timeout set to: %{timeout} seconds"
9538
9560
  msgstr ""
9539
9561
 
9540
- #: ../lib/puppet/util/windows/service.rb:54
9562
+ #: ../lib/puppet/util/windows/service.rb:49
9541
9563
  msgid "Failed to start the service"
9542
9564
  msgstr ""
9543
9565
 
9544
- #: ../lib/puppet/util/windows/service.rb:58
9566
+ #: ../lib/puppet/util/windows/service.rb:53
9545
9567
  msgid "Successfully started the %{service_name} service"
9546
9568
  msgstr ""
9547
9569
 
9548
- #: ../lib/puppet/util/windows/service.rb:67
9570
+ #: ../lib/puppet/util/windows/service.rb:62
9549
9571
  msgid "Stopping the %{service_name} service. Timeout set to: %{timeout} seconds"
9550
9572
  msgstr ""
9551
9573
 
9552
- #: ../lib/puppet/util/windows/service.rb:75
9574
+ #: ../lib/puppet/util/windows/service.rb:70
9553
9575
  msgid "Successfully stopped the %{service_name} service"
9554
9576
  msgstr ""
9555
9577
 
9556
- #: ../lib/puppet/util/windows/service.rb:84
9578
+ #: ../lib/puppet/util/windows/service.rb:79
9557
9579
  msgid "Resuming the %{service_name} service. Timeout set to: %{timeout} seconds"
9558
9580
  msgstr ""
9559
9581
 
9560
- #: ../lib/puppet/util/windows/service.rb:100
9582
+ #: ../lib/puppet/util/windows/service.rb:95
9561
9583
  msgid "Successfully resumed the %{service_name} service"
9562
9584
  msgstr ""
9563
9585
 
9564
- #: ../lib/puppet/util/windows/service.rb:116
9586
+ #: ../lib/puppet/util/windows/service.rb:111
9565
9587
  msgid "Unknown Service state '%{current_state}' for '%{service_name}'"
9566
9588
  msgstr ""
9567
9589
 
9568
- #: ../lib/puppet/util/windows/service.rb:143
9590
+ #: ../lib/puppet/util/windows/service.rb:138
9569
9591
  msgid "Unknown start type '%{start_type}' for '%{service_name}'"
9570
9592
  msgstr ""
9571
9593
 
9572
- #: ../lib/puppet/util/windows/service.rb:193
9594
+ #: ../lib/puppet/util/windows/service.rb:188
9573
9595
  msgid "Failed to update service configuration"
9574
9596
  msgstr ""
9575
9597
 
9576
- #: ../lib/puppet/util/windows/service.rb:258
9598
+ #: ../lib/puppet/util/windows/service.rb:253
9577
9599
  msgid "Failed to fetch services"
9578
9600
  msgstr ""
9579
9601
 
9580
- #: ../lib/puppet/util/windows/service.rb:307
9602
+ #: ../lib/puppet/util/windows/service.rb:302
9581
9603
  msgid "Failed to open a handle to the service"
9582
9604
  msgstr ""
9583
9605
 
9584
- #: ../lib/puppet/util/windows/service.rb:324
9606
+ #: ../lib/puppet/util/windows/service.rb:319
9585
9607
  msgid "Failed to open a handle to the service control manager"
9586
9608
  msgstr ""
9587
9609
 
9588
- #: ../lib/puppet/util/windows/service.rb:347
9610
+ #: ../lib/puppet/util/windows/service.rb:342
9589
9611
  msgid "The service is already in the %{final_state} state. No further work needs to be done."
9590
9612
  msgstr ""
9591
9613
 
9592
- #: ../lib/puppet/util/windows/service.rb:359
9614
+ #: ../lib/puppet/util/windows/service.rb:354
9593
9615
  msgid "The service must be in one of the %{valid_initial_states} states to perform this transition. It is currently in the %{current_state} state."
9594
9616
  msgstr ""
9595
9617
 
9596
- #: ../lib/puppet/util/windows/service.rb:370
9618
+ #: ../lib/puppet/util/windows/service.rb:365
9597
9619
  msgid "There is already a pending transition to the %{final_state} state for the %{service_name} service."
9598
9620
  msgstr ""
9599
9621
 
9600
- #: ../lib/puppet/util/windows/service.rb:386
9622
+ #: ../lib/puppet/util/windows/service.rb:381
9601
9623
  msgid "The service is in the %{pending_state} state, which is an unsafe pending state."
9602
9624
  msgstr ""
9603
9625
 
9604
- #: ../lib/puppet/util/windows/service.rb:391
9626
+ #: ../lib/puppet/util/windows/service.rb:386
9605
9627
  msgid "Transitioning the %{service_name} service from %{initial_state} to %{final_state}"
9606
9628
  msgstr ""
9607
9629
 
9608
- #: ../lib/puppet/util/windows/service.rb:395
9630
+ #: ../lib/puppet/util/windows/service.rb:390
9609
9631
  msgid "Waiting for the transition to finish"
9610
9632
  msgstr ""
9611
9633
 
9612
- #: ../lib/puppet/util/windows/service.rb:400
9634
+ #: ../lib/puppet/util/windows/service.rb:395
9613
9635
  msgid "Failed to transition the %{service_name} service to the %{final_state} state. Detail: %{detail}"
9614
9636
  msgstr ""
9615
9637
 
9616
- #: ../lib/puppet/util/windows/service.rb:439 ../lib/puppet/util/windows/service.rb:475
9638
+ #: ../lib/puppet/util/windows/service.rb:434 ../lib/puppet/util/windows/service.rb:470
9617
9639
  msgid "Service query failed"
9618
9640
  msgstr ""
9619
9641
 
9620
- #: ../lib/puppet/util/windows/service.rb:518
9642
+ #: ../lib/puppet/util/windows/service.rb:513
9621
9643
  msgid "Service query for %{parameter_name} failed"
9622
9644
  msgstr ""
9623
9645
 
9624
- #: ../lib/puppet/util/windows/service.rb:541
9646
+ #: ../lib/puppet/util/windows/service.rb:536
9625
9647
  msgid "Failed to update service %{change} configuration"
9626
9648
  msgstr ""
9627
9649
 
9628
- #: ../lib/puppet/util/windows/service.rb:568
9650
+ #: ../lib/puppet/util/windows/service.rb:563
9629
9651
  msgid "Failed to send the %{control_signal} signal to the service. Its current state is %{current_state}. Reason for failure:"
9630
9652
  msgstr ""
9631
9653
 
9632
- #: ../lib/puppet/util/windows/service.rb:603
9654
+ #: ../lib/puppet/util/windows/service.rb:598
9633
9655
  msgid "The service transitioned to the %{pending_state} state."
9634
9656
  msgstr ""
9635
9657
 
9636
- #: ../lib/puppet/util/windows/service.rb:617
9658
+ #: ../lib/puppet/util/windows/service.rb:612
9637
9659
  msgid "Timed out while waiting for the service to transition from %{initial_state} to %{final_state} OR from %{initial_state} to %{pending_state} to %{final_state}. The service's current state is %{current_state}."
9638
9660
  msgstr ""
9639
9661
 
9640
- #: ../lib/puppet/util/windows/service.rb:632
9662
+ #: ../lib/puppet/util/windows/service.rb:627
9641
9663
  msgid "Waiting for the pending transition to the %{final_state} state to finish."
9642
9664
  msgstr ""
9643
9665
 
9644
- #: ../lib/puppet/util/windows/service.rb:646
9666
+ #: ../lib/puppet/util/windows/service.rb:641
9645
9667
  msgid "Unexpected transition to the %{current_state} state while waiting for the pending transition from %{pending_state} to %{final_state} to finish."
9646
9668
  msgstr ""
9647
9669
 
9648
- #: ../lib/puppet/util/windows/service.rb:660
9670
+ #: ../lib/puppet/util/windows/service.rb:655
9649
9671
  msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
9650
9672
  msgstr ""
9651
9673
 
@@ -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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "December 2021" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -929,7 +929,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
929
929
  The HTTP User\-Agent string to send when making network requests\.
930
930
  .
931
931
  .IP "\(bu" 4
932
- \fIDefault\fR: \fBPuppet/7\.12\.1 Ruby/2\.5\.1\-p57 (x86_64\-linux)\fR
932
+ \fIDefault\fR: \fBPuppet/7\.13\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)\fR
933
933
  .
934
934
  .IP "" 0
935
935
  .
@@ -1102,6 +1102,14 @@ From where to retrieve translation files\. The standard Puppet \fBfile\fR type i
1102
1102
  .
1103
1103
  .IP "" 0
1104
1104
  .
1105
+ .SS "location_trusted"
1106
+ This will allow sending the name + password and the cookie header to all hosts that puppet may redirect to\. This may or may not introduce a security breach if puppet redirects you to a site to which you\'ll send your authentication info and cookies\.
1107
+ .
1108
+ .IP "\(bu" 4
1109
+ \fIDefault\fR: \fBfalse\fR
1110
+ .
1111
+ .IP "" 0
1112
+ .
1105
1113
  .SS "log_level"
1106
1114
  Default logging level for messages from Puppet\. Allowed values are:
1107
1115
  .
@@ -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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-EPP" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FACTS" "8" "December 2021" "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" "October 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FILEBUCKET" "8" "December 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket