puppet 6.21.1-universal-darwin → 6.22.1-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +24 -18
  4. data/ext/project_data.yaml +2 -2
  5. data/lib/puppet/application/ssl.rb +11 -0
  6. data/lib/puppet/defaults.rb +22 -2
  7. data/lib/puppet/environments.rb +16 -1
  8. data/lib/puppet/face/facts.rb +128 -30
  9. data/lib/puppet/file_system/memory_file.rb +8 -1
  10. data/lib/puppet/file_system/windows.rb +2 -0
  11. data/lib/puppet/functions/partition.rb +8 -0
  12. data/lib/puppet/indirector/facts/facter.rb +24 -3
  13. data/lib/puppet/network/formats.rb +67 -0
  14. data/lib/puppet/network/http/factory.rb +4 -0
  15. data/lib/puppet/provider/package/dnfmodule.rb +1 -1
  16. data/lib/puppet/provider/service/systemd.rb +1 -1
  17. data/lib/puppet/provider/user/useradd.rb +1 -1
  18. data/lib/puppet/settings/environment_conf.rb +1 -0
  19. data/lib/puppet/util/fact_dif.rb +36 -17
  20. data/lib/puppet/util/monkey_patches.rb +7 -0
  21. data/lib/puppet/util/windows/adsi.rb +46 -0
  22. data/lib/puppet/util/windows/api_types.rb +1 -1
  23. data/lib/puppet/util/windows/principal.rb +9 -2
  24. data/lib/puppet/util/windows/sid.rb +4 -2
  25. data/lib/puppet/version.rb +1 -1
  26. data/locales/puppet.pot +139 -87
  27. data/man/man5/puppet.conf.5 +11 -3
  28. data/man/man8/puppet-agent.8 +1 -1
  29. data/man/man8/puppet-apply.8 +1 -1
  30. data/man/man8/puppet-catalog.8 +1 -1
  31. data/man/man8/puppet-config.8 +1 -1
  32. data/man/man8/puppet-describe.8 +1 -1
  33. data/man/man8/puppet-device.8 +1 -1
  34. data/man/man8/puppet-doc.8 +1 -1
  35. data/man/man8/puppet-epp.8 +1 -1
  36. data/man/man8/puppet-facts.8 +60 -2
  37. data/man/man8/puppet-filebucket.8 +1 -1
  38. data/man/man8/puppet-generate.8 +1 -1
  39. data/man/man8/puppet-help.8 +1 -1
  40. data/man/man8/puppet-key.8 +1 -1
  41. data/man/man8/puppet-lookup.8 +1 -1
  42. data/man/man8/puppet-man.8 +1 -1
  43. data/man/man8/puppet-module.8 +1 -1
  44. data/man/man8/puppet-node.8 +1 -1
  45. data/man/man8/puppet-parser.8 +1 -1
  46. data/man/man8/puppet-plugin.8 +1 -1
  47. data/man/man8/puppet-report.8 +1 -1
  48. data/man/man8/puppet-resource.8 +1 -1
  49. data/man/man8/puppet-script.8 +1 -1
  50. data/man/man8/puppet-ssl.8 +5 -1
  51. data/man/man8/puppet-status.8 +1 -1
  52. data/man/man8/puppet.8 +2 -2
  53. data/spec/fixtures/unit/provider/service/systemd/list_unit_files_services_vendor_preset +9 -0
  54. data/spec/integration/application/plugin_spec.rb +1 -1
  55. data/spec/integration/http/client_spec.rb +12 -0
  56. data/spec/integration/indirector/direct_file_server_spec.rb +1 -3
  57. data/spec/integration/util/windows/adsi_spec.rb +18 -0
  58. data/spec/integration/util/windows/principal_spec.rb +21 -0
  59. data/spec/integration/util/windows/registry_spec.rb +6 -0
  60. data/spec/spec_helper.rb +11 -1
  61. data/spec/unit/application/facts_spec.rb +482 -3
  62. data/spec/unit/application/ssl_spec.rb +23 -0
  63. data/spec/unit/defaults_spec.rb +16 -0
  64. data/spec/unit/environments_spec.rb +164 -88
  65. data/spec/unit/face/facts_spec.rb +4 -0
  66. data/spec/unit/file_system_spec.rb +9 -0
  67. data/spec/unit/indirector/facts/facter_spec.rb +95 -0
  68. data/spec/unit/network/formats_spec.rb +41 -0
  69. data/spec/unit/network/http/factory_spec.rb +19 -0
  70. data/spec/unit/provider/package/dnfmodule_spec.rb +10 -1
  71. data/spec/unit/provider/service/systemd_spec.rb +11 -0
  72. data/spec/unit/provider/user/useradd_spec.rb +18 -3
  73. data/spec/unit/resource/catalog_spec.rb +1 -1
  74. data/spec/unit/util/windows/sid_spec.rb +6 -0
  75. metadata +4 -6
  76. data/spec/lib/matchers/include.rb +0 -27
  77. data/spec/lib/matchers/include_spec.rb +0 -32
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 6.19.1-133-gcc65fe8151\n"
9
+ "Project-Id-Version: Puppet automation framework 6.21.1-62-g86a9c83c34\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2021-01-14 12:33+0000\n"
13
- "PO-Revision-Date: 2021-01-14 12:33+0000\n"
12
+ "POT-Creation-Date: 2021-04-08 09:48+0000\n"
13
+ "PO-Revision-Date: 2021-04-08 09:48+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -450,59 +450,59 @@ msgstr ""
450
450
  msgid "Manage SSL keys and certificates for puppet SSL clients"
451
451
  msgstr ""
452
452
 
453
- #: ../lib/puppet/application/ssl.rb:103
453
+ #: ../lib/puppet/application/ssl.rb:106
454
454
  msgid "An action must be specified."
455
455
  msgstr ""
456
456
 
457
- #: ../lib/puppet/application/ssl.rb:126 ../lib/puppet/application/ssl.rb:133
457
+ #: ../lib/puppet/application/ssl.rb:129 ../lib/puppet/application/ssl.rb:136
458
458
  msgid "The certificate for '%{name}' has not yet been signed"
459
459
  msgstr ""
460
460
 
461
- #: ../lib/puppet/application/ssl.rb:144
461
+ #: ../lib/puppet/application/ssl.rb:147
462
462
  msgid "Completed SSL initialization"
463
463
  msgstr ""
464
464
 
465
- #: ../lib/puppet/application/ssl.rb:146
465
+ #: ../lib/puppet/application/ssl.rb:151
466
466
  msgid "Unknown action '%{action}'"
467
467
  msgstr ""
468
468
 
469
- #: ../lib/puppet/application/ssl.rb:154 ../lib/puppet/ssl/state_machine.rb:180
469
+ #: ../lib/puppet/application/ssl.rb:165 ../lib/puppet/ssl/state_machine.rb:180
470
470
  msgid "Creating a new EC SSL key for %{name} using curve %{curve}"
471
471
  msgstr ""
472
472
 
473
- #: ../lib/puppet/application/ssl.rb:157 ../lib/puppet/ssl/key.rb:26
473
+ #: ../lib/puppet/application/ssl.rb:168 ../lib/puppet/ssl/key.rb:26
474
474
  msgid "Creating a new SSL key for %{name}"
475
475
  msgstr ""
476
476
 
477
- #: ../lib/puppet/application/ssl.rb:167
477
+ #: ../lib/puppet/application/ssl.rb:178
478
478
  msgid "Submitted certificate request for '%{name}' to %{url}"
479
479
  msgstr ""
480
480
 
481
- #: ../lib/puppet/application/ssl.rb:170
481
+ #: ../lib/puppet/application/ssl.rb:181
482
482
  msgid "Could not submit certificate request for '%{name}' to %{url} due to a conflict on the server"
483
483
  msgstr ""
484
484
 
485
- #: ../lib/puppet/application/ssl.rb:172 ../lib/puppet/application/ssl.rb:175
485
+ #: ../lib/puppet/application/ssl.rb:183 ../lib/puppet/application/ssl.rb:186
486
486
  msgid "Failed to submit certificate request: %{message}"
487
487
  msgstr ""
488
488
 
489
- #: ../lib/puppet/application/ssl.rb:183
489
+ #: ../lib/puppet/application/ssl.rb:194
490
490
  msgid "Downloading certificate '%{name}' from %{url}"
491
491
  msgstr ""
492
492
 
493
- #: ../lib/puppet/application/ssl.rb:187
493
+ #: ../lib/puppet/application/ssl.rb:198
494
494
  msgid "Downloaded certificate '%{name}' with fingerprint %{fingerprint}"
495
495
  msgstr ""
496
496
 
497
- #: ../lib/puppet/application/ssl.rb:200 ../lib/puppet/application/ssl.rb:203
497
+ #: ../lib/puppet/application/ssl.rb:211 ../lib/puppet/application/ssl.rb:214
498
498
  msgid "Failed to download certificate: %{message}"
499
499
  msgstr ""
500
500
 
501
- #: ../lib/puppet/application/ssl.rb:232 ../lib/puppet/application/ssl.rb:235
501
+ #: ../lib/puppet/application/ssl.rb:243 ../lib/puppet/application/ssl.rb:246
502
502
  msgid "Failed to connect to the CA to determine if certificate %{certname} has been cleaned"
503
503
  msgstr ""
504
504
 
505
- #: ../lib/puppet/application/ssl.rb:239
505
+ #: ../lib/puppet/application/ssl.rb:250
506
506
  msgid ""
507
507
  "The certificate %{certname} must be cleaned from the CA first. To fix this,\n"
508
508
  "run the following commands on the CA:\n"
@@ -510,7 +510,7 @@ msgid ""
510
510
  " puppet ssl clean\n"
511
511
  msgstr ""
512
512
 
513
- #: ../lib/puppet/application/ssl.rb:262
513
+ #: ../lib/puppet/application/ssl.rb:273
514
514
  msgid "Removed %{label} %{path}"
515
515
  msgstr ""
516
516
 
@@ -587,44 +587,44 @@ msgstr ""
587
587
  msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
588
588
  msgstr ""
589
589
 
590
- #: ../lib/puppet/configurer.rb:426
590
+ #: ../lib/puppet/configurer.rb:436
591
591
  msgid "Failed to apply catalog: %{detail}"
592
592
  msgstr ""
593
593
 
594
- #: ../lib/puppet/configurer.rb:455 ../lib/puppet/http/resolver/server_list.rb:67
594
+ #: ../lib/puppet/configurer.rb:465 ../lib/puppet/http/resolver/server_list.rb:67
595
595
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
596
596
  msgstr ""
597
597
 
598
598
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
599
- #: ../lib/puppet/configurer.rb:459 ../lib/puppet/http/resolver/server_list.rb:70
599
+ #: ../lib/puppet/configurer.rb:469 ../lib/puppet/http/resolver/server_list.rb:70
600
600
  msgid "Unable to connect to server from server_list setting: %{detail}"
601
601
  msgstr ""
602
602
 
603
- #: ../lib/puppet/configurer.rb:470 ../lib/puppet/face/report.rb:47
603
+ #: ../lib/puppet/configurer.rb:480 ../lib/puppet/face/report.rb:47
604
604
  msgid "Could not send report: %{detail}"
605
605
  msgstr ""
606
606
 
607
- #: ../lib/puppet/configurer.rb:479
607
+ #: ../lib/puppet/configurer.rb:489
608
608
  msgid "Could not save last run local report: %{detail}"
609
609
  msgstr ""
610
610
 
611
- #: ../lib/puppet/configurer.rb:498
611
+ #: ../lib/puppet/configurer.rb:508
612
612
  msgid "Uploading facts for %{node} to %{server}"
613
613
  msgstr ""
614
614
 
615
- #: ../lib/puppet/configurer.rb:506
615
+ #: ../lib/puppet/configurer.rb:516
616
616
  msgid "Failed to submit facts: %{detail}"
617
617
  msgstr ""
618
618
 
619
- #: ../lib/puppet/configurer.rb:521
619
+ #: ../lib/puppet/configurer.rb:531
620
620
  msgid "Could not run command from %{setting}: %{detail}"
621
621
  msgstr ""
622
622
 
623
- #: ../lib/puppet/configurer.rb:539
623
+ #: ../lib/puppet/configurer.rb:549
624
624
  msgid "Could not retrieve catalog from cache: %{detail}"
625
625
  msgstr ""
626
626
 
627
- #: ../lib/puppet/configurer.rb:560
627
+ #: ../lib/puppet/configurer.rb:570
628
628
  msgid "Could not retrieve catalog from remote server: %{detail}"
629
629
  msgstr ""
630
630
 
@@ -692,47 +692,47 @@ msgstr ""
692
692
  msgid "a data type can only have one implementation"
693
693
  msgstr ""
694
694
 
695
- #: ../lib/puppet/defaults.rb:179
695
+ #: ../lib/puppet/defaults.rb:191
696
696
  msgid "Cannot disable unrecognized warning types '%{invalid}'."
697
697
  msgstr ""
698
698
 
699
- #: ../lib/puppet/defaults.rb:180
699
+ #: ../lib/puppet/defaults.rb:192
700
700
  msgid "Valid values are '%{values}'."
701
701
  msgstr ""
702
702
 
703
703
  #. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
704
- #: ../lib/puppet/defaults.rb:547
704
+ #: ../lib/puppet/defaults.rb:559
705
705
  msgid "Setting 'data_binding_terminus' is deprecated."
706
706
  msgstr ""
707
707
 
708
708
  #. TRANSLATORS 'hiera' should not be translated
709
- #: ../lib/puppet/defaults.rb:549
709
+ #: ../lib/puppet/defaults.rb:561
710
710
  msgid "Convert custom terminus to hiera 5 API."
711
711
  msgstr ""
712
712
 
713
713
  #. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
714
- #: ../lib/puppet/defaults.rb:762
714
+ #: ../lib/puppet/defaults.rb:774
715
715
  msgid "Setting 'environment_data_provider' is deprecated."
716
716
  msgstr ""
717
717
 
718
- #: ../lib/puppet/defaults.rb:847
718
+ #: ../lib/puppet/defaults.rb:859
719
719
  msgid "Certificate names must be lower case"
720
720
  msgstr ""
721
721
 
722
- #: ../lib/puppet/defaults.rb:1042
722
+ #: ../lib/puppet/defaults.rb:1054
723
723
  msgid "Setting 'ssl_client_ca_auth' is deprecated."
724
724
  msgstr ""
725
725
 
726
- #: ../lib/puppet/defaults.rb:1121 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
726
+ #: ../lib/puppet/defaults.rb:1141 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
727
727
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
728
728
  msgstr ""
729
729
 
730
730
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
731
- #: ../lib/puppet/defaults.rb:1995
731
+ #: ../lib/puppet/defaults.rb:2015
732
732
  msgid "Setting 'pluginsync' is deprecated."
733
733
  msgstr ""
734
734
 
735
- #: ../lib/puppet/defaults.rb:2230
735
+ #: ../lib/puppet/defaults.rb:2250
736
736
  msgid "The 'func3x_check' setting is deprecated and will be removed in a future release."
737
737
  msgstr ""
738
738
 
@@ -778,7 +778,7 @@ msgstr ""
778
778
  msgid "no matching resources found"
779
779
  msgstr ""
780
780
 
781
- #: ../lib/puppet/face/config.rb:7 ../lib/puppet/face/epp.rb:8 ../lib/puppet/face/facts.rb:30 ../lib/puppet/face/generate.rb:7 ../lib/puppet/face/help.rb:9 ../lib/puppet/face/key.rb:5 ../lib/puppet/face/man.rb:8 ../lib/puppet/face/module.rb:9 ../lib/puppet/face/node.rb:4 ../lib/puppet/face/parser.rb:6 ../lib/puppet/face/plugin.rb:6 ../lib/puppet/face/report.rb:5 ../lib/puppet/face/resource.rb:5 ../lib/puppet/face/status.rb:5
781
+ #: ../lib/puppet/face/config.rb:7 ../lib/puppet/face/epp.rb:8 ../lib/puppet/face/facts.rb:22 ../lib/puppet/face/generate.rb:7 ../lib/puppet/face/help.rb:9 ../lib/puppet/face/key.rb:5 ../lib/puppet/face/man.rb:8 ../lib/puppet/face/module.rb:9 ../lib/puppet/face/node.rb:4 ../lib/puppet/face/parser.rb:6 ../lib/puppet/face/plugin.rb:6 ../lib/puppet/face/report.rb:5 ../lib/puppet/face/resource.rb:5 ../lib/puppet/face/status.rb:5
782
782
  msgid "Apache 2 license; see COPYING"
783
783
  msgstr ""
784
784
 
@@ -1015,34 +1015,86 @@ msgstr ""
1015
1015
  msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
1016
1016
  msgstr ""
1017
1017
 
1018
- #: ../lib/puppet/face/facts.rb:32
1018
+ #: ../lib/puppet/face/facts.rb:24
1019
1019
  msgid "Retrieve and store facts."
1020
1020
  msgstr ""
1021
1021
 
1022
- #: ../lib/puppet/face/facts.rb:40
1022
+ #: ../lib/puppet/face/facts.rb:32
1023
1023
  msgid "Retrieve a node's facts."
1024
1024
  msgstr ""
1025
1025
 
1026
- #: ../lib/puppet/face/facts.rb:41
1026
+ #: ../lib/puppet/face/facts.rb:33
1027
1027
  msgid "[<node_certname>]"
1028
1028
  msgstr ""
1029
1029
 
1030
- #: ../lib/puppet/face/facts.rb:64
1030
+ #: ../lib/puppet/face/facts.rb:56
1031
1031
  msgid "Upload local facts to the puppet master."
1032
1032
  msgstr ""
1033
1033
 
1034
- #: ../lib/puppet/face/facts.rb:106
1034
+ #: ../lib/puppet/face/facts.rb:98
1035
1035
  msgid "Uploading facts for '%{node}' to '%{server}'"
1036
1036
  msgstr ""
1037
1037
 
1038
- #: ../lib/puppet/face/facts.rb:116
1038
+ #: ../lib/puppet/face/facts.rb:108
1039
1039
  msgid "Compare Facter 3 output with Facter 4 output"
1040
1040
  msgstr ""
1041
1041
 
1042
- #: ../lib/puppet/face/facts.rb:145
1042
+ #: ../lib/puppet/face/facts.rb:122
1043
+ msgid "Render the different facts as structured."
1044
+ msgstr ""
1045
+
1046
+ #: ../lib/puppet/face/facts.rb:125
1047
+ msgid "<regex>"
1048
+ msgstr ""
1049
+
1050
+ #: ../lib/puppet/face/facts.rb:126
1051
+ msgid "Regex used to exclude specific facts from diff."
1052
+ msgstr ""
1053
+
1054
+ #: ../lib/puppet/face/facts.rb:151
1043
1055
  msgid "Already using Facter 4. To use `puppet facts diff` remove facterng from the .conf file or run `puppet config set facterng false`."
1044
1056
  msgstr ""
1045
1057
 
1058
+ #: ../lib/puppet/face/facts.rb:167
1059
+ msgid "Retrieve current node's facts."
1060
+ msgstr ""
1061
+
1062
+ #: ../lib/puppet/face/facts.rb:168
1063
+ msgid "[<facts>]"
1064
+ msgstr ""
1065
+
1066
+ #: ../lib/puppet/face/facts.rb:183 ../lib/puppet/face/facts.rb:188 ../lib/puppet/face/facts.rb:193 ../lib/puppet/face/module/changes.rb:21
1067
+ msgid "<path>"
1068
+ msgstr ""
1069
+
1070
+ #: ../lib/puppet/face/facts.rb:185
1071
+ msgid "The location of the config file for Facter."
1072
+ msgstr ""
1073
+
1074
+ #: ../lib/puppet/face/facts.rb:190
1075
+ msgid "The path to a directory that contains custom facts."
1076
+ msgstr ""
1077
+
1078
+ #: ../lib/puppet/face/facts.rb:195
1079
+ msgid "The path to a directory that contains external facts."
1080
+ msgstr ""
1081
+
1082
+ #: ../lib/puppet/face/facts.rb:199
1083
+ msgid "Disable fact blocking mechanism."
1084
+ msgstr ""
1085
+
1086
+ #: ../lib/puppet/face/facts.rb:203
1087
+ msgid "Disable fact caching mechanism."
1088
+ msgstr ""
1089
+
1090
+ #: ../lib/puppet/face/facts.rb:207
1091
+ msgid "Show legacy facts when querying all facts."
1092
+ msgstr ""
1093
+
1094
+ #: ../lib/puppet/face/facts.rb:211
1095
+ msgid "Show only the value when the action is called with a single query"
1096
+ msgstr ""
1097
+
1046
1098
  #: ../lib/puppet/face/generate.rb:9
1047
1099
  msgid "Generates Puppet code from Ruby definitions."
1048
1100
  msgstr ""
@@ -1206,10 +1258,6 @@ msgstr ""
1206
1258
  msgid "Array of strings representing paths of modified files."
1207
1259
  msgstr ""
1208
1260
 
1209
- #: ../lib/puppet/face/module/changes.rb:21
1210
- msgid "<path>"
1211
- msgstr ""
1212
-
1213
1261
  #: ../lib/puppet/face/module/changes.rb:27
1214
1262
  msgid "Could not find a valid module at %{path}"
1215
1263
  msgstr ""
@@ -1844,11 +1892,11 @@ msgstr ""
1844
1892
  msgid "%{dest} already exists and the :force option was not specified"
1845
1893
  msgstr ""
1846
1894
 
1847
- #: ../lib/puppet/file_system/windows.rb:202
1895
+ #: ../lib/puppet/file_system/windows.rb:204
1848
1896
  msgid "This version of Windows does not support symlinks. Windows Vista / 2008 or higher is required."
1849
1897
  msgstr ""
1850
1898
 
1851
- #: ../lib/puppet/file_system/windows.rb:207
1899
+ #: ../lib/puppet/file_system/windows.rb:209
1852
1900
  msgid "The current user does not have the necessary permission to manage symlinks."
1853
1901
  msgstr ""
1854
1902
 
@@ -2546,7 +2594,11 @@ msgstr ""
2546
2594
  msgid "You cannot save facts to the code store; it is only used for getting facts from Facter"
2547
2595
  msgstr ""
2548
2596
 
2549
- #: ../lib/puppet/indirector/facts/facter.rb:56
2597
+ #: ../lib/puppet/indirector/facts/facter.rb:36
2598
+ msgid "puppet facts show requires version 4.0.40 or greater of Facter."
2599
+ msgstr ""
2600
+
2601
+ #: ../lib/puppet/indirector/facts/facter.rb:62
2550
2602
  msgid "Loading facts"
2551
2603
  msgstr ""
2552
2604
 
@@ -2999,8 +3051,8 @@ msgstr ""
2999
3051
  msgid "Option %{option} conflicts with existing option %{conflict} on %{face}"
3000
3052
  msgstr ""
3001
3053
 
3002
- #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
3003
3054
  #. TRANSLATORS 'Puppet.settings' should not be translated
3055
+ #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
3004
3056
  #: ../lib/puppet/interface/action.rb:315 ../lib/puppet/interface/option_manager.rb:14
3005
3057
  msgid "Global option %{option} does not exist in Puppet.settings"
3006
3058
  msgstr ""
@@ -6824,26 +6876,30 @@ msgstr ""
6824
6876
  msgid "Mac OS X packages must specify a package source"
6825
6877
  msgstr ""
6826
6878
 
6827
- #: ../lib/puppet/provider/package/apt.rb:85
6879
+ #: ../lib/puppet/provider/package/apt.rb:89
6828
6880
  msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
6829
6881
  msgstr ""
6830
6882
 
6831
- #: ../lib/puppet/provider/package/apt.rb:167 ../lib/puppet/provider/package/fink.rb:55
6883
+ #: ../lib/puppet/provider/package/apt.rb:172 ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:94 ../lib/puppet/provider/package/portupgrade.rb:152 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:312 ../lib/puppet/provider/package/zypper.rb:146
6884
+ msgid "Could not find package %{name}"
6885
+ msgstr ""
6886
+
6887
+ #: ../lib/puppet/provider/package/apt.rb:176 ../lib/puppet/provider/package/yum.rb:317
6888
+ msgid "Failed to update to version %{should}, got version %{version} instead"
6889
+ msgstr ""
6890
+
6891
+ #: ../lib/puppet/provider/package/apt.rb:189 ../lib/puppet/provider/package/fink.rb:55
6832
6892
  msgid "Could not find latest version"
6833
6893
  msgstr ""
6834
6894
 
6835
- #: ../lib/puppet/provider/package/apt.rb:178 ../lib/puppet/provider/package/fink.rb:66
6895
+ #: ../lib/puppet/provider/package/apt.rb:200 ../lib/puppet/provider/package/fink.rb:66
6836
6896
  msgid "Preseeding %{response} to debconf-set-selections"
6837
6897
  msgstr ""
6838
6898
 
6839
- #: ../lib/puppet/provider/package/apt.rb:182 ../lib/puppet/provider/package/fink.rb:70
6899
+ #: ../lib/puppet/provider/package/apt.rb:204 ../lib/puppet/provider/package/fink.rb:70
6840
6900
  msgid "No responsefile specified or non existent, not preseeding anything"
6841
6901
  msgstr ""
6842
6902
 
6843
- #: ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:94 ../lib/puppet/provider/package/portupgrade.rb:152 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:312 ../lib/puppet/provider/package/zypper.rb:146
6844
- msgid "Could not find package %{name}"
6845
- msgstr ""
6846
-
6847
6903
  #: ../lib/puppet/provider/package/aptrpm.rb:53
6848
6904
  msgid "Could not match version '%{version}'"
6849
6905
  msgstr ""
@@ -7179,10 +7235,6 @@ msgstr ""
7179
7235
  msgid "Could not find package %{wanted}"
7180
7236
  msgstr ""
7181
7237
 
7182
- #: ../lib/puppet/provider/package/yum.rb:317
7183
- msgid "Failed to update to version %{should}, got version %{version} instead"
7184
- msgstr ""
7185
-
7186
7238
  #: ../lib/puppet/provider/package_targetable.rb:56
7187
7239
  msgid "Provider %{name} package command is not functional on this host"
7188
7240
  msgstr ""
@@ -7694,24 +7746,24 @@ msgstr ""
7694
7746
  msgid "Setting %{name} is deprecated in puppet.conf."
7695
7747
  msgstr ""
7696
7748
 
7697
- #: ../lib/puppet/settings.rb:1435
7749
+ #: ../lib/puppet/settings.rb:1445
7698
7750
  msgid "Error converting value for param '%{name}': %{detail}"
7699
7751
  msgstr ""
7700
7752
 
7701
- #: ../lib/puppet/settings.rb:1459
7753
+ #: ../lib/puppet/settings.rb:1469
7702
7754
  msgid "Could not find value for %{expression}"
7703
7755
  msgstr ""
7704
7756
 
7705
7757
  #. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
7706
- #: ../lib/puppet/settings.rb:1469
7758
+ #: ../lib/puppet/settings.rb:1479
7707
7759
  msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
7708
7760
  msgstr ""
7709
7761
 
7710
- #: ../lib/puppet/settings.rb:1470
7762
+ #: ../lib/puppet/settings.rb:1480
7711
7763
  msgid "Its value will remain %{value}."
7712
7764
  msgstr ""
7713
7765
 
7714
- #: ../lib/puppet/settings.rb:1501
7766
+ #: ../lib/puppet/settings.rb:1511
7715
7767
  msgid "Attempt to assign a value to unknown setting %{name}"
7716
7768
  msgstr ""
7717
7769
 
@@ -7805,19 +7857,19 @@ msgid "Invalid duration format '%{value}' for parameter: %{name}"
7805
7857
  msgstr ""
7806
7858
 
7807
7859
  #. TRANSLATORS 'disable_per_environment_manifest' is a setting and 'environment.conf' is a file name and should not be translated
7808
- #: ../lib/puppet/settings/environment_conf.rb:69
7860
+ #: ../lib/puppet/settings/environment_conf.rb:70
7809
7861
  msgid "The 'disable_per_environment_manifest' setting is true, but the environment located at %{path_to_env} has a manifest setting in its environment.conf of '%{environment_conf}' which does not match the default_manifest setting '%{puppet_conf}'."
7810
7862
  msgstr ""
7811
7863
 
7812
- #: ../lib/puppet/settings/environment_conf.rb:71
7864
+ #: ../lib/puppet/settings/environment_conf.rb:72
7813
7865
  msgid "If this environment is expecting to find modules in '%{environment_conf}', they will not be available!"
7814
7866
  msgstr ""
7815
7867
 
7816
- #: ../lib/puppet/settings/environment_conf.rb:141
7868
+ #: ../lib/puppet/settings/environment_conf.rb:142
7817
7869
  msgid "Invalid sections in environment.conf at '%{path_to_conf_file}'. Environment conf may not have sections. The following sections are being ignored: '%{sections}'"
7818
7870
  msgstr ""
7819
7871
 
7820
- #: ../lib/puppet/settings/environment_conf.rb:153
7872
+ #: ../lib/puppet/settings/environment_conf.rb:154
7821
7873
  msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
7822
7874
  msgstr ""
7823
7875
 
@@ -9912,15 +9964,15 @@ msgstr ""
9912
9964
  msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
9913
9965
  msgstr ""
9914
9966
 
9915
- #: ../lib/puppet/util/windows/adsi.rb:497
9967
+ #: ../lib/puppet/util/windows/adsi.rb:497 ../lib/puppet/util/windows/adsi.rb:530
9916
9968
  msgid "Failed to get user name"
9917
9969
  msgstr ""
9918
9970
 
9919
- #: ../lib/puppet/util/windows/adsi.rb:534
9971
+ #: ../lib/puppet/util/windows/adsi.rb:580
9920
9972
  msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
9921
9973
  msgstr ""
9922
9974
 
9923
- #: ../lib/puppet/util/windows/adsi.rb:552
9975
+ #: ../lib/puppet/util/windows/adsi.rb:598
9924
9976
  msgid "Cannot create group if user '%{name}' exists."
9925
9977
  msgstr ""
9926
9978
 
@@ -9983,20 +10035,20 @@ msgstr ""
9983
10035
  msgid "Failed to call GetLongPathName"
9984
10036
  msgstr ""
9985
10037
 
9986
- #: ../lib/puppet/util/windows/principal.rb:67 ../lib/puppet/util/windows/principal.rb:74
10038
+ #: ../lib/puppet/util/windows/principal.rb:68 ../lib/puppet/util/windows/principal.rb:75
9987
10039
  msgid "Failed to call LookupAccountNameW with account: %{account_name}"
9988
10040
  msgstr ""
9989
10041
 
9990
10042
  #. TRANSLATORS `lookup_account_sid` is a variable name and should not be translated
9991
- #: ../lib/puppet/util/windows/principal.rb:97
10043
+ #: ../lib/puppet/util/windows/principal.rb:98
9992
10044
  msgid "Byte array for lookup_account_sid must not be nil and must be at least 1 byte long"
9993
10045
  msgstr ""
9994
10046
 
9995
- #: ../lib/puppet/util/windows/principal.rb:114
10047
+ #: ../lib/puppet/util/windows/principal.rb:115
9996
10048
  msgid "Byte array for lookup_account_sid is invalid: %{sid_bytes}"
9997
10049
  msgstr ""
9998
10050
 
9999
- #: ../lib/puppet/util/windows/principal.rb:122 ../lib/puppet/util/windows/principal.rb:129
10051
+ #: ../lib/puppet/util/windows/principal.rb:123 ../lib/puppet/util/windows/principal.rb:130
10000
10052
  msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
10001
10053
  msgstr ""
10002
10054
 
@@ -10106,7 +10158,7 @@ msgstr ""
10106
10158
  msgid "An attempt to set mode %{mode} on item %{path} would result in the group, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
10107
10159
  msgstr ""
10108
10160
 
10109
- #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:155 ../lib/puppet/util/windows/sid.rb:217 ../lib/puppet/util/windows/user.rb:59
10161
+ #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:157 ../lib/puppet/util/windows/sid.rb:219 ../lib/puppet/util/windows/user.rb:59
10110
10162
  msgid "Invalid SID"
10111
10163
  msgstr ""
10112
10164
 
@@ -10262,19 +10314,19 @@ msgstr ""
10262
10314
  msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
10263
10315
  msgstr ""
10264
10316
 
10265
- #: ../lib/puppet/util/windows/sid.rb:94
10317
+ #: ../lib/puppet/util/windows/sid.rb:96
10266
10318
  msgid "Octet string must be an array of bytes"
10267
10319
  msgstr ""
10268
10320
 
10269
- #: ../lib/puppet/util/windows/sid.rb:161
10321
+ #: ../lib/puppet/util/windows/sid.rb:163
10270
10322
  msgid "Failed to convert binary SID"
10271
10323
  msgstr ""
10272
10324
 
10273
- #: ../lib/puppet/util/windows/sid.rb:166
10325
+ #: ../lib/puppet/util/windows/sid.rb:168
10274
10326
  msgid "ConvertSidToStringSidW failed to allocate buffer for sid"
10275
10327
  msgstr ""
10276
10328
 
10277
- #: ../lib/puppet/util/windows/sid.rb:186
10329
+ #: ../lib/puppet/util/windows/sid.rb:188
10278
10330
  msgid "Failed to convert string SID: %{string_sid}"
10279
10331
  msgstr ""
10280
10332
 
@@ -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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "April 2021" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -189,7 +189,7 @@ The certificate revocation list (CRL) for the CA\.
189
189
  The root directory for the certificate authority\.
190
190
  .
191
191
  .IP "\(bu" 4
192
- \fIDefault\fR: $ssldir/ca
192
+ \fIDefault\fR: /var/lib/jenkins/\.puppetlabs/etc/puppet/ssl/ca
193
193
  .
194
194
  .IP "" 0
195
195
  .
@@ -288,6 +288,14 @@ Defaults to the node\'s fully qualified domain name\.
288
288
  .
289
289
  .IP "" 0
290
290
  .
291
+ .SS "ciphers"
292
+ The list of ciphersuites for TLS connections initiated by puppet\. The default value is chosen to support TLS 1\.0 and up, but can be made more restrictive if needed\. The ciphersuites must be specified in OpenSSL format, not IANA\.
293
+ .
294
+ .IP "\(bu" 4
295
+ \fIDefault\fR: 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
296
+ .
297
+ .IP "" 0
298
+ .
291
299
  .SS "classfile"
292
300
  The file in which puppet agent stores a list of the classes associated with the retrieved configuration\. Can be loaded in the separate \fBpuppet\fR executable using the \fB\-\-loadclasses\fR option\.
293
301
  .
@@ -931,7 +939,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
931
939
  The HTTP User\-Agent string to send when making network requests\.
932
940
  .
933
941
  .IP "\(bu" 4
934
- \fIDefault\fR: Puppet/6\.21\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)
942
+ \fIDefault\fR: Puppet/6\.22\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)
935
943
  .
936
944
  .IP "" 0
937
945
  .
@@ -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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "April 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" "February 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "April 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-doc\fR \- Generate Puppet references