puppet 8.6.0-universal-darwin → 8.8.1-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +7 -2
  3. data/Gemfile.lock +63 -53
  4. data/Rakefile +45 -22
  5. data/examples/hiera/README.md +68 -57
  6. data/examples/hiera/data/common.yaml +12 -0
  7. data/examples/hiera/data/dc1.yaml +6 -0
  8. data/examples/hiera/hiera.yaml +15 -0
  9. data/examples/hiera/modules/ntp/data/common.yaml +4 -0
  10. data/examples/hiera/modules/ntp/hiera.yaml +9 -0
  11. data/examples/hiera/modules/ntp/manifests/config.pp +16 -4
  12. data/examples/hiera/modules/ntp/templates/ntp.conf.epp +3 -0
  13. data/examples/hiera/modules/users/manifests/common.pp +7 -2
  14. data/examples/hiera/modules/users/manifests/dc1.pp +7 -2
  15. data/examples/hiera/site.pp +1 -1
  16. data/ext/project_data.yaml +0 -45
  17. data/ext/windows/service/daemon.rb +9 -2
  18. data/lib/puppet/application/doc.rb +1 -5
  19. data/lib/puppet/application/lookup.rb +2 -0
  20. data/lib/puppet/defaults.rb +5 -19
  21. data/lib/puppet/file_serving/http_metadata.rb +2 -0
  22. data/lib/puppet/functions/regsubst.rb +11 -14
  23. data/lib/puppet/indirector/catalog/compiler.rb +2 -35
  24. data/lib/puppet/module_tool/tar/gnu.rb +10 -8
  25. data/lib/puppet/node/server_facts.rb +43 -0
  26. data/lib/puppet/parser/functions/generate.rb +2 -1
  27. data/lib/puppet/pops/evaluator/deferred_resolver.rb +41 -6
  28. data/lib/puppet/pops/evaluator/runtime3_resource_support.rb +2 -1
  29. data/lib/puppet/pops/evaluator/runtime3_support.rb +0 -6
  30. data/lib/puppet/pops/loader/static_loader.rb +2 -2
  31. data/lib/puppet/pops/lookup/module_data_provider.rb +9 -9
  32. data/lib/puppet/provider/aix_object.rb +1 -1
  33. data/lib/puppet/provider/file/posix.rb +16 -2
  34. data/lib/puppet/provider/group/groupadd.rb +30 -9
  35. data/lib/puppet/provider/package/gem.rb +1 -0
  36. data/lib/puppet/provider/package/pkgutil.rb +6 -5
  37. data/lib/puppet/provider/package/puppet_gem.rb +4 -15
  38. data/lib/puppet/provider/package/xbps.rb +127 -0
  39. data/lib/puppet/type/exec.rb +8 -0
  40. data/lib/puppet/type/file/selcontext.rb +7 -6
  41. data/lib/puppet/type/file/target.rb +9 -11
  42. data/lib/puppet/util/command_line/trollop.rb +20 -2
  43. data/lib/puppet/util/execution.rb +1 -1
  44. data/lib/puppet/util/reference.rb +1 -30
  45. data/lib/puppet/util/rpm_compare.rb +1 -1
  46. data/lib/puppet/util/run_mode.rb +40 -0
  47. data/lib/puppet/util/selinux.rb +14 -4
  48. data/lib/puppet/util/windows/com.rb +2 -2
  49. data/lib/puppet/util/windows/daemon.rb +15 -32
  50. data/lib/puppet/version.rb +1 -1
  51. data/locales/puppet.pot +648 -648
  52. data/man/man5/puppet.conf.5 +2 -2
  53. data/man/man8/puppet-agent.8 +1 -1
  54. data/man/man8/puppet-apply.8 +1 -1
  55. data/man/man8/puppet-catalog.8 +1 -1
  56. data/man/man8/puppet-config.8 +1 -1
  57. data/man/man8/puppet-describe.8 +1 -1
  58. data/man/man8/puppet-device.8 +1 -1
  59. data/man/man8/puppet-doc.8 +1 -1
  60. data/man/man8/puppet-epp.8 +1 -1
  61. data/man/man8/puppet-facts.8 +1 -1
  62. data/man/man8/puppet-filebucket.8 +1 -1
  63. data/man/man8/puppet-generate.8 +1 -1
  64. data/man/man8/puppet-help.8 +1 -1
  65. data/man/man8/puppet-lookup.8 +1 -1
  66. data/man/man8/puppet-module.8 +1 -1
  67. data/man/man8/puppet-node.8 +1 -1
  68. data/man/man8/puppet-parser.8 +1 -1
  69. data/man/man8/puppet-plugin.8 +1 -1
  70. data/man/man8/puppet-report.8 +1 -1
  71. data/man/man8/puppet-resource.8 +1 -1
  72. data/man/man8/puppet-script.8 +1 -1
  73. data/man/man8/puppet-ssl.8 +1 -1
  74. data/man/man8/puppet.8 +2 -2
  75. metadata +66 -55
  76. data/examples/hiera/etc/hiera.yaml +0 -15
  77. data/examples/hiera/etc/hieradb/common.yaml +0 -3
  78. data/examples/hiera/etc/hieradb/dc1.yaml +0 -6
  79. data/examples/hiera/etc/hieradb/development.yaml +0 -2
  80. data/examples/hiera/etc/puppet.conf +0 -3
  81. data/examples/hiera/modules/data/manifests/common.pp +0 -4
  82. data/examples/hiera/modules/ntp/manifests/data.pp +0 -4
  83. data/examples/hiera/modules/ntp/templates/ntp.conf.erb +0 -3
  84. data/examples/hiera/modules/users/manifests/development.pp +0 -4
  85. data/tasks/benchmark.rake +0 -180
  86. data/tasks/cfpropertylist.rake +0 -15
  87. data/tasks/ci.rake +0 -24
  88. data/tasks/generate_ast_model.rake +0 -90
  89. data/tasks/generate_cert_fixtures.rake +0 -199
  90. data/tasks/manpages.rake +0 -67
  91. data/tasks/memwalk.rake +0 -195
  92. data/tasks/parallel.rake +0 -410
  93. data/tasks/parser.rake +0 -22
  94. data/tasks/yard.rake +0 -59
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.4.0-48-g050c7b4d84\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-01-17 17:51+0000\n"
13
- "PO-Revision-Date: 2024-01-17 17: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"
@@ -28,11 +28,11 @@ msgstr ""
28
28
  msgid "See https://puppet.com/docs/puppet/%{minor_version}/deprecated_language.html"
29
29
  msgstr ""
30
30
 
31
- #: ../lib/hiera/scope.rb:48 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:539
31
+ #: ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:539
32
32
  msgid "Variable: %{name}"
33
33
  msgstr ""
34
34
 
35
- #: ../lib/hiera/scope.rb:49 ../lib/hiera/scope.rb:51 ../lib/puppet/parser/scope.rb:536 ../lib/puppet/parser/scope.rb:542
35
+ #: ../lib/hiera/scope.rb:50 ../lib/hiera/scope.rb:52 ../lib/puppet/parser/scope.rb:536 ../lib/puppet/parser/scope.rb:542
36
36
  msgid "Undefined variable '%{name}'; %{reason}"
37
37
  msgstr ""
38
38
 
@@ -158,11 +158,11 @@ msgstr ""
158
158
  msgid "No valid command or main"
159
159
  msgstr ""
160
160
 
161
- #: ../lib/puppet/application.rb:488
161
+ #: ../lib/puppet/application.rb:487
162
162
  msgid "Could not set logdest to %{dest}."
163
163
  msgstr ""
164
164
 
165
- #: ../lib/puppet/application.rb:586
165
+ #: ../lib/puppet/application.rb:584
166
166
  msgid "No help available for puppet %{app_name}"
167
167
  msgstr ""
168
168
 
@@ -174,19 +174,19 @@ msgstr ""
174
174
  msgid "The puppet agent daemon"
175
175
  msgstr ""
176
176
 
177
- #: ../lib/puppet/application/agent.rb:424
177
+ #: ../lib/puppet/application/agent.rb:425
178
178
  msgid "Fingerprint asked but neither the certificate, nor the certificate request have been issued"
179
179
  msgstr ""
180
180
 
181
- #: ../lib/puppet/application/agent.rb:429
181
+ #: ../lib/puppet/application/agent.rb:430
182
182
  msgid "Failed to generate fingerprint: %{message}"
183
183
  msgstr ""
184
184
 
185
- #: ../lib/puppet/application/agent.rb:452
185
+ #: ../lib/puppet/application/agent.rb:454
186
186
  msgid "Starting Puppet client version %{version}"
187
187
  msgstr ""
188
188
 
189
- #: ../lib/puppet/application/agent.rb:468
189
+ #: ../lib/puppet/application/agent.rb:470
190
190
  msgid "The puppet agent command does not take parameters"
191
191
  msgstr ""
192
192
 
@@ -272,11 +272,11 @@ msgstr ""
272
272
  msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}"
273
273
  msgstr ""
274
274
 
275
- #: ../lib/puppet/application/device.rb:391 ../lib/puppet/application/resource.rb:204
275
+ #: ../lib/puppet/application/device.rb:390 ../lib/puppet/application/resource.rb:208
276
276
  msgid "You must specify the type to display"
277
277
  msgstr ""
278
278
 
279
- #: ../lib/puppet/application/device.rb:392 ../lib/puppet/application/resource.rb:205
279
+ #: ../lib/puppet/application/device.rb:391 ../lib/puppet/application/resource.rb:209
280
280
  msgid "Could not find type %{type}"
281
281
  msgstr ""
282
282
 
@@ -308,33 +308,33 @@ msgstr ""
308
308
  msgid "Could not generate reference %{name}: %{detail}"
309
309
  msgstr ""
310
310
 
311
- #: ../lib/puppet/application/face_base.rb:37
311
+ #: ../lib/puppet/application/face_base.rb:36
312
312
  msgid "I don't know how to render '%{format}'"
313
313
  msgstr ""
314
314
 
315
- #: ../lib/puppet/application/face_base.rb:59
315
+ #: ../lib/puppet/application/face_base.rb:58
316
316
  msgid "Cancelling Face"
317
317
  msgstr ""
318
318
 
319
- #: ../lib/puppet/application/face_base.rb:138
319
+ #: ../lib/puppet/application/face_base.rb:137
320
320
  msgid "'%{face}' has no %{action} action. See `puppet help %{face}`."
321
321
  msgstr ""
322
322
 
323
- #: ../lib/puppet/application/face_base.rb:218
323
+ #: ../lib/puppet/application/face_base.rb:217
324
324
  msgid "%{face} does not respond to action %{arg}"
325
325
  msgstr ""
326
326
 
327
- #: ../lib/puppet/application/face_base.rb:251
327
+ #: ../lib/puppet/application/face_base.rb:250
328
328
  msgid "puppet %{face} %{action} takes %{arg_count} argument, but you gave %{given_count}"
329
329
  msgid_plural "puppet %{face} %{action} takes %{arg_count} arguments, but you gave %{given_count}"
330
330
  msgstr[0] ""
331
331
  msgstr[1] ""
332
332
 
333
- #: ../lib/puppet/application/face_base.rb:256
333
+ #: ../lib/puppet/application/face_base.rb:255
334
334
  msgid "'puppet %{face}' is deprecated and will be removed in a future release"
335
335
  msgstr ""
336
336
 
337
- #: ../lib/puppet/application/face_base.rb:274
337
+ #: ../lib/puppet/application/face_base.rb:273
338
338
  msgid "Try 'puppet help %{face} %{action}' for usage"
339
339
  msgstr ""
340
340
 
@@ -366,63 +366,63 @@ 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:393
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
 
413
- #: ../lib/puppet/application/resource.rb:37
413
+ #: ../lib/puppet/application/resource.rb:38
414
414
  msgid "The resource abstraction layer shell"
415
415
  msgstr ""
416
416
 
417
- #: ../lib/puppet/application/resource.rb:148
417
+ #: ../lib/puppet/application/resource.rb:152
418
418
  msgid "Editing with Yaml output is not supported"
419
419
  msgstr ""
420
420
 
421
- #: ../lib/puppet/application/resource.rb:212
421
+ #: ../lib/puppet/application/resource.rb:216
422
422
  msgid "Invalid parameter setting %{setting}"
423
423
  msgstr ""
424
424
 
425
- #: ../lib/puppet/application/resource.rb:244
425
+ #: ../lib/puppet/application/resource.rb:251
426
426
  msgid "Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc"
427
427
  msgstr ""
428
428
 
@@ -652,7 +652,7 @@ msgstr ""
652
652
  msgid "Unable to fetch my node definition, but the agent run will continue:"
653
653
  msgstr ""
654
654
 
655
- #: ../lib/puppet/configurer.rb:643 ../lib/puppet/face/report.rb:49
655
+ #: ../lib/puppet/configurer.rb:643 ../lib/puppet/face/report.rb:48
656
656
  msgid "Could not send report: %{detail}"
657
657
  msgstr ""
658
658
 
@@ -716,7 +716,7 @@ msgstr ""
716
716
  msgid "TrustedInformation expected a certificate, but none was given."
717
717
  msgstr ""
718
718
 
719
- #: ../lib/puppet/context/trusted_information.rb:106 ../lib/puppet/parser/scope.rb:847
719
+ #: ../lib/puppet/context/trusted_information.rb:106 ../lib/puppet/parser/scope.rb:848
720
720
  msgid "Unsupported data type: '%{klass}'"
721
721
  msgstr ""
722
722
 
@@ -732,51 +732,51 @@ msgstr ""
732
732
  msgid "Data Type Load Error for type '%{type_name}': %{message}"
733
733
  msgstr ""
734
734
 
735
- #: ../lib/puppet/datatypes.rb:157
735
+ #: ../lib/puppet/datatypes.rb:156
736
736
  msgid "a data type must have an interface"
737
737
  msgstr ""
738
738
 
739
- #: ../lib/puppet/datatypes.rb:198
739
+ #: ../lib/puppet/datatypes.rb:197
740
740
  msgid "a data type can only have one interface"
741
741
  msgstr ""
742
742
 
743
- #: ../lib/puppet/datatypes.rb:204 ../lib/puppet/datatypes.rb:210
743
+ #: ../lib/puppet/datatypes.rb:203 ../lib/puppet/datatypes.rb:209
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:563
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:565
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:759
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:849
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:1108 ../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:2042
779
+ #: ../lib/puppet/defaults.rb:2034
780
780
  msgid "Setting 'pluginsync' is deprecated."
781
781
  msgstr ""
782
782
 
@@ -911,7 +911,7 @@ msgstr ""
911
911
  msgid "No template specified. No action taken"
912
912
  msgstr ""
913
913
 
914
- #: ../lib/puppet/face/epp.rb:97 ../lib/puppet/face/epp.rb:199
914
+ #: ../lib/puppet/face/epp.rb:97 ../lib/puppet/face/epp.rb:198
915
915
  msgid ""
916
916
  "One or more file(s) specified did not exist:\n"
917
917
  "%{missing_files_list}"
@@ -929,7 +929,7 @@ msgstr ""
929
929
  msgid "A dump of the resulting AST model unless there are syntax or validation errors."
930
930
  msgstr ""
931
931
 
932
- #: ../lib/puppet/face/epp.rb:138 ../lib/puppet/face/epp.rb:310 ../lib/puppet/face/parser.rb:128
932
+ #: ../lib/puppet/face/epp.rb:138 ../lib/puppet/face/epp.rb:309 ../lib/puppet/face/parser.rb:128
933
933
  msgid "<source>"
934
934
  msgstr ""
935
935
 
@@ -961,79 +961,79 @@ msgstr ""
961
961
  msgid "No input to parse given on command line or stdin"
962
962
  msgstr ""
963
963
 
964
- #: ../lib/puppet/face/epp.rb:208
964
+ #: ../lib/puppet/face/epp.rb:207
965
965
  msgid "Renders an epp template as text"
966
966
  msgstr ""
967
967
 
968
- #: ../lib/puppet/face/epp.rb:210
968
+ #: ../lib/puppet/face/epp.rb:209
969
969
  msgid "A rendered result of one or more given templates."
970
970
  msgstr ""
971
971
 
972
- #: ../lib/puppet/face/epp.rb:306
972
+ #: ../lib/puppet/face/epp.rb:305
973
973
  msgid "<node_name>"
974
974
  msgstr ""
975
975
 
976
- #: ../lib/puppet/face/epp.rb:307
976
+ #: ../lib/puppet/face/epp.rb:306
977
977
  msgid "The name of the node for which facts are obtained. Defaults to facts for the local node."
978
978
  msgstr ""
979
979
 
980
- #: ../lib/puppet/face/epp.rb:312
980
+ #: ../lib/puppet/face/epp.rb:311
981
981
  msgid "Render one inline epp template given on the command line."
982
982
  msgstr ""
983
983
 
984
- #: ../lib/puppet/face/epp.rb:315
984
+ #: ../lib/puppet/face/epp.rb:314
985
985
  msgid "<values_hash>"
986
986
  msgstr ""
987
987
 
988
- #: ../lib/puppet/face/epp.rb:316
988
+ #: ../lib/puppet/face/epp.rb:315
989
989
  msgid "A Hash in Puppet DSL form given as arguments to the template being rendered."
990
990
  msgstr ""
991
991
 
992
- #: ../lib/puppet/face/epp.rb:319
992
+ #: ../lib/puppet/face/epp.rb:318
993
993
  msgid "<pp_or_yaml_file>"
994
994
  msgstr ""
995
995
 
996
- #: ../lib/puppet/face/epp.rb:320
996
+ #: ../lib/puppet/face/epp.rb:319
997
997
  msgid "A .pp or .yaml file that is processed to produce a hash of values for the template."
998
998
  msgstr ""
999
999
 
1000
- #: ../lib/puppet/face/epp.rb:323
1000
+ #: ../lib/puppet/face/epp.rb:322
1001
1001
  msgid "<facts_file>"
1002
1002
  msgstr ""
1003
1003
 
1004
- #: ../lib/puppet/face/epp.rb:324
1004
+ #: ../lib/puppet/face/epp.rb:323
1005
1005
  msgid "A .yaml or .json file containing a hash of facts made available in $facts and $trusted"
1006
1006
  msgstr ""
1007
1007
 
1008
- #: ../lib/puppet/face/epp.rb:328
1008
+ #: ../lib/puppet/face/epp.rb:327
1009
1009
  msgid "Whether or not to show a file name header between rendered results."
1010
1010
  msgstr ""
1011
1011
 
1012
- #: ../lib/puppet/face/epp.rb:348
1012
+ #: ../lib/puppet/face/epp.rb:347
1013
1013
  msgid "No input to process given on command line or stdin"
1014
1014
  msgstr ""
1015
1015
 
1016
- #: ../lib/puppet/face/epp.rb:362
1016
+ #: ../lib/puppet/face/epp.rb:359
1017
1017
  msgid "error while rendering epp"
1018
1018
  msgstr ""
1019
1019
 
1020
- #: ../lib/puppet/face/epp.rb:415
1020
+ #: ../lib/puppet/face/epp.rb:413
1021
1021
  msgid "Only .yaml or .pp can be used as a --values_file"
1022
1022
  msgstr ""
1023
1023
 
1024
- #: ../lib/puppet/face/epp.rb:418
1024
+ #: ../lib/puppet/face/epp.rb:416
1025
1025
  msgid "Could not load --values_file %{error}"
1026
1026
  msgstr ""
1027
1027
 
1028
- #: ../lib/puppet/face/epp.rb:421
1028
+ #: ../lib/puppet/face/epp.rb:419
1029
1029
  msgid "--values_file option must evaluate to a Hash or undef/nil, got: '%{template_class}'"
1030
1030
  msgstr ""
1031
1031
 
1032
- #: ../lib/puppet/face/epp.rb:435
1032
+ #: ../lib/puppet/face/epp.rb:433
1033
1033
  msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
1034
1034
  msgstr ""
1035
1035
 
1036
- #: ../lib/puppet/face/epp.rb:531
1036
+ #: ../lib/puppet/face/epp.rb:529
1037
1037
  msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
1038
1038
  msgstr ""
1039
1039
 
@@ -1162,44 +1162,44 @@ msgstr ""
1162
1162
  msgid "The 'puppet help' command takes two (optional) arguments: a subcommand and an action"
1163
1163
  msgstr ""
1164
1164
 
1165
- #. TRANSLATORS '--version' is a command line option and should not be translated
1166
- #: ../lib/puppet/face/help.rb:56
1165
+ #: ../lib/puppet/face/help.rb:54
1167
1166
  msgid "Supplying a '--version' only makes sense when a Faces subcommand is given"
1168
1167
  msgstr ""
1169
1168
 
1170
- #: ../lib/puppet/face/help.rb:64
1169
+ #. TRANSLATORS '--version' is a command line option and should not be translated
1170
+ #: ../lib/puppet/face/help.rb:62
1171
1171
  msgid "The legacy subcommand '%{sub_command}' does not support supplying an action"
1172
1172
  msgstr ""
1173
1173
 
1174
- #: ../lib/puppet/face/help.rb:105
1174
+ #: ../lib/puppet/face/help.rb:101
1175
1175
  msgid "Could not load help for the application %{application_name}."
1176
1176
  msgstr ""
1177
1177
 
1178
- #: ../lib/puppet/face/help.rb:106 ../lib/puppet/face/help.rb:118
1178
+ #: ../lib/puppet/face/help.rb:102 ../lib/puppet/face/help.rb:114
1179
1179
  msgid "Please check the error logs for more information."
1180
1180
  msgstr ""
1181
1181
 
1182
- #: ../lib/puppet/face/help.rb:108 ../lib/puppet/face/help.rb:120
1182
+ #: ../lib/puppet/face/help.rb:104 ../lib/puppet/face/help.rb:116
1183
1183
  msgid "Detail: \"%{detail}\""
1184
1184
  msgstr ""
1185
1185
 
1186
- #: ../lib/puppet/face/help.rb:117
1186
+ #: ../lib/puppet/face/help.rb:113
1187
1187
  msgid "Could not load help for the face %{face_name}."
1188
1188
  msgstr ""
1189
1189
 
1190
- #: ../lib/puppet/face/help.rb:129
1190
+ #: ../lib/puppet/face/help.rb:125
1191
1191
  msgid "Unable to load action %{actionname} from %{face}"
1192
1192
  msgstr ""
1193
1193
 
1194
- #: ../lib/puppet/face/help.rb:173
1194
+ #: ../lib/puppet/face/help.rb:169
1195
1195
  msgid "(Deprecated)"
1196
1196
  msgstr ""
1197
1197
 
1198
- #: ../lib/puppet/face/help.rb:176 ../lib/puppet/face/help.rb:188
1198
+ #: ../lib/puppet/face/help.rb:172 ../lib/puppet/face/help.rb:184
1199
1199
  msgid "!%{sub_command}! Subcommand unavailable due to error."
1200
1200
  msgstr ""
1201
1201
 
1202
- #: ../lib/puppet/face/help.rb:177 ../lib/puppet/face/help.rb:189
1202
+ #: ../lib/puppet/face/help.rb:173 ../lib/puppet/face/help.rb:185
1203
1203
  msgid "Check error logs."
1204
1204
  msgstr ""
1205
1205
 
@@ -1259,7 +1259,7 @@ msgstr ""
1259
1259
  msgid "Preparing to install into %{dir} ..."
1260
1260
  msgstr ""
1261
1261
 
1262
- #: ../lib/puppet/face/module/install.rb:135
1262
+ #: ../lib/puppet/face/module/install.rb:136
1263
1263
  msgid "Module %{name} %{version} is already installed."
1264
1264
  msgstr ""
1265
1265
 
@@ -1298,11 +1298,11 @@ msgid ""
1298
1298
  "Missing dependency '%{name}':\n"
1299
1299
  msgstr ""
1300
1300
 
1301
- #: ../lib/puppet/face/module/list.rb:226
1301
+ #: ../lib/puppet/face/module/list.rb:225
1302
1302
  msgid "UNMET DEPENDENCY"
1303
1303
  msgstr ""
1304
1304
 
1305
- #: ../lib/puppet/face/module/list.rb:260 ../lib/puppet/face/module/list.rb:265
1305
+ #: ../lib/puppet/face/module/list.rb:259 ../lib/puppet/face/module/list.rb:264
1306
1306
  msgid "invalid"
1307
1307
  msgstr ""
1308
1308
 
@@ -1485,7 +1485,7 @@ msgstr ""
1485
1485
  msgid "API only: submit a report with error handling."
1486
1486
  msgstr ""
1487
1487
 
1488
- #: ../lib/puppet/face/report.rb:47
1488
+ #: ../lib/puppet/face/report.rb:46
1489
1489
  msgid "Uploaded report for %{name}"
1490
1490
  msgstr ""
1491
1491
 
@@ -1704,7 +1704,7 @@ msgstr ""
1704
1704
  msgid "Unsupported Windows source permissions option %{source_permissions}"
1705
1705
  msgstr ""
1706
1706
 
1707
- #: ../lib/puppet/file_serving/metadata.rb:125
1707
+ #: ../lib/puppet/file_serving/metadata.rb:129
1708
1708
  msgid "Cannot manage files of type %{file_type}"
1709
1709
  msgstr ""
1710
1710
 
@@ -1760,7 +1760,7 @@ msgstr ""
1760
1760
  msgid "Timeout waiting for exclusive lock on %{path}"
1761
1761
  msgstr ""
1762
1762
 
1763
- #: ../lib/puppet/file_system/jruby.rb:20 ../lib/puppet/file_system/windows.rb:132 ../lib/puppet/util.rb:670
1763
+ #: ../lib/puppet/file_system/jruby.rb:20 ../lib/puppet/file_system/windows.rb:140 ../lib/puppet/util.rb:677
1764
1764
  msgid "Is a directory: %{directory}"
1765
1765
  msgstr ""
1766
1766
 
@@ -1792,11 +1792,11 @@ msgstr ""
1792
1792
  msgid "An absolute PathPattern cannot be a relative path."
1793
1793
  msgstr ""
1794
1794
 
1795
- #: ../lib/puppet/file_system/uniquefile.rb:112
1795
+ #: ../lib/puppet/file_system/uniquefile.rb:111
1796
1796
  msgid "unexpected prefix_suffix: %{value}"
1797
1797
  msgstr ""
1798
1798
 
1799
- #: ../lib/puppet/file_system/uniquefile.rb:139
1799
+ #: ../lib/puppet/file_system/uniquefile.rb:138
1800
1800
  msgid "cannot generate temporary name using `%{basename}' under `%{tmpdir}'"
1801
1801
  msgstr ""
1802
1802
 
@@ -1804,39 +1804,39 @@ msgstr ""
1804
1804
  msgid "%{dest} already exists and the :force option was not specified"
1805
1805
  msgstr ""
1806
1806
 
1807
- #: ../lib/puppet/file_system/windows.rb:208
1807
+ #: ../lib/puppet/file_system/windows.rb:216
1808
1808
  msgid "This version of Windows does not support symlinks. Windows Vista / 2008 or higher is required."
1809
1809
  msgstr ""
1810
1810
 
1811
- #: ../lib/puppet/file_system/windows.rb:213
1811
+ #: ../lib/puppet/file_system/windows.rb:221
1812
1812
  msgid "The current user does not have the necessary permission to manage symlinks."
1813
1813
  msgstr ""
1814
1814
 
1815
- #: ../lib/puppet/forge.rb:141
1815
+ #: ../lib/puppet/forge.rb:140
1816
1816
  msgid "Malformed dependency: %{name}."
1817
1817
  msgstr ""
1818
1818
 
1819
- #: ../lib/puppet/forge.rb:142
1819
+ #: ../lib/puppet/forge.rb:141
1820
1820
  msgid "Exception was: %{detail}"
1821
1821
  msgstr ""
1822
1822
 
1823
- #: ../lib/puppet/forge.rb:185
1823
+ #: ../lib/puppet/forge.rb:183
1824
1824
  msgid "Forge module is missing SHA256 and MD5 checksums"
1825
1825
  msgstr ""
1826
1826
 
1827
- #: ../lib/puppet/forge.rb:221
1827
+ #: ../lib/puppet/forge.rb:217
1828
1828
  msgid "Module install using MD5 is prohibited in FIPS mode."
1829
1829
  msgstr ""
1830
1830
 
1831
- #: ../lib/puppet/forge.rb:225
1831
+ #: ../lib/puppet/forge.rb:221
1832
1832
  msgid "Downloaded release for %{name} did not match expected checksum %{checksum}"
1833
1833
  msgstr ""
1834
1834
 
1835
- #: ../lib/puppet/forge.rb:233 ../lib/puppet/module_tool/applications/unpacker.rb:60 ../lib/puppet/module_tool/local_tarball.rb:90
1835
+ #: ../lib/puppet/forge.rb:228 ../lib/puppet/module_tool/applications/unpacker.rb:59 ../lib/puppet/module_tool/local_tarball.rb:89
1836
1836
  msgid "Could not extract contents of module archive: %{message}"
1837
1837
  msgstr ""
1838
1838
 
1839
- #: ../lib/puppet/forge.rb:250
1839
+ #: ../lib/puppet/forge.rb:244
1840
1840
  msgid "Cannot consider release %{name}-%{version}: %{error}"
1841
1841
  msgstr ""
1842
1842
 
@@ -1904,74 +1904,74 @@ msgstr ""
1904
1904
  msgid "Function Load Error for function '%{function_name}': %{message}"
1905
1905
  msgstr ""
1906
1906
 
1907
- #: ../lib/puppet/functions.rb:214
1907
+ #: ../lib/puppet/functions.rb:213
1908
1908
  msgid "Functions must be based on Puppet::Pops::Functions::Function. Got %{function_base}"
1909
1909
  msgstr ""
1910
1910
 
1911
- #: ../lib/puppet/functions.rb:274
1911
+ #: ../lib/puppet/functions.rb:273
1912
1912
  msgid "Function Creation Error, cannot create a default dispatcher for function '%{func_name}', no method with this name found"
1913
1913
  msgstr ""
1914
1914
 
1915
- #: ../lib/puppet/functions.rb:352
1915
+ #: ../lib/puppet/functions.rb:351
1916
1916
  msgid "No loader present. Call create_loaded_function(:myname, loader,...), instead of 'create_function' if running tests"
1917
1917
  msgstr ""
1918
1918
 
1919
- #: ../lib/puppet/functions.rb:416
1919
+ #: ../lib/puppet/functions.rb:415
1920
1920
  msgid "A required parameter cannot be added after an optional parameter"
1921
1921
  msgstr ""
1922
1922
 
1923
- #: ../lib/puppet/functions.rb:466
1923
+ #: ../lib/puppet/functions.rb:465
1924
1924
  msgid "A required repeated parameter cannot be added after an optional parameter"
1925
1925
  msgstr ""
1926
1926
 
1927
- #: ../lib/puppet/functions.rb:489
1927
+ #: ../lib/puppet/functions.rb:488
1928
1928
  msgid "block_param accepts max 2 arguments (type, name), got %{size}."
1929
1929
  msgstr ""
1930
1930
 
1931
- #: ../lib/puppet/functions.rb:493
1931
+ #: ../lib/puppet/functions.rb:492
1932
1932
  msgid "Expected PCallableType or PVariantType thereof, got %{type_class}"
1933
1933
  msgstr ""
1934
1934
 
1935
- #: ../lib/puppet/functions.rb:497
1935
+ #: ../lib/puppet/functions.rb:496
1936
1936
  msgid "Expected block_param name to be a Symbol, got %{name_class}"
1937
1937
  msgstr ""
1938
1938
 
1939
- #: ../lib/puppet/functions.rb:504
1939
+ #: ../lib/puppet/functions.rb:503
1940
1940
  msgid "Attempt to redefine block"
1941
1941
  msgstr ""
1942
1942
 
1943
- #: ../lib/puppet/functions.rb:526
1943
+ #: ../lib/puppet/functions.rb:525
1944
1944
  msgid "Argument to 'return_type' must be a String reference to a Puppet Data Type. Got %{type_class}"
1945
1945
  msgstr ""
1946
1946
 
1947
- #: ../lib/puppet/functions.rb:536
1947
+ #: ../lib/puppet/functions.rb:535
1948
1948
  msgid "Parameters cannot be added after a block parameter"
1949
1949
  msgstr ""
1950
1950
 
1951
- #: ../lib/puppet/functions.rb:537
1951
+ #: ../lib/puppet/functions.rb:536
1952
1952
  msgid "Parameters cannot be added after a repeated parameter"
1953
1953
  msgstr ""
1954
1954
 
1955
- #: ../lib/puppet/functions.rb:540
1955
+ #: ../lib/puppet/functions.rb:539
1956
1956
  msgid "Parameter name argument must be a Symbol. Got %{name_class}"
1957
1957
  msgstr ""
1958
1958
 
1959
- #: ../lib/puppet/functions.rb:553
1959
+ #: ../lib/puppet/functions.rb:552
1960
1960
  msgid "Parameter 'type' must be a String reference to a Puppet Data Type. Got %{type_class}"
1961
1961
  msgstr ""
1962
1962
 
1963
- #: ../lib/puppet/functions.rb:597
1963
+ #: ../lib/puppet/functions.rb:595
1964
1964
  msgid ""
1965
1965
  "Parsing of type string '\"%{type_string}\"' failed with message: <%{message}>.\n"
1966
1966
  msgstr ""
1967
1967
 
1968
- #: ../lib/puppet/functions.rb:638
1968
+ #: ../lib/puppet/functions.rb:635
1969
1969
  msgid ""
1970
1970
  "Parsing of 'type \"%{assignment_string}\"' failed with message: <%{message}>.\n"
1971
1971
  "Called from <%{ruby_file_location}>"
1972
1972
  msgstr ""
1973
1973
 
1974
- #: ../lib/puppet/functions.rb:647
1974
+ #: ../lib/puppet/functions.rb:644
1975
1975
  msgid ""
1976
1976
  "Expected a type alias assignment on the form 'AliasType = T', got '%{assignment_string}'.\n"
1977
1977
  "Called from <%{ruby_file_location}>"
@@ -2049,15 +2049,15 @@ msgstr ""
2049
2049
  msgid "'eyaml_lookup_key': one of 'path', 'paths' 'glob', 'globs' or 'mapped_paths' must be declared in hiera.yaml when using this lookup_key function"
2050
2050
  msgstr ""
2051
2051
 
2052
- #: ../lib/puppet/functions/eyaml_lookup_key.rb:55 ../lib/puppet/functions/yaml_data.rb:30
2052
+ #: ../lib/puppet/functions/eyaml_lookup_key.rb:54 ../lib/puppet/functions/yaml_data.rb:29
2053
2053
  msgid "%{path}: file does not contain a valid yaml hash"
2054
2054
  msgstr ""
2055
2055
 
2056
- #: ../lib/puppet/functions/eyaml_lookup_key.rb:63 ../lib/puppet/functions/yaml_data.rb:38
2056
+ #: ../lib/puppet/functions/eyaml_lookup_key.rb:62 ../lib/puppet/functions/yaml_data.rb:37
2057
2057
  msgid "Unable to parse %{message}"
2058
2058
  msgstr ""
2059
2059
 
2060
- #: ../lib/puppet/functions/eyaml_lookup_key.rb:96
2060
+ #: ../lib/puppet/functions/eyaml_lookup_key.rb:94
2061
2061
  msgid "hiera-eyaml backend error decrypting %{data} when looking up %{key} in %{path}. Error was %{message}"
2062
2062
  msgstr ""
2063
2063
 
@@ -2090,7 +2090,7 @@ msgstr ""
2090
2090
  msgid "Lookup using Hocon data_hash function is not supported without hocon library"
2091
2091
  msgstr ""
2092
2092
 
2093
- #: ../lib/puppet/functions/hocon_data.rb:35
2093
+ #: ../lib/puppet/functions/hocon_data.rb:34
2094
2094
  msgid "Unable to parse (%{path}): %{message}"
2095
2095
  msgstr ""
2096
2096
 
@@ -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 ""
@@ -2187,11 +2191,11 @@ msgid "Got an event from invalid vertex %{source}"
2187
2191
  msgstr ""
2188
2192
 
2189
2193
  #. TRANSLATORS "negative or zero" refers to the count of paths
2190
- #: ../lib/puppet/graph/simple_graph.rb:203
2194
+ #: ../lib/puppet/graph/simple_graph.rb:201
2191
2195
  msgid "negative or zero max_paths"
2192
2196
  msgstr ""
2193
2197
 
2194
- #: ../lib/puppet/graph/simple_graph.rb:235
2198
+ #: ../lib/puppet/graph/simple_graph.rb:233
2195
2199
  msgid ""
2196
2200
  "Found %{num} dependency cycle:\n"
2197
2201
  msgid_plural ""
@@ -2199,12 +2203,12 @@ msgid_plural ""
2199
2203
  msgstr[0] ""
2200
2204
  msgstr[1] ""
2201
2205
 
2202
- #: ../lib/puppet/graph/simple_graph.rb:244
2206
+ #: ../lib/puppet/graph/simple_graph.rb:242
2203
2207
  msgid "Cycle graph written to %{filename}."
2204
2208
  msgstr ""
2205
2209
 
2206
2210
  #. TRANSLATORS '--graph' refers to a command line option and OmniGraffle and GraphViz are program names and should not be translated
2207
- #: ../lib/puppet/graph/simple_graph.rb:247
2211
+ #: ../lib/puppet/graph/simple_graph.rb:245
2208
2212
  msgid "Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz"
2209
2213
  msgstr ""
2210
2214
 
@@ -2254,11 +2258,11 @@ msgstr ""
2254
2258
  msgid "Failed to close connection for %{site}: %{detail}"
2255
2259
  msgstr ""
2256
2260
 
2257
- #: ../lib/puppet/http/redirector.rb:77
2261
+ #: ../lib/puppet/http/redirector.rb:81
2258
2262
  msgid "Location response header is missing"
2259
2263
  msgstr ""
2260
2264
 
2261
- #: ../lib/puppet/http/redirector.rb:81
2265
+ #: ../lib/puppet/http/redirector.rb:85
2262
2266
  msgid "Location URI is invalid: %{detail}"
2263
2267
  msgstr ""
2264
2268
 
@@ -2274,11 +2278,11 @@ msgstr ""
2274
2278
  msgid "Ignoring extra header \"%{name}\" as it was previously set."
2275
2279
  msgstr ""
2276
2280
 
2277
- #: ../lib/puppet/http/service.rb:112
2281
+ #: ../lib/puppet/http/service.rb:111
2278
2282
  msgid "Ignoring extra header \"%{name}\" as it has no value."
2279
2283
  msgstr ""
2280
2284
 
2281
- #: ../lib/puppet/http/service.rb:134 ../lib/puppet/indirector/rest.rb:55
2285
+ #: ../lib/puppet/http/service.rb:132 ../lib/puppet/indirector/rest.rb:55
2282
2286
  msgid "No content type in http response; cannot parse"
2283
2287
  msgstr ""
2284
2288
 
@@ -2294,76 +2298,76 @@ 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:126
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
 
@@ -2384,49 +2388,41 @@ 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:354
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:356
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:359
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:361
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:377
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:385
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:404
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:423
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:455
2423
- msgid "Could not retrieve fact servername"
2424
- msgstr ""
2425
-
2426
- #: ../lib/puppet/indirector/catalog/compiler.rb:464
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 ""
@@ -2439,7 +2435,7 @@ msgstr ""
2439
2435
  msgid "Unable to serialize catalog to json, no other acceptable format"
2440
2436
  msgstr ""
2441
2437
 
2442
- #: ../lib/puppet/indirector/catalog/rest.rb:43 ../lib/puppet/indirector/facts/rest.rb:22 ../lib/puppet/indirector/file_content/rest.rb:31 ../lib/puppet/indirector/file_metadata/rest.rb:28 ../lib/puppet/indirector/node/rest.rb:25
2438
+ #: ../lib/puppet/indirector/catalog/rest.rb:45 ../lib/puppet/indirector/facts/rest.rb:22 ../lib/puppet/indirector/file_content/rest.rb:31 ../lib/puppet/indirector/file_metadata/rest.rb:28 ../lib/puppet/indirector/node/rest.rb:25
2443
2439
  msgid "Find %{uri} resulted in 404 with the message: %{body}"
2444
2440
  msgstr ""
2445
2441
 
@@ -2511,7 +2507,7 @@ msgstr ""
2511
2507
  msgid "Could not find terminus for %{indirection}"
2512
2508
  msgstr ""
2513
2509
 
2514
- #: ../lib/puppet/indirector/face.rb:140
2510
+ #: ../lib/puppet/indirector/face.rb:139
2515
2511
  msgid "Could not set '%{indirection}' terminus to '%{from}' (%{detail}); valid terminus types are %{types}"
2516
2512
  msgstr ""
2517
2513
 
@@ -2653,27 +2649,27 @@ msgstr ""
2653
2649
  msgid "Filtered result for %{indirection} %{request}"
2654
2650
  msgstr ""
2655
2651
 
2656
- #: ../lib/puppet/indirector/indirection.rb:276
2652
+ #: ../lib/puppet/indirector/indirection.rb:274
2657
2653
  msgid "Not using expired %{indirection} for %{request} from cache; expired at %{expiration}"
2658
2654
  msgstr ""
2659
2655
 
2660
- #: ../lib/puppet/indirector/indirection.rb:283
2656
+ #: ../lib/puppet/indirector/indirection.rb:281
2661
2657
  msgid "Cached %{indirection} for %{request} failed: %{detail}"
2662
2658
  msgstr ""
2663
2659
 
2664
- #: ../lib/puppet/indirector/indirection.rb:309
2660
+ #: ../lib/puppet/indirector/indirection.rb:307
2665
2661
  msgid "Search results from terminus %{terminus_name} are not an array"
2666
2662
  msgstr ""
2667
2663
 
2668
- #: ../lib/puppet/indirector/indirection.rb:348
2664
+ #: ../lib/puppet/indirector/indirection.rb:346
2669
2665
  msgid "Not authorized to call %{method} on %{description}"
2670
2666
  msgstr ""
2671
2667
 
2672
- #: ../lib/puppet/indirector/indirection.rb:351
2668
+ #: ../lib/puppet/indirector/indirection.rb:349
2673
2669
  msgid "Not authorized to call %{method} on %{description} with %{option}"
2674
2670
  msgstr ""
2675
2671
 
2676
- #: ../lib/puppet/indirector/indirection.rb:378
2672
+ #: ../lib/puppet/indirector/indirection.rb:376
2677
2673
  msgid "Could not find terminus %{terminus_class} for indirection %{indirection}"
2678
2674
  msgstr ""
2679
2675
 
@@ -2742,7 +2738,7 @@ msgstr ""
2742
2738
  msgid "key is a %{klass}, not a string or symbol"
2743
2739
  msgstr ""
2744
2740
 
2745
- #: ../lib/puppet/indirector/node/exec.rb:70
2741
+ #: ../lib/puppet/indirector/node/exec.rb:68
2746
2742
  msgid "Could not load external node results for %{name}: %{detail}"
2747
2743
  msgstr ""
2748
2744
 
@@ -2770,7 +2766,7 @@ msgstr ""
2770
2766
  msgid "Could not understand URL %{key}: %{detail}"
2771
2767
  msgstr ""
2772
2768
 
2773
- #: ../lib/puppet/indirector/resource/ral.rb:66
2769
+ #: ../lib/puppet/indirector/resource/ral.rb:64
2774
2770
  msgid "Could not find type %{request_type}"
2775
2771
  msgstr ""
2776
2772
 
@@ -2822,7 +2818,7 @@ msgstr ""
2822
2818
  msgid "The file %{f} does not exist"
2823
2819
  msgstr ""
2824
2820
 
2825
- #: ../lib/puppet/info_service/plan_information_service.rb:22 ../lib/puppet/info_service/task_information_service.rb:30
2821
+ #: ../lib/puppet/info_service/plan_information_service.rb:22 ../lib/puppet/info_service/task_information_service.rb:29
2826
2822
  msgid "Module %{module_name} not found in environment %{environment_name}."
2827
2823
  msgstr ""
2828
2824
 
@@ -3097,7 +3093,7 @@ msgid "Loaded puppet/type/%{name} but no class was created"
3097
3093
  msgstr ""
3098
3094
 
3099
3095
  #. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
3100
- #: ../lib/puppet/module.rb:233
3096
+ #: ../lib/puppet/module.rb:231
3101
3097
  msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
3102
3098
  msgstr ""
3103
3099
 
@@ -3185,27 +3181,27 @@ msgstr ""
3185
3181
  msgid "Not a valid full name: %{full_module_name}"
3186
3182
  msgstr ""
3187
3183
 
3188
- #: ../lib/puppet/module_tool/applications/application.rb:42
3184
+ #: ../lib/puppet/module_tool/applications/application.rb:46
3189
3185
  msgid "Could not determine module path"
3190
3186
  msgstr ""
3191
3187
 
3192
- #: ../lib/puppet/module_tool/applications/application.rb:46
3188
+ #: ../lib/puppet/module_tool/applications/application.rb:50
3193
3189
  msgid "Unable to find metadata.json in module root at %{path} See https://puppet.com/docs/puppet/latest/modules_publishing.html for required file format."
3194
3190
  msgstr ""
3195
3191
 
3196
- #: ../lib/puppet/module_tool/applications/application.rb:56
3192
+ #: ../lib/puppet/module_tool/applications/application.rb:59
3197
3193
  msgid "Could not parse JSON %{metadata_path}"
3198
3194
  msgstr ""
3199
3195
 
3200
- #: ../lib/puppet/module_tool/applications/application.rb:62
3196
+ #: ../lib/puppet/module_tool/applications/application.rb:64
3201
3197
  msgid "A Modulefile was found in the root directory of the module. This file will be ignored and can safely be removed."
3202
3198
  msgstr ""
3203
3199
 
3204
- #: ../lib/puppet/module_tool/applications/application.rb:78
3200
+ #: ../lib/puppet/module_tool/applications/application.rb:80
3205
3201
  msgid "Could not parse filename to obtain the username, module name and version. (%{release_name})"
3206
3202
  msgstr ""
3207
3203
 
3208
- #: ../lib/puppet/module_tool/applications/application.rb:82
3204
+ #: ../lib/puppet/module_tool/applications/application.rb:84
3209
3205
  msgid "Invalid version format: %{version} (Semantic Versions are acceptable: http://semver.org)"
3210
3206
  msgstr ""
3211
3207
 
@@ -3213,19 +3209,19 @@ msgstr ""
3213
3209
  msgid "No file containing checksums found."
3214
3210
  msgstr ""
3215
3211
 
3216
- #: ../lib/puppet/module_tool/applications/installer.rb:89 ../lib/puppet/module_tool/applications/upgrader.rb:103
3212
+ #: ../lib/puppet/module_tool/applications/installer.rb:93 ../lib/puppet/module_tool/applications/upgrader.rb:107
3217
3213
  msgid "Downloading from %{host} ..."
3218
3214
  msgstr ""
3219
3215
 
3220
- #: ../lib/puppet/module_tool/applications/installer.rb:137 ../lib/puppet/module_tool/applications/upgrader.rb:141
3216
+ #: ../lib/puppet/module_tool/applications/installer.rb:141 ../lib/puppet/module_tool/applications/upgrader.rb:145
3221
3217
  msgid "Resolving dependencies ..."
3222
3218
  msgstr ""
3223
3219
 
3224
- #: ../lib/puppet/module_tool/applications/installer.rb:217
3220
+ #: ../lib/puppet/module_tool/applications/installer.rb:220
3225
3221
  msgid "Preparing to install ..."
3226
3222
  msgstr ""
3227
3223
 
3228
- #: ../lib/puppet/module_tool/applications/installer.rb:220
3224
+ #: ../lib/puppet/module_tool/applications/installer.rb:223
3229
3225
  msgid "Installing -- do not interrupt ..."
3230
3226
  msgstr ""
3231
3227
 
@@ -3237,7 +3233,7 @@ msgstr ""
3237
3233
  msgid "Symlinks in modules are unsupported. Please investigate symlink %{from}->%{to}."
3238
3234
  msgstr ""
3239
3235
 
3240
- #: ../lib/puppet/module_tool/applications/unpacker.rb:74
3236
+ #: ../lib/puppet/module_tool/applications/unpacker.rb:72
3241
3237
  msgid "No valid metadata.json found!"
3242
3238
  msgstr ""
3243
3239
 
@@ -3249,11 +3245,11 @@ msgstr ""
3249
3245
  msgid "Found '%{name}' (%{version}) in %{dir} ..."
3250
3246
  msgstr ""
3251
3247
 
3252
- #: ../lib/puppet/module_tool/applications/upgrader.rb:189
3248
+ #: ../lib/puppet/module_tool/applications/upgrader.rb:192
3253
3249
  msgid "Preparing to upgrade ..."
3254
3250
  msgstr ""
3255
3251
 
3256
- #: ../lib/puppet/module_tool/applications/upgrader.rb:192
3252
+ #: ../lib/puppet/module_tool/applications/upgrader.rb:195
3257
3253
  msgid "Upgrading -- do not interrupt ..."
3258
3254
  msgstr ""
3259
3255
 
@@ -3605,55 +3601,55 @@ msgstr ""
3605
3601
  msgid "Dependency conflict for %{module_name}: Dependency %{name} was given conflicting version requirements %{version_requirement} and %{dup_version}. Verify that there are no duplicates in the metadata.json."
3606
3602
  msgstr ""
3607
3603
 
3608
- #: ../lib/puppet/module_tool/metadata.rb:177
3604
+ #: ../lib/puppet/module_tool/metadata.rb:181
3609
3605
  msgid "the field must be a namespaced module name"
3610
3606
  msgstr ""
3611
3607
 
3612
- #: ../lib/puppet/module_tool/metadata.rb:179
3608
+ #: ../lib/puppet/module_tool/metadata.rb:183
3613
3609
  msgid "the module name contains non-alphanumeric (or underscore) characters"
3614
3610
  msgstr ""
3615
3611
 
3616
- #: ../lib/puppet/module_tool/metadata.rb:181
3612
+ #: ../lib/puppet/module_tool/metadata.rb:185
3617
3613
  msgid "the module name must begin with a letter"
3618
3614
  msgstr ""
3619
3615
 
3620
- #: ../lib/puppet/module_tool/metadata.rb:183
3616
+ #: ../lib/puppet/module_tool/metadata.rb:187
3621
3617
  msgid "the namespace contains non-alphanumeric characters"
3622
3618
  msgstr ""
3623
3619
 
3624
- #: ../lib/puppet/module_tool/metadata.rb:186
3620
+ #: ../lib/puppet/module_tool/metadata.rb:190
3625
3621
  msgid "Invalid 'name' field in metadata.json: %{err}"
3626
3622
  msgstr ""
3627
3623
 
3628
- #: ../lib/puppet/module_tool/metadata.rb:193
3624
+ #: ../lib/puppet/module_tool/metadata.rb:197
3629
3625
  msgid "version string cannot be parsed as a valid Semantic Version"
3630
3626
  msgstr ""
3631
3627
 
3632
- #: ../lib/puppet/module_tool/metadata.rb:194
3628
+ #: ../lib/puppet/module_tool/metadata.rb:198
3633
3629
  msgid "Invalid 'version' field in metadata.json: %{err}"
3634
3630
  msgstr ""
3635
3631
 
3636
- #: ../lib/puppet/module_tool/metadata.rb:206
3632
+ #: ../lib/puppet/module_tool/metadata.rb:210
3637
3633
  msgid "field 'data_provider' contains non-alphanumeric characters"
3638
3634
  msgstr ""
3639
3635
 
3640
- #: ../lib/puppet/module_tool/metadata.rb:208
3636
+ #: ../lib/puppet/module_tool/metadata.rb:212
3641
3637
  msgid "field 'data_provider' must begin with a letter"
3642
3638
  msgstr ""
3643
3639
 
3644
- #: ../lib/puppet/module_tool/metadata.rb:212
3640
+ #: ../lib/puppet/module_tool/metadata.rb:216
3645
3641
  msgid "field 'data_provider' must be a string"
3646
3642
  msgstr ""
3647
3643
 
3648
- #: ../lib/puppet/module_tool/metadata.rb:220
3644
+ #: ../lib/puppet/module_tool/metadata.rb:224
3649
3645
  msgid "Invalid 'version_range' field in metadata.json: %{err}"
3650
3646
  msgstr ""
3651
3647
 
3652
- #: ../lib/puppet/module_tool/shared_behaviors.rb:33
3648
+ #: ../lib/puppet/module_tool/shared_behaviors.rb:34
3653
3649
  msgid "Downloading from %{uri} ..."
3654
3650
  msgstr ""
3655
3651
 
3656
- #: ../lib/puppet/module_tool/shared_behaviors.rb:158
3652
+ #: ../lib/puppet/module_tool/shared_behaviors.rb:173
3657
3653
  msgid "Could not download module: %{message}"
3658
3654
  msgstr ""
3659
3655
 
@@ -3719,77 +3715,77 @@ msgstr ""
3719
3715
  msgid "No handler for %{indirection}"
3720
3716
  msgstr ""
3721
3717
 
3722
- #: ../lib/puppet/network/http/api/indirected_routes.rb:66
3718
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:65
3723
3719
  msgid "The indirection name must be purely alphanumeric, not '%{indirection_name}'"
3724
3720
  msgstr ""
3725
3721
 
3726
- #: ../lib/puppet/network/http/api/indirected_routes.rb:77
3722
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:74
3727
3723
  msgid "Indirection '%{indirection_name}' does not match url prefix '%{url_prefix}'"
3728
3724
  msgstr ""
3729
3725
 
3730
- #: ../lib/puppet/network/http/api/indirected_routes.rb:84
3726
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:80
3731
3727
  msgid "Could not find indirection '%{indirection_name}'"
3732
3728
  msgstr ""
3733
3729
 
3734
- #: ../lib/puppet/network/http/api/indirected_routes.rb:91
3730
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:86
3735
3731
  msgid "An environment parameter must be specified"
3736
3732
  msgstr ""
3737
3733
 
3738
- #: ../lib/puppet/network/http/api/indirected_routes.rb:97
3734
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:90
3739
3735
  msgid "The environment must be purely alphanumeric, not '%{environment}'"
3740
3736
  msgstr ""
3741
3737
 
3742
- #: ../lib/puppet/network/http/api/indirected_routes.rb:109
3738
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:100
3743
3739
  msgid "Could not find environment '%{environment}'"
3744
3740
  msgstr ""
3745
3741
 
3746
- #: ../lib/puppet/network/http/api/indirected_routes.rb:117
3742
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:106
3747
3743
  msgid "No request key specified in %{uri}"
3748
3744
  msgstr ""
3749
3745
 
3750
- #: ../lib/puppet/network/http/api/indirected_routes.rb:130
3746
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:118
3751
3747
  msgid "Could not find %{value0} %{key}"
3752
3748
  msgstr ""
3753
3749
 
3754
- #: ../lib/puppet/network/http/api/indirected_routes.rb:137
3750
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:125
3755
3751
  msgid "Rendered result in %{format}"
3756
3752
  msgstr ""
3757
3753
 
3758
- #: ../lib/puppet/network/http/api/indirected_routes.rb:143
3754
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:131
3759
3755
  msgid "Sent response"
3760
3756
  msgstr ""
3761
3757
 
3762
- #: ../lib/puppet/network/http/api/indirected_routes.rb:151
3758
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:139
3763
3759
  msgid "Could not find %{indirection} %{key}"
3764
3760
  msgstr ""
3765
3761
 
3766
- #: ../lib/puppet/network/http/api/indirected_routes.rb:163
3762
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:151
3767
3763
  msgid "Could not find instances in %{indirection} with '%{key}'"
3768
3764
  msgstr ""
3769
3765
 
3770
- #: ../lib/puppet/network/http/api/indirected_routes.rb:203
3766
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:190
3771
3767
  msgid "Failed to serialize %{model} for '%{key}': %{detail}"
3772
3768
  msgstr ""
3773
3769
 
3774
- #: ../lib/puppet/network/http/api/indirected_routes.rb:217 ../lib/puppet/network/http/request.rb:72
3770
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:203 ../lib/puppet/network/http/request.rb:72
3775
3771
  msgid "No supported formats are acceptable (Accept: %{accepted_formats})"
3776
3772
  msgstr ""
3777
3773
 
3778
- #: ../lib/puppet/network/http/api/indirected_routes.rb:243
3774
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:228
3779
3775
  msgid "The request body is invalid: %{message}"
3780
3776
  msgstr ""
3781
3777
 
3782
3778
  #. TRANSLATORS "mime-type" is a keyword and should not be translated
3783
3779
  #. TRANSLATORS "mime-type" is a keyword and should not be translated
3784
- #: ../lib/puppet/network/http/api/indirected_routes.rb:250 ../lib/puppet/network/http/request.rb:40
3780
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:234 ../lib/puppet/network/http/request.rb:40
3785
3781
  msgid "Client sent a mime-type (%{header}) that doesn't correspond to a format we support"
3786
3782
  msgstr ""
3787
3783
 
3788
- #: ../lib/puppet/network/http/api/indirected_routes.rb:257
3784
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:240
3789
3785
  msgid "No support for http method %{http_method}"
3790
3786
  msgstr ""
3791
3787
 
3792
- #: ../lib/puppet/network/http/api/indirected_routes.rb:263
3788
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:244
3793
3789
  msgid "No support for plurality %{indirection} for %{http_method} operations"
3794
3790
  msgstr ""
3795
3791
 
@@ -3845,11 +3841,11 @@ msgstr ""
3845
3841
  msgid "Processed request %{request_method} %{request_path}"
3846
3842
  msgstr ""
3847
3843
 
3848
- #: ../lib/puppet/network/http/handler.rb:114
3844
+ #: ../lib/puppet/network/http/handler.rb:111
3849
3845
  msgid "No route for %{request} %{path}"
3850
3846
  msgstr ""
3851
3847
 
3852
- #: ../lib/puppet/network/http/handler.rb:140
3848
+ #: ../lib/puppet/network/http/handler.rb:136
3853
3849
  msgid "Could not resolve %{ip}: %{detail}"
3854
3850
  msgstr ""
3855
3851
 
@@ -3866,12 +3862,12 @@ msgid "Missing required Accept header"
3866
3862
  msgstr ""
3867
3863
 
3868
3864
  #. TRANSLATORS 'ssl_context' is an argument and should not be translated
3869
- #: ../lib/puppet/network/http_pool.rb:65
3865
+ #: ../lib/puppet/network/http_pool.rb:64
3870
3866
  msgid "An ssl_context is required when connecting to 'https://%{host}:%{port}'"
3871
3867
  msgstr ""
3872
3868
 
3873
3869
  #. TRANSLATORS 'ssl_context' is an argument and should not be translated
3874
- #: ../lib/puppet/network/http_pool.rb:73
3870
+ #: ../lib/puppet/network/http_pool.rb:72
3875
3871
  msgid "An ssl_context is unnecessary when connecting to 'http://%{host}:%{port}' and will be ignored"
3876
3872
  msgstr ""
3877
3873
 
@@ -3879,19 +3875,19 @@ msgstr ""
3879
3875
  msgid "No name provided in serialized data"
3880
3876
  msgstr ""
3881
3877
 
3882
- #: ../lib/puppet/node.rb:103
3878
+ #: ../lib/puppet/node.rb:101
3883
3879
  msgid "Node names cannot be nil"
3884
3880
  msgstr ""
3885
3881
 
3886
- #: ../lib/puppet/node.rb:142
3882
+ #: ../lib/puppet/node.rb:140
3887
3883
  msgid "Could not retrieve facts for %{name}: %{detail}"
3888
3884
  msgstr ""
3889
3885
 
3890
- #: ../lib/puppet/node.rb:160
3886
+ #: ../lib/puppet/node.rb:158
3891
3887
  msgid "The node parameter '%{param_name}' for node '%{node_name}' was already set to '%{value}'. It could not be set to '%{desired_value}'"
3892
3888
  msgstr ""
3893
3889
 
3894
- #: ../lib/puppet/node.rb:203
3890
+ #: ../lib/puppet/node.rb:201
3895
3891
  msgid "Trusted node data modified for node %{name}"
3896
3892
  msgstr ""
3897
3893
 
@@ -3899,10 +3895,18 @@ msgstr ""
3899
3895
  msgid "The 'disable_per_environment_manifest' setting is true, and the '%{env_name}' environment has an environment.conf manifest that conflicts with the 'default_manifest' setting."
3900
3896
  msgstr ""
3901
3897
 
3902
- #: ../lib/puppet/node/environment.rb:618 ../lib/puppet/pops/loaders.rb:311
3898
+ #: ../lib/puppet/node/environment.rb:616 ../lib/puppet/pops/loaders.rb:311
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 ""
@@ -3931,54 +3935,54 @@ msgstr ""
3931
3935
 
3932
3936
  #. TRANSLATORS: do not translate the variable names in this error message
3933
3937
  #. TRANSLATORS: do not translate the variable names in this error message
3934
- #: ../lib/puppet/pal/pal_impl.rb:77 ../lib/puppet/pal/pal_impl.rb:184
3938
+ #: ../lib/puppet/pal/pal_impl.rb:77 ../lib/puppet/pal/pal_impl.rb:182
3935
3939
  msgid "manifest_file or code_string cannot be given when configured_by_env is true"
3936
3940
  msgstr ""
3937
3941
 
3938
- #: ../lib/puppet/pal/pal_impl.rb:240
3942
+ #: ../lib/puppet/pal/pal_impl.rb:236
3939
3943
  msgid "temporary environment name"
3940
3944
  msgstr ""
3941
3945
 
3942
3946
  #. TRANSLATORS: do not translate variable name string in these assertions
3943
- #: ../lib/puppet/pal/pal_impl.rb:245
3947
+ #: ../lib/puppet/pal/pal_impl.rb:241
3944
3948
  msgid "A block must be given to 'in_tmp_environment'"
3945
3949
  msgstr ""
3946
3950
 
3947
3951
  #. TRANSLATORS terms in the assertions below are names of terms in code
3948
- #: ../lib/puppet/pal/pal_impl.rb:299
3952
+ #: ../lib/puppet/pal/pal_impl.rb:295
3949
3953
  msgid "A block must be given to 'in_environment'"
3950
3954
  msgstr ""
3951
3955
 
3952
3956
  #. TRANSLATORS 'in_environment' is a name, do not translate
3953
- #: ../lib/puppet/pal/pal_impl.rb:304
3957
+ #: ../lib/puppet/pal/pal_impl.rb:300
3954
3958
  msgid "The environment directory '%{env_dir}' does not exist"
3955
3959
  msgstr ""
3956
3960
 
3957
- #: ../lib/puppet/pal/pal_impl.rb:327
3961
+ #: ../lib/puppet/pal/pal_impl.rb:323
3958
3962
  msgid "No directory found for the environment '%{env_name}' on the path '%{envpath}'"
3959
3963
  msgstr ""
3960
3964
 
3961
- #: ../lib/puppet/pal/pal_impl.rb:382
3965
+ #: ../lib/puppet/pal/pal_impl.rb:378
3962
3966
  msgid "Given variables must be a hash, got %{type}"
3963
3967
  msgstr ""
3964
3968
 
3965
- #: ../lib/puppet/pal/pal_impl.rb:388
3969
+ #: ../lib/puppet/pal/pal_impl.rb:384
3966
3970
  msgid "Given variable '%{varname}' has illegal name"
3967
3971
  msgstr ""
3968
3972
 
3969
- #: ../lib/puppet/pal/pal_impl.rb:392
3973
+ #: ../lib/puppet/pal/pal_impl.rb:388
3970
3974
  msgid "Given value for '%{varname}' has illegal type - got: %{type}"
3971
3975
  msgstr ""
3972
3976
 
3973
- #: ../lib/puppet/pal/pal_impl.rb:565
3977
+ #: ../lib/puppet/pal/pal_impl.rb:559
3974
3978
  msgid "Puppet Pal: %{what}"
3975
3979
  msgstr ""
3976
3980
 
3977
- #: ../lib/puppet/pal/pal_impl.rb:579
3981
+ #: ../lib/puppet/pal/pal_impl.rb:573
3978
3982
  msgid "Cannot use '%{a_term}' and '%{b_term}' at the same time"
3979
3983
  msgstr ""
3980
3984
 
3981
- #: ../lib/puppet/pal/pal_impl.rb:586
3985
+ #: ../lib/puppet/pal/pal_impl.rb:580
3982
3986
  msgid "A block must be given"
3983
3987
  msgstr ""
3984
3988
 
@@ -3986,11 +3990,11 @@ msgstr ""
3986
3990
  msgid "No resource set for %{name}"
3987
3991
  msgstr ""
3988
3992
 
3989
- #: ../lib/puppet/parameter.rb:450
3993
+ #: ../lib/puppet/parameter.rb:449
3990
3994
  msgid "Munging failed for value %{value} in class %{class_name}: %{detail}"
3991
3995
  msgstr ""
3992
3996
 
3993
- #: ../lib/puppet/parameter.rb:486
3997
+ #: ../lib/puppet/parameter.rb:485
3994
3998
  msgid "Validate method failed for class %{class_name}: %{detail}"
3995
3999
  msgstr ""
3996
4000
 
@@ -4133,28 +4137,28 @@ msgstr ""
4133
4137
  msgid "Evaluated definitions"
4134
4138
  msgstr ""
4135
4139
 
4136
- #: ../lib/puppet/parser/compiler.rb:374
4140
+ #: ../lib/puppet/parser/compiler.rb:372
4137
4141
  msgid "Iterated (%{count}) on generators"
4138
4142
  msgstr ""
4139
4143
 
4140
- #: ../lib/puppet/parser/compiler.rb:385
4144
+ #: ../lib/puppet/parser/compiler.rb:383
4141
4145
  msgid "Somehow looped more than 1000 times while evaluating host catalog"
4142
4146
  msgstr ""
4143
4147
 
4144
- #: ../lib/puppet/parser/compiler.rb:417
4148
+ #: ../lib/puppet/parser/compiler.rb:415
4145
4149
  msgid "Could not find resource(s) %{resources} for overriding"
4146
4150
  msgstr ""
4147
4151
 
4148
- #: ../lib/puppet/parser/compiler.rb:428
4152
+ #: ../lib/puppet/parser/compiler.rb:426
4149
4153
  msgid "Failed to realize virtual resources %{resources}"
4150
4154
  msgstr ""
4151
4155
 
4152
4156
  #. TRANSLATORS "main" is a function name and should not be translated
4153
- #: ../lib/puppet/parser/compiler.rb:461
4157
+ #: ../lib/puppet/parser/compiler.rb:459
4154
4158
  msgid "Couldn't find main"
4155
4159
  msgstr ""
4156
4160
 
4157
- #: ../lib/puppet/parser/compiler.rb:534
4161
+ #: ../lib/puppet/parser/compiler.rb:532
4158
4162
  msgid "For initializing compiler"
4159
4163
  msgstr ""
4160
4164
 
@@ -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
 
@@ -4268,15 +4272,15 @@ msgstr ""
4268
4272
  msgid " Detail: %{detail}"
4269
4273
  msgstr ""
4270
4274
 
4271
- #: ../lib/puppet/parser/relationship.rb:33
4275
+ #: ../lib/puppet/parser/relationship.rb:35
4272
4276
  msgid "Invalid relationship type %{relationship_type}"
4273
4277
  msgstr ""
4274
4278
 
4275
- #: ../lib/puppet/parser/relationship.rb:43
4279
+ #: ../lib/puppet/parser/relationship.rb:45
4276
4280
  msgid "Could not find resource '%{source}' for relationship on '%{target}'"
4277
4281
  msgstr ""
4278
4282
 
4279
- #: ../lib/puppet/parser/relationship.rb:46
4283
+ #: ../lib/puppet/parser/relationship.rb:48
4280
4284
  msgid "Could not find resource '%{target}' for relationship from '%{source}'"
4281
4285
  msgstr ""
4282
4286
 
@@ -4288,43 +4292,43 @@ msgstr ""
4288
4292
  msgid "Evaluated resource %{res}"
4289
4293
  msgstr ""
4290
4294
 
4291
- #: ../lib/puppet/parser/resource.rb:131
4295
+ #: ../lib/puppet/parser/resource.rb:130
4292
4296
  msgid "Resources require a hash as last argument"
4293
4297
  msgstr ""
4294
4298
 
4295
- #: ../lib/puppet/parser/resource.rb:132
4299
+ #: ../lib/puppet/parser/resource.rb:131
4296
4300
  msgid "Resources require a scope"
4297
4301
  msgstr ""
4298
4302
 
4299
- #: ../lib/puppet/parser/resource.rb:166
4303
+ #: ../lib/puppet/parser/resource.rb:165
4300
4304
  msgid "Only subclasses can override parameters"
4301
4305
  msgstr ""
4302
4306
 
4303
- #: ../lib/puppet/parser/resource.rb:172
4307
+ #: ../lib/puppet/parser/resource.rb:171
4304
4308
  msgid "Attempt to override an already evaluated resource with new values"
4305
4309
  msgstr ""
4306
4310
 
4307
- #: ../lib/puppet/parser/resource.rb:174
4311
+ #: ../lib/puppet/parser/resource.rb:173
4308
4312
  msgid "Attempt to override an already evaluated resource, defined at %{error_location}, with new values"
4309
4313
  msgstr ""
4310
4314
 
4311
- #: ../lib/puppet/parser/resource.rb:303
4315
+ #: ../lib/puppet/parser/resource.rb:300
4312
4316
  msgid "Parameter '%{name}' is already set on %{resource}; cannot redefine"
4313
4317
  msgstr ""
4314
4318
 
4315
- #: ../lib/puppet/parser/resource.rb:306
4319
+ #: ../lib/puppet/parser/resource.rb:303
4316
4320
  msgid "Parameter '%{name}' is already set on %{resource} at %{error_location}; cannot redefine"
4317
4321
  msgstr ""
4318
4322
 
4319
- #: ../lib/puppet/parser/resource.rb:311
4323
+ #: ../lib/puppet/parser/resource.rb:307
4320
4324
  msgid "Parameter '%{name}' is already set on %{resource} by %{source}; cannot redefine"
4321
4325
  msgstr ""
4322
4326
 
4323
- #: ../lib/puppet/parser/resource.rb:314
4327
+ #: ../lib/puppet/parser/resource.rb:310
4324
4328
  msgid "Parameter '%{name}' is already set on %{resource} by %{source} at %{error_location}; cannot redefine"
4325
4329
  msgstr ""
4326
4330
 
4327
- #: ../lib/puppet/parser/resource.rb:353
4331
+ #: ../lib/puppet/parser/resource.rb:348
4328
4332
  msgid "Duplicate parameter '%{param}' for on %{resource}"
4329
4333
  msgstr ""
4330
4334
 
@@ -4372,71 +4376,71 @@ msgstr ""
4372
4376
  msgid "Default already defined for %{type} { %{param} }; cannot redefine"
4373
4377
  msgstr ""
4374
4378
 
4375
- #: ../lib/puppet/parser/scope.rb:775
4379
+ #: ../lib/puppet/parser/scope.rb:776
4376
4380
  msgid "Cannot assign to a numeric match result variable '$%{name}'"
4377
4381
  msgstr ""
4378
4382
 
4379
- #: ../lib/puppet/parser/scope.rb:778
4383
+ #: ../lib/puppet/parser/scope.rb:779
4380
4384
  msgid "Scope variable name %{name} is a %{class_type}, not a string"
4381
4385
  msgstr ""
4382
4386
 
4383
- #: ../lib/puppet/parser/scope.rb:783 ../lib/puppet/parser/scope.rb:788
4387
+ #: ../lib/puppet/parser/scope.rb:784 ../lib/puppet/parser/scope.rb:789
4384
4388
  msgid "Attempt to assign to a reserved variable name: '%{name}'"
4385
4389
  msgstr ""
4386
4390
 
4387
- #: ../lib/puppet/parser/scope.rb:793
4391
+ #: ../lib/puppet/parser/scope.rb:794
4388
4392
  msgid "Cannot reassign variable '$%{name}'"
4389
4393
  msgstr ""
4390
4394
 
4391
- #: ../lib/puppet/parser/scope.rb:1024
4395
+ #: ../lib/puppet/parser/scope.rb:1025
4392
4396
  msgid "Invalid regex match data. Got a %{klass}"
4393
4397
  msgstr ""
4394
4398
 
4395
- #: ../lib/puppet/parser/scope.rb:1033
4399
+ #: ../lib/puppet/parser/scope.rb:1034
4396
4400
  msgid "Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4397
4401
  msgstr ""
4398
4402
 
4399
- #: ../lib/puppet/parser/scope.rb:1038
4403
+ #: ../lib/puppet/parser/scope.rb:1039
4400
4404
  msgid "Scope#find_builtin_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4401
4405
  msgstr ""
4402
4406
 
4403
- #: ../lib/puppet/parser/scope.rb:1043
4407
+ #: ../lib/puppet/parser/scope.rb:1044
4404
4408
  msgid "Scope#find_defined_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4405
4409
  msgstr ""
4406
4410
 
4407
- #: ../lib/puppet/parser/scope.rb:1056
4411
+ #: ../lib/puppet/parser/scope.rb:1057
4408
4412
  msgid "Function %{name} not defined despite being loaded!"
4409
4413
  msgstr ""
4410
4414
 
4411
- #: ../lib/puppet/parser/scope.rb:1063
4415
+ #: ../lib/puppet/parser/scope.rb:1064
4412
4416
  msgid "Scope#resolve_type_and_title() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4413
4417
  msgstr ""
4414
4418
 
4415
- #: ../lib/puppet/parser/scope.rb:1083
4419
+ #: ../lib/puppet/parser/scope.rb:1084
4416
4420
  msgid "Cannot use undef as a class name"
4417
4421
  msgstr ""
4418
4422
 
4419
- #: ../lib/puppet/parser/scope.rb:1085
4423
+ #: ../lib/puppet/parser/scope.rb:1086
4420
4424
  msgid "Cannot use empty string as a class name"
4421
4425
  msgstr ""
4422
4426
 
4423
4427
  #. TRANSLATORS "Class" and "Type" are Puppet keywords and should not be translated
4424
- #: ../lib/puppet/parser/scope.rb:1095
4428
+ #: ../lib/puppet/parser/scope.rb:1096
4425
4429
  msgid "Cannot use an unspecific Class[] Type"
4426
4430
  msgstr ""
4427
4431
 
4428
4432
  #. TRANSLATORS "Resource" is a class name and should not be translated
4429
- #: ../lib/puppet/parser/scope.rb:1123
4433
+ #: ../lib/puppet/parser/scope.rb:1124
4430
4434
  msgid "Cannot use an unspecific Resource[] where a Resource['class', name] is expected"
4431
4435
  msgstr ""
4432
4436
 
4433
4437
  #. TRANSLATORS "Resource" is a class name and should not be translated
4434
- #: ../lib/puppet/parser/scope.rb:1127
4438
+ #: ../lib/puppet/parser/scope.rb:1128
4435
4439
  msgid "Cannot use a Resource[%{type_name}] where a Resource['class', name] is expected"
4436
4440
  msgstr ""
4437
4441
 
4438
4442
  #. TRANSLATORS "Resource" is a class name and should not be translated
4439
- #: ../lib/puppet/parser/scope.rb:1131
4443
+ #: ../lib/puppet/parser/scope.rb:1132
4440
4444
  msgid "Cannot use an unspecific Resource['class'] where a Resource['class', name] is expected"
4441
4445
  msgstr ""
4442
4446
 
@@ -4462,7 +4466,7 @@ msgstr ""
4462
4466
  msgid "Interpolated template %{template_source} in %%{seconds} seconds"
4463
4467
  msgstr ""
4464
4468
 
4465
- #: ../lib/puppet/parser/type_loader.rb:105
4469
+ #: ../lib/puppet/parser/type_loader.rb:103
4466
4470
  msgid "No file(s) found for import of '%{pattern}'"
4467
4471
  msgstr ""
4468
4472
 
@@ -4495,27 +4499,27 @@ msgstr ""
4495
4499
  msgid "A String is not comparable to a non String"
4496
4500
  msgstr ""
4497
4501
 
4498
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:69
4502
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:70
4499
4503
  msgid "A Numeric is not comparable to non Numeric"
4500
4504
  msgstr ""
4501
4505
 
4502
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:99
4506
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:100
4503
4507
  msgid "Symbol not comparable to non Symbol"
4504
4508
  msgstr ""
4505
4509
 
4506
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:104
4510
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:105
4507
4511
  msgid "Timespans are only comparable to Timespans, Integers, and Floats"
4508
4512
  msgstr ""
4509
4513
 
4510
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:110
4514
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:111
4511
4515
  msgid "Timestamps are only comparable to Timestamps, Integers, and Floats"
4512
4516
  msgstr ""
4513
4517
 
4514
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:116
4518
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:117
4515
4519
  msgid "Versions not comparable to non Versions"
4516
4520
  msgstr ""
4517
4521
 
4518
- #: ../lib/puppet/pops/evaluator/compare_operator.rb:122
4522
+ #: ../lib/puppet/pops/evaluator/compare_operator.rb:123
4519
4523
  msgid "Only Strings, Numbers, Timespans, Timestamps, and Versions are comparable"
4520
4524
  msgstr ""
4521
4525
 
@@ -4563,27 +4567,27 @@ msgstr ""
4563
4567
  msgid "%{function_name}(): the template_args must be a Hash, got a %{class_name}"
4564
4568
  msgstr ""
4565
4569
 
4566
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:236
4570
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:235
4567
4571
  msgid "multi var assignment from class"
4568
4572
  msgstr ""
4569
4573
 
4570
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:757
4574
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:755
4571
4575
  msgid "break() from context where this is illegal"
4572
4576
  msgstr ""
4573
4577
 
4574
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1239
4578
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1235
4575
4579
  msgid "Can only append Array or Hash to a Hash"
4576
4580
  msgstr ""
4577
4581
 
4578
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1243
4582
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1239
4579
4583
  msgid "An URI can only be merged with an URI or String"
4580
4584
  msgstr ""
4581
4585
 
4582
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1247
4586
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1243
4583
4587
  msgid "Can only append Binary to a Binary"
4584
4588
  msgstr ""
4585
4589
 
4586
- #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1279
4590
+ #: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1275
4587
4591
  msgid "Can only delete from an Array or Hash."
4588
4592
  msgstr ""
4589
4593
 
@@ -4616,11 +4620,11 @@ msgstr ""
4616
4620
  msgid "Unknown injection %{injection_name}"
4617
4621
  msgstr ""
4618
4622
 
4619
- #: ../lib/puppet/pops/functions/function.rb:111
4623
+ #: ../lib/puppet/pops/functions/function.rb:109
4620
4624
  msgid "Function %{class_name}(): cannot call function '%{function_name}' - no loader specified"
4621
4625
  msgstr ""
4622
4626
 
4623
- #: ../lib/puppet/pops/functions/function.rb:127
4627
+ #: ../lib/puppet/pops/functions/function.rb:125
4624
4628
  msgid "Function %{class_name}(): Unknown function: '%{function_name}'"
4625
4629
  msgstr ""
4626
4630
 
@@ -5573,11 +5577,11 @@ msgstr ""
5573
5577
  msgid "Hiera configuration recreated due to change of scope variables used in interpolation expressions"
5574
5578
  msgstr ""
5575
5579
 
5576
- #: ../lib/puppet/pops/lookup/hiera_config.rb:443
5580
+ #: ../lib/puppet/pops/lookup/hiera_config.rb:442
5577
5581
  msgid "%{config_path}: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5"
5578
5582
  msgstr ""
5579
5583
 
5580
- #: ../lib/puppet/pops/lookup/hiera_config.rb:557
5584
+ #: ../lib/puppet/pops/lookup/hiera_config.rb:556
5581
5585
  msgid "%{config_path}: Use of 'hiera.yaml' version 4 is deprecated. It should be converted to version 5"
5582
5586
  msgstr ""
5583
5587
 
@@ -5680,19 +5684,19 @@ msgstr ""
5680
5684
  msgid "Unsupported migration method called"
5681
5685
  msgstr ""
5682
5686
 
5683
- #: ../lib/puppet/pops/model/ast_transformer.rb:69
5687
+ #: ../lib/puppet/pops/model/ast_transformer.rb:68
5684
5688
  msgid "Error while transforming to Puppet 3 AST: %{message}"
5685
5689
  msgstr ""
5686
5690
 
5687
- #: ../lib/puppet/pops/model/ast_transformer.rb:87
5691
+ #: ../lib/puppet/pops/model/ast_transformer.rb:85
5688
5692
  msgid "Not a valid expression in a collection query: %{class_name}"
5689
5693
  msgstr ""
5690
5694
 
5691
- #: ../lib/puppet/pops/model/ast_transformer.rb:116
5695
+ #: ../lib/puppet/pops/model/ast_transformer.rb:114
5692
5696
  msgid "Illegal expression - unacceptable as a node name"
5693
5697
  msgstr ""
5694
5698
 
5695
- #: ../lib/puppet/pops/model/ast_transformer.rb:120
5699
+ #: ../lib/puppet/pops/model/ast_transformer.rb:118
5696
5700
  msgid "Unacceptable transform - found an Object without a rule: %{klass}"
5697
5701
  msgstr ""
5698
5702
 
@@ -5701,7 +5705,7 @@ msgstr ""
5701
5705
  msgid "Internal Error, NUMBER token does not contain a valid number, %{name_or_numeric}"
5702
5706
  msgstr ""
5703
5707
 
5704
- #: ../lib/puppet/pops/model/factory.rb:1126
5708
+ #: ../lib/puppet/pops/model/factory.rb:1124
5705
5709
  msgid "can only concatenate strings, got %{class_name}"
5706
5710
  msgstr ""
5707
5711
 
@@ -5762,15 +5766,15 @@ msgstr ""
5762
5766
  msgid "Internal error. Integers cannot be tabulated in extension payload"
5763
5767
  msgstr ""
5764
5768
 
5765
- #: ../lib/puppet/pops/serialization/deserializer.rb:48 ../lib/puppet/pops/serialization/from_data_converter.rb:137
5769
+ #: ../lib/puppet/pops/serialization/deserializer.rb:48 ../lib/puppet/pops/serialization/from_data_converter.rb:138
5766
5770
  msgid "No implementation mapping found for Puppet Type %{type_name}"
5767
5771
  msgstr ""
5768
5772
 
5769
- #: ../lib/puppet/pops/serialization/from_data_converter.rb:127
5773
+ #: ../lib/puppet/pops/serialization/from_data_converter.rb:128
5770
5774
  msgid "Unable to deserialize type from %{type}"
5771
5775
  msgstr ""
5772
5776
 
5773
- #: ../lib/puppet/pops/serialization/from_data_converter.rb:222
5777
+ #: ../lib/puppet/pops/serialization/from_data_converter.rb:225
5774
5778
  msgid "Cannot create a %{type_name} from a %{arg_class}"
5775
5779
  msgstr ""
5776
5780
 
@@ -5802,7 +5806,7 @@ msgstr ""
5802
5806
  msgid "Missing default value for %{type_name}[%{name}]"
5803
5807
  msgstr ""
5804
5808
 
5805
- #: ../lib/puppet/pops/serialization/serializer.rb:138
5809
+ #: ../lib/puppet/pops/serialization/serializer.rb:137
5806
5810
  msgid "No Puppet Type found for %{klass}"
5807
5811
  msgstr ""
5808
5812
 
@@ -6001,81 +6005,81 @@ msgstr ""
6001
6005
  msgid "Enum parameters must be identifiers or strings"
6002
6006
  msgstr ""
6003
6007
 
6004
- #: ../lib/puppet/pops/types/type_parser.rb:666
6008
+ #: ../lib/puppet/pops/types/type_parser.rb:668
6005
6009
  msgid "The expression <%{expression}> is not a valid type specification."
6006
6010
  msgstr ""
6007
6011
 
6008
- #: ../lib/puppet/pops/types/type_parser.rb:671
6012
+ #: ../lib/puppet/pops/types/type_parser.rb:673
6009
6013
  msgid "Invalid number of type parameters specified: %{type} requires %{required}, %{given} provided"
6010
6014
  msgstr ""
6011
6015
 
6012
- #: ../lib/puppet/pops/types/type_parser.rb:676
6016
+ #: ../lib/puppet/pops/types/type_parser.rb:678
6013
6017
  msgid "Not a parameterized type <%{type}>"
6014
6018
  msgstr ""
6015
6019
 
6016
- #: ../lib/puppet/pops/types/type_parser.rb:680
6020
+ #: ../lib/puppet/pops/types/type_parser.rb:682
6017
6021
  msgid "Unknown type <%{type}>"
6018
6022
  msgstr ""
6019
6023
 
6020
- #: ../lib/puppet/pops/types/types.rb:932
6024
+ #: ../lib/puppet/pops/types/types.rb:931
6021
6025
  msgid "The string '%{str}' cannot be converted to Numeric"
6022
6026
  msgstr ""
6023
6027
 
6024
- #: ../lib/puppet/pops/types/types.rb:935
6028
+ #: ../lib/puppet/pops/types/types.rb:934
6025
6029
  msgid "Value of type %{type} cannot be converted to Numeric"
6026
6030
  msgstr ""
6027
6031
 
6028
- #: ../lib/puppet/pops/types/types.rb:1176
6032
+ #: ../lib/puppet/pops/types/types.rb:1179
6029
6033
  msgid "The string '%{str}' cannot be converted to Integer"
6030
6034
  msgstr ""
6031
6035
 
6032
- #: ../lib/puppet/pops/types/types.rb:1179
6036
+ #: ../lib/puppet/pops/types/types.rb:1182
6033
6037
  msgid "Value of type %{type} cannot be converted to Integer"
6034
6038
  msgstr ""
6035
6039
 
6036
- #: ../lib/puppet/pops/types/types.rb:1188
6040
+ #: ../lib/puppet/pops/types/types.rb:1191
6037
6041
  msgid "Illegal radix: %{radix}, expected 2, 8, 10, 16, or default"
6038
6042
  msgstr ""
6039
6043
 
6040
- #: ../lib/puppet/pops/types/types.rb:1300
6044
+ #: ../lib/puppet/pops/types/types.rb:1303
6041
6045
  msgid "The string '%{str}' cannot be converted to Float"
6042
6046
  msgstr ""
6043
6047
 
6044
- #: ../lib/puppet/pops/types/types.rb:1303
6048
+ #: ../lib/puppet/pops/types/types.rb:1306
6045
6049
  msgid "Value of type %{type} cannot be converted to Float"
6046
6050
  msgstr ""
6047
6051
 
6048
6052
  #. TRANSLATORS 'PStringType#initialize' is a class and method name and should not be translated
6049
- #: ../lib/puppet/pops/types/types.rb:1516
6053
+ #: ../lib/puppet/pops/types/types.rb:1519
6050
6054
  msgid "Passing more than one argument to PStringType#initialize is deprecated"
6051
6055
  msgstr ""
6052
6056
 
6053
6057
  #. TRANSLATORS 'PStringType#values' and '#value' are classes and method names and should not be translated
6054
- #: ../lib/puppet/pops/types/types.rb:1570
6058
+ #: ../lib/puppet/pops/types/types.rb:1573
6055
6059
  msgid "Method PStringType#values is deprecated. Use #value instead"
6056
6060
  msgstr ""
6057
6061
 
6058
- #: ../lib/puppet/pops/types/types.rb:1894
6062
+ #: ../lib/puppet/pops/types/types.rb:1898
6059
6063
  msgid "The string '%{str}' cannot be converted to Boolean"
6060
6064
  msgstr ""
6061
6065
 
6062
- #: ../lib/puppet/pops/types/types.rb:1897
6066
+ #: ../lib/puppet/pops/types/types.rb:1901
6063
6067
  msgid "Value of type %{type} cannot be converted to Boolean"
6064
6068
  msgstr ""
6065
6069
 
6066
- #: ../lib/puppet/pops/types/types.rb:2635
6070
+ #: ../lib/puppet/pops/types/types.rb:2640
6067
6071
  msgid "Value of type %{type} cannot be converted to Array"
6068
6072
  msgstr ""
6069
6073
 
6070
- #: ../lib/puppet/pops/types/types.rb:2703
6074
+ #: ../lib/puppet/pops/types/types.rb:2709
6071
6075
  msgid "Puppet::Pops::Types::PHashType#element_type is deprecated, use #value_type instead"
6072
6076
  msgstr ""
6073
6077
 
6074
- #: ../lib/puppet/pops/types/types.rb:2843
6078
+ #: ../lib/puppet/pops/types/types.rb:2849
6075
6079
  msgid "odd number of arguments for Hash"
6076
6080
  msgstr ""
6077
6081
 
6078
- #: ../lib/puppet/pops/types/types.rb:2855
6082
+ #: ../lib/puppet/pops/types/types.rb:2861
6079
6083
  msgid "Value of type %{type} cannot be converted to Hash"
6080
6084
  msgstr ""
6081
6085
 
@@ -6108,49 +6112,49 @@ msgstr ""
6108
6112
  msgid "Attempt to redefine method %{method} with block"
6109
6113
  msgstr ""
6110
6114
 
6111
- #: ../lib/puppet/property.rb:217
6115
+ #: ../lib/puppet/property.rb:216
6112
6116
  msgid "Could not convert change '%{name}' to string: %{detail}"
6113
6117
  msgstr ""
6114
6118
 
6115
6119
  #. TRANSLATORS 'insync_values?' should not be translated
6116
- #: ../lib/puppet/property.rb:373
6120
+ #: ../lib/puppet/property.rb:371
6117
6121
  msgid "Unknown failure using insync_values? on type: %{type} / property: %{name} to compare values %{should} and %{is}"
6118
6122
  msgstr ""
6119
6123
 
6120
- #: ../lib/puppet/property.rb:497
6124
+ #: ../lib/puppet/property.rb:493
6121
6125
  msgid "Could not set '%{value}' on %{class_name}: %{detail}"
6122
6126
  msgstr ""
6123
6127
 
6124
6128
  #. TRANSLATORS 'Provider' refers to a Puppet provider class
6125
- #: ../lib/puppet/property.rb:599
6129
+ #: ../lib/puppet/property.rb:595
6126
6130
  msgid "Provider %{provider} must have features '%{needed_features}' to set '%{property}' to '%{value}'"
6127
6131
  msgstr ""
6128
6132
 
6129
- #: ../lib/puppet/property/ensure.rb:57
6133
+ #: ../lib/puppet/property/ensure.rb:56
6130
6134
  msgid "created"
6131
6135
  msgstr ""
6132
6136
 
6133
- #: ../lib/puppet/property/ensure.rb:59
6137
+ #: ../lib/puppet/property/ensure.rb:58
6134
6138
  msgid "removed"
6135
6139
  msgstr ""
6136
6140
 
6137
- #: ../lib/puppet/property/ensure.rb:61
6141
+ #: ../lib/puppet/property/ensure.rb:60
6138
6142
  msgid "%{name} changed %{is} to %{should}"
6139
6143
  msgstr ""
6140
6144
 
6141
- #: ../lib/puppet/property/ensure.rb:66
6145
+ #: ../lib/puppet/property/ensure.rb:65
6142
6146
  msgid "Could not convert change %{name} to string: %{detail}"
6143
6147
  msgstr ""
6144
6148
 
6145
- #: ../lib/puppet/property/ensure.rb:90
6149
+ #: ../lib/puppet/property/ensure.rb:88
6146
6150
  msgid "No ability to determine if %{name} exists"
6147
6151
  msgstr ""
6148
6152
 
6149
- #: ../lib/puppet/property/keyvalue.rb:134
6153
+ #: ../lib/puppet/property/keyvalue.rb:133
6150
6154
  msgid "The %{name} property must be specified as a hash or an array of key/value pairs (strings)!"
6151
6155
  msgstr ""
6152
6156
 
6153
- #: ../lib/puppet/property/keyvalue.rb:140
6157
+ #: ../lib/puppet/property/keyvalue.rb:139
6154
6158
  msgid "Key/value pairs must be separated by '%{separator}'"
6155
6159
  msgstr ""
6156
6160
 
@@ -6194,7 +6198,7 @@ msgstr ""
6194
6198
  msgid "aix.object_info(): Could not find %{resource}[%{name}]"
6195
6199
  msgstr ""
6196
6200
 
6197
- #: ../lib/puppet/provider/aix_object.rb:477 ../lib/puppet/provider/nameservice.rb:168 ../lib/puppet/provider/nameservice/directoryservice.rb:435
6201
+ #: ../lib/puppet/provider/aix_object.rb:477 ../lib/puppet/provider/nameservice.rb:168 ../lib/puppet/provider/nameservice/directoryservice.rb:436
6198
6202
  msgid "Could not create %{resource} %{name}: %{detail}"
6199
6203
  msgstr ""
6200
6204
 
@@ -6234,32 +6238,32 @@ msgstr ""
6234
6238
  msgid "'%{exe}' is not executable"
6235
6239
  msgstr ""
6236
6240
 
6237
- #: ../lib/puppet/provider/file/posix.rb:74
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:92 ../lib/puppet/provider/file/windows.rb:49
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:106
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:124 ../lib/puppet/provider/file/windows.rb:63
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:141 ../lib/puppet/provider/file/windows.rb:82
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
 
6257
- #: ../lib/puppet/provider/file/windows.rb:90
6261
+ #: ../lib/puppet/provider/file/windows.rb:84
6258
6262
  msgid "Can only manage owner, group, and mode on filesystems that support Windows ACLs, such as NTFS"
6259
6263
  msgstr ""
6260
6264
 
6261
6265
  #. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
6262
- #: ../lib/puppet/provider/file/windows.rb:132
6266
+ #: ../lib/puppet/provider/file/windows.rb:126
6263
6267
  msgid "%{resource_name}: %{mode_part_type} set to SYSTEM. SYSTEM permissions cannot be set below FullControl ('7')"
6264
6268
  msgstr ""
6265
6269
 
@@ -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
 
@@ -6296,7 +6300,7 @@ msgstr ""
6296
6300
  msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
6297
6301
  msgstr ""
6298
6302
 
6299
- #: ../lib/puppet/provider/nameservice.rb:156 ../lib/puppet/provider/nameservice/directoryservice.rb:387
6303
+ #: ../lib/puppet/provider/nameservice.rb:156 ../lib/puppet/provider/nameservice/directoryservice.rb:388
6300
6304
  msgid "already exists"
6301
6305
  msgstr ""
6302
6306
 
@@ -6308,7 +6312,7 @@ msgstr ""
6308
6312
  msgid "Nameservice command must be an array"
6309
6313
  msgstr ""
6310
6314
 
6311
- #: ../lib/puppet/provider/nameservice.rb:274 ../lib/puppet/provider/nameservice/directoryservice.rb:348 ../lib/puppet/provider/nameservice/directoryservice.rb:377
6315
+ #: ../lib/puppet/provider/nameservice.rb:274 ../lib/puppet/provider/nameservice/directoryservice.rb:349 ../lib/puppet/provider/nameservice/directoryservice.rb:378
6312
6316
  msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
6313
6317
  msgstr ""
6314
6318
 
@@ -6329,19 +6333,19 @@ msgstr ""
6329
6333
  msgid "Please check your password and try again."
6330
6334
  msgstr ""
6331
6335
 
6332
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:296
6336
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:297
6333
6337
  msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
6334
6338
  msgstr ""
6335
6339
 
6336
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:404
6340
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:405
6337
6341
  msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
6338
6342
  msgstr ""
6339
6343
 
6340
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:455
6344
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:457
6341
6345
  msgid "Could not remove %{member} from group: %{resource}, %{detail}"
6342
6346
  msgstr ""
6343
6347
 
6344
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:469
6348
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:471
6345
6349
  msgid "Could not add %{new_member} to group: %{name}, %{detail}"
6346
6350
  msgstr ""
6347
6351
 
@@ -6374,7 +6378,7 @@ msgstr ""
6374
6378
  msgid "Could not list installed Packages: %{detail}"
6375
6379
  msgstr ""
6376
6380
 
6377
- #: ../lib/puppet/provider/package/aix.rb:158 ../lib/puppet/provider/package/yum.rb:343
6381
+ #: ../lib/puppet/provider/package/aix.rb:156 ../lib/puppet/provider/package/yum.rb:340
6378
6382
  msgid "Tried to get latest on a missing package"
6379
6383
  msgstr ""
6380
6384
 
@@ -6390,27 +6394,27 @@ msgstr ""
6390
6394
  msgid "Mac OS X packages must specify a package source"
6391
6395
  msgstr ""
6392
6396
 
6393
- #: ../lib/puppet/provider/package/apt.rb:94
6397
+ #: ../lib/puppet/provider/package/apt.rb:93
6394
6398
  msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
6395
6399
  msgstr ""
6396
6400
 
6397
- #: ../lib/puppet/provider/package/apt.rb:177 ../lib/puppet/provider/package/aptitude.rb:23 ../lib/puppet/provider/package/ports.rb:22 ../lib/puppet/provider/package/portupgrade.rb:96 ../lib/puppet/provider/package/portupgrade.rb:154 ../lib/puppet/provider/package/rug.rb:30 ../lib/puppet/provider/package/up2date.rb:19 ../lib/puppet/provider/package/yum.rb:322 ../lib/puppet/provider/package/zypper.rb:149
6401
+ #: ../lib/puppet/provider/package/apt.rb:178 ../lib/puppet/provider/package/aptitude.rb:22 ../lib/puppet/provider/package/ports.rb:22 ../lib/puppet/provider/package/portupgrade.rb:96 ../lib/puppet/provider/package/portupgrade.rb:153 ../lib/puppet/provider/package/rug.rb:29 ../lib/puppet/provider/package/up2date.rb:18 ../lib/puppet/provider/package/yum.rb:323 ../lib/puppet/provider/package/zypper.rb:148
6398
6402
  msgid "Could not find package %{name}"
6399
6403
  msgstr ""
6400
6404
 
6401
- #: ../lib/puppet/provider/package/apt.rb:181 ../lib/puppet/provider/package/yum.rb:327
6405
+ #: ../lib/puppet/provider/package/apt.rb:182 ../lib/puppet/provider/package/yum.rb:328
6402
6406
  msgid "Failed to update to version %{should}, got version %{version} instead"
6403
6407
  msgstr ""
6404
6408
 
6405
- #: ../lib/puppet/provider/package/apt.rb:193 ../lib/puppet/provider/package/fink.rb:57
6409
+ #: ../lib/puppet/provider/package/apt.rb:194 ../lib/puppet/provider/package/fink.rb:57
6406
6410
  msgid "Could not find latest version"
6407
6411
  msgstr ""
6408
6412
 
6409
- #: ../lib/puppet/provider/package/apt.rb:204 ../lib/puppet/provider/package/fink.rb:68
6413
+ #: ../lib/puppet/provider/package/apt.rb:205 ../lib/puppet/provider/package/fink.rb:68
6410
6414
  msgid "Preseeding %{response} to debconf-set-selections"
6411
6415
  msgstr ""
6412
6416
 
6413
- #: ../lib/puppet/provider/package/apt.rb:208 ../lib/puppet/provider/package/fink.rb:72
6417
+ #: ../lib/puppet/provider/package/apt.rb:209 ../lib/puppet/provider/package/fink.rb:72
6414
6418
  msgid "No responsefile specified or non existent, not preseeding anything"
6415
6419
  msgstr ""
6416
6420
 
@@ -6418,7 +6422,7 @@ msgstr ""
6418
6422
  msgid "Could not match version '%{version}'"
6419
6423
  msgstr ""
6420
6424
 
6421
- #: ../lib/puppet/provider/package/aptrpm.rb:74
6425
+ #: ../lib/puppet/provider/package/aptrpm.rb:72
6422
6426
  msgid "Could not match string"
6423
6427
  msgstr ""
6424
6428
 
@@ -6458,7 +6462,7 @@ 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:126 ../lib/puppet/provider/package/puppetserver_gem.rb:63
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
 
@@ -6466,19 +6470,19 @@ msgstr ""
6466
6470
  msgid "Could not match %{desc}"
6467
6471
  msgstr ""
6468
6472
 
6469
- #: ../lib/puppet/provider/package/gem.rb:231 ../lib/puppet/provider/package/puppetserver_gem.rb:95
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:242 ../lib/puppet/provider/package/puppetserver_gem.rb:106
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:258 ../lib/puppet/provider/package/puppetserver_gem.rb:117
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:284 ../lib/puppet/provider/package/puppetserver_gem.rb:127
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
 
@@ -6552,39 +6556,39 @@ msgstr ""
6552
6556
  msgid "%{version} is not available for this package"
6553
6557
  msgstr ""
6554
6558
 
6555
- #: ../lib/puppet/provider/package/pacman.rb:50
6559
+ #: ../lib/puppet/provider/package/pacman.rb:49
6556
6560
  msgid "Could not find package '%{name}'"
6557
6561
  msgstr ""
6558
6562
 
6559
- #: ../lib/puppet/provider/package/pacman.rb:87
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:93
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
 
6567
- #: ../lib/puppet/provider/package/pacman.rb:175
6571
+ #: ../lib/puppet/provider/package/pacman.rb:172
6568
6572
  msgid "%{resource_name} is a group, but allow_virtual is false."
6569
6573
  msgstr ""
6570
6574
 
6571
- #: ../lib/puppet/provider/package/pacman.rb:202
6575
+ #: ../lib/puppet/provider/package/pacman.rb:209
6572
6576
  msgid "Refusing to uninstall package group %{resource_name}, because allow_virtual is false."
6573
6577
  msgstr ""
6574
6578
 
6575
- #: ../lib/puppet/provider/package/pacman.rb:232
6579
+ #: ../lib/puppet/provider/package/pacman.rb:238
6576
6580
  msgid "Invalid source '%{source}': %{detail}"
6577
6581
  msgstr ""
6578
6582
 
6579
- #: ../lib/puppet/provider/package/pacman.rb:241
6583
+ #: ../lib/puppet/provider/package/pacman.rb:247
6580
6584
  msgid "puppet:// URL is not supported by pacman"
6581
6585
  msgstr ""
6582
6586
 
6583
- #: ../lib/puppet/provider/package/pacman.rb:243
6587
+ #: ../lib/puppet/provider/package/pacman.rb:249
6584
6588
  msgid "Source %{source} is not supported by pacman"
6585
6589
  msgstr ""
6586
6590
 
6587
- #: ../lib/puppet/provider/package/pacman.rb:253
6591
+ #: ../lib/puppet/provider/package/pacman.rb:259
6588
6592
  msgid "Refusing to install package group %{resource_name}, because allow_virtual is false."
6589
6593
  msgstr ""
6590
6594
 
@@ -6664,11 +6668,11 @@ msgstr ""
6664
6668
  msgid "Package not in pkgutil catalog: %{package}"
6665
6669
  msgstr ""
6666
6670
 
6667
- #: ../lib/puppet/provider/package/portage.rb:227
6671
+ #: ../lib/puppet/provider/package/portage.rb:225
6668
6672
  msgid "No package found with the specified name [%{name}]"
6669
6673
  msgstr ""
6670
6674
 
6671
- #: ../lib/puppet/provider/package/portage.rb:231
6675
+ #: ../lib/puppet/provider/package/portage.rb:229
6672
6676
  msgid "More than one package with the specified name [%{search_value}], please use the category parameter to disambiguate"
6673
6677
  msgstr ""
6674
6678
 
@@ -6680,7 +6684,7 @@ msgstr ""
6680
6684
  msgid "Could not match version info '%{info}'"
6681
6685
  msgstr ""
6682
6686
 
6683
- #: ../lib/puppet/provider/package/portupgrade.rb:157
6687
+ #: ../lib/puppet/provider/package/portupgrade.rb:156
6684
6688
  msgid "Unexpected output from portversion: %{output}"
6685
6689
  msgstr ""
6686
6690
 
@@ -6705,23 +6709,23 @@ msgstr ""
6705
6709
  msgid "Package %{name} was not present after trying to install it"
6706
6710
  msgstr ""
6707
6711
 
6708
- #: ../lib/puppet/provider/package/windows.rb:45
6712
+ #: ../lib/puppet/provider/package/windows.rb:44
6709
6713
  msgid "Error when unlinking %{path}: %{detail}"
6710
6714
  msgstr ""
6711
6715
 
6712
- #: ../lib/puppet/provider/package/windows.rb:113
6716
+ #: ../lib/puppet/provider/package/windows.rb:111
6713
6717
  msgid "The package %{operation}ed successfully and the system is rebooting now."
6714
6718
  msgstr ""
6715
6719
 
6716
- #: ../lib/puppet/provider/package/windows.rb:115
6720
+ #: ../lib/puppet/provider/package/windows.rb:113
6717
6721
  msgid "The package %{operation}ed successfully, but the system must be rebooted."
6718
6722
  msgstr ""
6719
6723
 
6720
- #: ../lib/puppet/provider/package/windows.rb:117
6724
+ #: ../lib/puppet/provider/package/windows.rb:115
6721
6725
  msgid "Failed to %{operation}"
6722
6726
  msgstr ""
6723
6727
 
6724
- #: ../lib/puppet/provider/package/windows.rb:123
6728
+ #: ../lib/puppet/provider/package/windows.rb:121
6725
6729
  msgid "The source parameter cannot be empty when using the Windows provider."
6726
6730
  msgstr ""
6727
6731
 
@@ -6741,7 +6745,7 @@ msgstr ""
6741
6745
  msgid "Don't know how to install '%{source}'"
6742
6746
  msgstr ""
6743
6747
 
6744
- #: ../lib/puppet/provider/package/yum.rb:75
6748
+ #: ../lib/puppet/provider/package/yum.rb:73
6745
6749
  msgid "The yum provider can only be used as root"
6746
6750
  msgstr ""
6747
6751
 
@@ -6749,11 +6753,11 @@ msgstr ""
6749
6753
  msgid "Could not check for updates, '%{cmd} check-update' exited with %{status}"
6750
6754
  msgstr ""
6751
6755
 
6752
- #: ../lib/puppet/provider/package/yum.rb:163
6756
+ #: ../lib/puppet/provider/package/yum.rb:164
6753
6757
  msgid "Failed to parse package name and architecture from '%{pkgname}'"
6754
6758
  msgstr ""
6755
6759
 
6756
- #: ../lib/puppet/provider/package/yum.rb:316
6760
+ #: ../lib/puppet/provider/package/yum.rb:317
6757
6761
  msgid "Could not find package %{wanted}"
6758
6762
  msgstr ""
6759
6763
 
@@ -6773,23 +6777,23 @@ msgstr ""
6773
6777
  msgid "Failed to read %{target}'s records when prefetching them. Reason: %{detail}"
6774
6778
  msgstr ""
6775
6779
 
6776
- #: ../lib/puppet/provider/parsedfile.rb:287 ../lib/puppet/provider/parsedfile.rb:311
6780
+ #: ../lib/puppet/provider/parsedfile.rb:285 ../lib/puppet/provider/parsedfile.rb:309
6777
6781
  msgid "Prefetching %{target} for provider %{name} returned nil"
6778
6782
  msgstr ""
6779
6783
 
6780
- #: ../lib/puppet/provider/parsedfile.rb:297
6784
+ #: ../lib/puppet/provider/parsedfile.rb:295
6781
6785
  msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6782
6786
  msgstr ""
6783
6787
 
6784
- #: ../lib/puppet/provider/parsedfile.rb:385
6788
+ #: ../lib/puppet/provider/parsedfile.rb:383
6785
6789
  msgid "Parsed Providers must define a default target"
6786
6790
  msgstr ""
6787
6791
 
6788
- #: ../lib/puppet/provider/parsedfile.rb:477
6792
+ #: ../lib/puppet/provider/parsedfile.rb:475
6789
6793
  msgid "Somehow got told to prefetch with no resource set"
6790
6794
  msgstr ""
6791
6795
 
6792
- #: ../lib/puppet/provider/service/base.rb:125
6796
+ #: ../lib/puppet/provider/service/base.rb:120
6793
6797
  msgid "%{name} is not running"
6794
6798
  msgstr ""
6795
6799
 
@@ -6864,11 +6868,11 @@ msgstr ""
6864
6868
  msgid "Could not convert AIX expires date '%{expires}' on %{class_name}[%{resource_name}]"
6865
6869
  msgstr ""
6866
6870
 
6867
- #: ../lib/puppet/provider/user/aix.rb:85
6871
+ #: ../lib/puppet/provider/user/aix.rb:87
6868
6872
  msgid "Invalid value %{groups}: Groups must be comma separated!"
6869
6873
  msgstr ""
6870
6874
 
6871
- #: ../lib/puppet/provider/user/aix.rb:153
6875
+ #: ../lib/puppet/provider/user/aix.rb:155
6872
6876
  msgid "Could not reset the groups property back to %{cur_groups} after setting the primary group on %{resource}[%{name}]. This means that the previous primary group of %{old_pgrp} and the new primary group of %{new_pgrp} have been added to %{cur_groups}. You will need to manually reset the groups property if this is undesirable behavior. Detail: %{detail}"
6873
6877
  msgstr ""
6874
6878
 
@@ -6889,7 +6893,7 @@ msgstr ""
6889
6893
  msgid "The user account '%s' is expired; The password will still be changed"
6890
6894
  msgstr ""
6891
6895
 
6892
- #: ../lib/puppet/reference/indirection.rb:24
6896
+ #: ../lib/puppet/reference/indirection.rb:27
6893
6897
  msgid "Could not build docs for indirector %{name}, terminus %{terminus}: could not locate terminus."
6894
6898
  msgstr ""
6895
6899
 
@@ -6957,31 +6961,31 @@ msgid "No resource title provided in serialized data"
6957
6961
  msgstr ""
6958
6962
 
6959
6963
  #. TRANSLATORS 'Puppet::Resource.new' should not be translated
6960
- #: ../lib/puppet/resource.rb:302
6964
+ #: ../lib/puppet/resource.rb:303
6961
6965
  msgid "Puppet::Resource.new does not take a hash as the first argument."
6962
6966
  msgstr ""
6963
6967
 
6964
- #: ../lib/puppet/resource.rb:303
6968
+ #: ../lib/puppet/resource.rb:304
6965
6969
  msgid "Did you mean (%{type}, %{title}) ?"
6966
6970
  msgstr ""
6967
6971
 
6968
- #: ../lib/puppet/resource.rb:346
6972
+ #: ../lib/puppet/resource.rb:347
6969
6973
  msgid "Could not find declared class %{title}"
6970
6974
  msgstr ""
6971
6975
 
6972
- #: ../lib/puppet/resource.rb:348
6976
+ #: ../lib/puppet/resource.rb:349
6973
6977
  msgid "Invalid resource type %{type}"
6974
6978
  msgstr ""
6975
6979
 
6976
- #: ../lib/puppet/resource.rb:548
6980
+ #: ../lib/puppet/resource.rb:553
6977
6981
  msgid "no parameter named '%{name}'"
6978
6982
  msgstr ""
6979
6983
 
6980
- #: ../lib/puppet/resource.rb:592
6984
+ #: ../lib/puppet/resource.rb:597
6981
6985
  msgid "No title provided and %{type} is not a valid resource reference"
6982
6986
  msgstr ""
6983
6987
 
6984
- #: ../lib/puppet/resource.rb:667
6988
+ #: ../lib/puppet/resource.rb:672
6985
6989
  msgid "No set of title patterns matched the title \"%{title}\"."
6986
6990
  msgstr ""
6987
6991
 
@@ -7015,27 +7019,27 @@ msgstr ""
7015
7019
  msgid "Could not intern from data: Could not find relationship target %{target} for %{source}"
7016
7020
  msgstr ""
7017
7021
 
7018
- #: ../lib/puppet/resource/catalog.rb:534
7022
+ #: ../lib/puppet/resource/catalog.rb:530
7019
7023
  msgid "Could not create class file %{file}: %{detail}"
7020
7024
  msgstr ""
7021
7025
 
7022
- #: ../lib/puppet/resource/catalog.rb:551
7026
+ #: ../lib/puppet/resource/catalog.rb:547
7023
7027
  msgid "Could not create resource file %{file}: %{detail}"
7024
7028
  msgstr ""
7025
7029
 
7026
- #: ../lib/puppet/resource/catalog.rb:586
7030
+ #: ../lib/puppet/resource/catalog.rb:582
7027
7031
  msgid "Duplicate declaration: %{resource} is already declared; cannot redeclare"
7028
7032
  msgstr ""
7029
7033
 
7030
- #: ../lib/puppet/resource/catalog.rb:588
7034
+ #: ../lib/puppet/resource/catalog.rb:584
7031
7035
  msgid "Duplicate declaration: %{resource} is already declared at %{error_location}; cannot redeclare"
7032
7036
  msgstr ""
7033
7037
 
7034
- #: ../lib/puppet/resource/catalog.rb:637 ../lib/puppet/resource/catalog.rb:642
7038
+ #: ../lib/puppet/resource/catalog.rb:633 ../lib/puppet/resource/catalog.rb:638
7035
7039
  msgid "Could not find resource %{resource} when converting %{message} resources"
7036
7040
  msgstr ""
7037
7041
 
7038
- #: ../lib/puppet/resource/status.rb:140 ../lib/puppet/transaction.rb:277
7042
+ #: ../lib/puppet/resource/status.rb:141 ../lib/puppet/transaction.rb:273
7039
7043
  msgid "Could not evaluate: %{detail}"
7040
7044
  msgstr ""
7041
7045
 
@@ -7067,23 +7071,23 @@ msgstr ""
7067
7071
  msgid "Could not find parent resource type '%{parent}' of type %{parent_type} in %{env}"
7068
7072
  msgstr ""
7069
7073
 
7070
- #: ../lib/puppet/resource/type.rb:345
7074
+ #: ../lib/puppet/resource/type.rb:344
7071
7075
  msgid "Parameter '%{name}' is given a type, but is not a valid parameter."
7072
7076
  msgstr ""
7073
7077
 
7074
- #: ../lib/puppet/resource/type.rb:348
7078
+ #: ../lib/puppet/resource/type.rb:347
7075
7079
  msgid "Parameter '%{name}' is given a type that is not a Puppet Type, got %{class_name}"
7076
7080
  msgstr ""
7077
7081
 
7078
- #: ../lib/puppet/resource/type.rb:384
7082
+ #: ../lib/puppet/resource/type.rb:383
7079
7083
  msgid "Could not find scope for %{class_name}"
7080
7084
  msgstr ""
7081
7085
 
7082
- #: ../lib/puppet/resource/type.rb:405
7086
+ #: ../lib/puppet/resource/type.rb:404
7083
7087
  msgid "%{param} is a metaparam; this value will inherit to all contained resources in the %{name} definition"
7084
7088
  msgstr ""
7085
7089
 
7086
- #: ../lib/puppet/resource/type.rb:407
7090
+ #: ../lib/puppet/resource/type.rb:406
7087
7091
  msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
7088
7092
  msgstr ""
7089
7093
 
@@ -7127,7 +7131,7 @@ msgstr ""
7127
7131
  msgid "New environment loaders generated from the requested section."
7128
7132
  msgstr ""
7129
7133
 
7130
- #: ../lib/puppet/settings.rb:321
7134
+ #: ../lib/puppet/settings.rb:322
7131
7135
  msgid "Attempting to initialize global default settings more than once!"
7132
7136
  msgstr ""
7133
7137
 
@@ -7143,57 +7147,57 @@ msgstr ""
7143
7147
  msgid "Invalid setting type '%{type}'"
7144
7148
  msgstr ""
7145
7149
 
7146
- #: ../lib/puppet/settings.rb:894
7150
+ #: ../lib/puppet/settings.rb:892
7147
7151
  msgid "Cannot manage owner permissions, because the provider for '%{name}' is not functional"
7148
7152
  msgstr ""
7149
7153
 
7150
- #: ../lib/puppet/settings.rb:910
7154
+ #: ../lib/puppet/settings.rb:908
7151
7155
  msgid "Cannot manage group permissions, because the provider for '%{name}' is not functional"
7152
7156
  msgstr ""
7153
7157
 
7154
- #: ../lib/puppet/settings.rb:946
7158
+ #: ../lib/puppet/settings.rb:944
7155
7159
  msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
7156
7160
  msgstr ""
7157
7161
 
7158
- #: ../lib/puppet/settings.rb:1027
7162
+ #: ../lib/puppet/settings.rb:1025
7159
7163
  msgid "setting definition for '%{name}' is not a hash!"
7160
7164
  msgstr ""
7161
7165
 
7162
- #: ../lib/puppet/settings.rb:1032
7166
+ #: ../lib/puppet/settings.rb:1030
7163
7167
  msgid "Setting %{name} is already defined"
7164
7168
  msgstr ""
7165
7169
 
7166
- #: ../lib/puppet/settings.rb:1039
7170
+ #: ../lib/puppet/settings.rb:1037
7167
7171
  msgid "Setting %{name} is already using short name '%{short}'"
7168
7172
  msgstr ""
7169
7173
 
7170
- #: ../lib/puppet/settings.rb:1312
7174
+ #: ../lib/puppet/settings.rb:1309
7171
7175
  msgid "Setting %{name} is deprecated."
7172
7176
  msgstr ""
7173
7177
 
7174
7178
  #. TRANSLATORS 'puppet.conf' is a file name and should not be translated
7175
- #: ../lib/puppet/settings.rb:1317
7179
+ #: ../lib/puppet/settings.rb:1314
7176
7180
  msgid "Setting %{name} is deprecated in puppet.conf."
7177
7181
  msgstr ""
7178
7182
 
7179
- #: ../lib/puppet/settings.rb:1504
7183
+ #: ../lib/puppet/settings.rb:1500
7180
7184
  msgid "Error converting value for param '%{name}': %{detail}"
7181
7185
  msgstr ""
7182
7186
 
7183
- #: ../lib/puppet/settings.rb:1528
7187
+ #: ../lib/puppet/settings.rb:1524
7184
7188
  msgid "Could not find value for %{expression}"
7185
7189
  msgstr ""
7186
7190
 
7187
7191
  #. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
7188
- #: ../lib/puppet/settings.rb:1538
7192
+ #: ../lib/puppet/settings.rb:1534
7189
7193
  msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
7190
7194
  msgstr ""
7191
7195
 
7192
- #: ../lib/puppet/settings.rb:1539
7196
+ #: ../lib/puppet/settings.rb:1535
7193
7197
  msgid "Its value will remain %{value}."
7194
7198
  msgstr ""
7195
7199
 
7196
- #: ../lib/puppet/settings.rb:1570
7200
+ #: ../lib/puppet/settings.rb:1566
7197
7201
  msgid "Attempt to assign a value to unknown setting %{name}"
7198
7202
  msgstr ""
7199
7203
 
@@ -7270,19 +7274,19 @@ msgstr ""
7270
7274
  msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
7271
7275
  msgstr ""
7272
7276
 
7273
- #: ../lib/puppet/settings/config_file.rb:132
7277
+ #: ../lib/puppet/settings/config_file.rb:133
7274
7278
  msgid "Invalid file option '%{parameter}'"
7275
7279
  msgstr ""
7276
7280
 
7277
- #: ../lib/puppet/settings/config_file.rb:136
7281
+ #: ../lib/puppet/settings/config_file.rb:137
7278
7282
  msgid "File modes must be numbers"
7279
7283
  msgstr ""
7280
7284
 
7281
- #: ../lib/puppet/settings/config_file.rb:139
7285
+ #: ../lib/puppet/settings/config_file.rb:140
7282
7286
  msgid "Could not parse '%{string}'"
7283
7287
  msgstr ""
7284
7288
 
7285
- #: ../lib/puppet/settings/duration_setting.rb:31
7289
+ #: ../lib/puppet/settings/duration_setting.rb:30
7286
7290
  msgid "Invalid duration format '%{value}' for parameter: %{name}"
7287
7291
  msgstr ""
7288
7292
 
@@ -7319,7 +7323,7 @@ msgstr ""
7319
7323
  msgid "Value '%{value}' is not a valid port number for parameter: %{name}"
7320
7324
  msgstr ""
7321
7325
 
7322
- #: ../lib/puppet/settings/priority_setting.rb:42
7326
+ #: ../lib/puppet/settings/priority_setting.rb:41
7323
7327
  msgid "Invalid priority format '%{value}' for parameter: %{name}"
7324
7328
  msgstr ""
7325
7329
 
@@ -7331,11 +7335,11 @@ msgstr ""
7331
7335
  msgid "Invalid terminus setting: %{value}"
7332
7336
  msgstr ""
7333
7337
 
7334
- #: ../lib/puppet/settings/ttl_setting.rb:40
7338
+ #: ../lib/puppet/settings/ttl_setting.rb:39
7335
7339
  msgid "Invalid negative 'time to live' %{value} - did you mean 'unlimited'?"
7336
7340
  msgstr ""
7337
7341
 
7338
- #: ../lib/puppet/settings/ttl_setting.rb:51
7342
+ #: ../lib/puppet/settings/ttl_setting.rb:50
7339
7343
  msgid "Invalid 'time to live' format '%{value}' for parameter: %{param_name}"
7340
7344
  msgstr ""
7341
7345
 
@@ -7359,7 +7363,7 @@ msgstr ""
7359
7363
  msgid "Name must be supplied if it cannot be determined from the instance"
7360
7364
  msgstr ""
7361
7365
 
7362
- #: ../lib/puppet/ssl/base.rb:145
7366
+ #: ../lib/puppet/ssl/base.rb:143
7363
7367
  msgid "Unknown signature algorithm '%{ln}'"
7364
7368
  msgstr ""
7365
7369
 
@@ -7383,39 +7387,39 @@ msgstr ""
7383
7387
  msgid "In %{attr}, expected extension record %{index} to have two or three items, but found %{count}"
7384
7388
  msgstr ""
7385
7389
 
7386
- #: ../lib/puppet/ssl/certificate_request.rb:219
7390
+ #: ../lib/puppet/ssl/certificate_request.rb:218
7387
7391
  msgid "Cannot specify CSR attribute %{oid}: conflicts with internally used CSR attribute"
7388
7392
  msgstr ""
7389
7393
 
7390
- #: ../lib/puppet/ssl/certificate_request.rb:228
7394
+ #: ../lib/puppet/ssl/certificate_request.rb:227
7391
7395
  msgid "Cannot create CSR with attribute %{oid}: %{message}"
7392
7396
  msgstr ""
7393
7397
 
7394
- #: ../lib/puppet/ssl/certificate_request.rb:245
7398
+ #: ../lib/puppet/ssl/certificate_request.rb:242
7395
7399
  msgid "Cannot specify CSR extension request %{oid}: conflicts with internally used extension request"
7396
7400
  msgstr ""
7397
7401
 
7398
- #: ../lib/puppet/ssl/certificate_request.rb:251
7402
+ #: ../lib/puppet/ssl/certificate_request.rb:248
7399
7403
  msgid "Cannot create CSR with extension request %{oid}: %{message}"
7400
7404
  msgstr ""
7401
7405
 
7402
- #: ../lib/puppet/ssl/certificate_request.rb:301
7406
+ #: ../lib/puppet/ssl/certificate_request.rb:297
7403
7407
  msgid "In %{attr}, expected Set but found %{klass}"
7404
7408
  msgstr ""
7405
7409
 
7406
- #: ../lib/puppet/ssl/certificate_request.rb:305
7410
+ #: ../lib/puppet/ssl/certificate_request.rb:301
7407
7411
  msgid "In %{attr}, expected Set[Array] but found %{klass}"
7408
7412
  msgstr ""
7409
7413
 
7410
- #: ../lib/puppet/ssl/certificate_request.rb:309
7414
+ #: ../lib/puppet/ssl/certificate_request.rb:305
7411
7415
  msgid "In %{attr}, expected Set[Array] with one value but found %{count} elements"
7412
7416
  msgstr ""
7413
7417
 
7414
- #: ../lib/puppet/ssl/certificate_request.rb:313
7418
+ #: ../lib/puppet/ssl/certificate_request.rb:309
7415
7419
  msgid "In %{attr}, expected Set[Array[Sequence[...]]], but found %{klass}"
7416
7420
  msgstr ""
7417
7421
 
7418
- #: ../lib/puppet/ssl/certificate_request.rb:317
7422
+ #: ../lib/puppet/ssl/certificate_request.rb:313
7419
7423
  msgid "In %{attr}, expected Set[Array[Sequence[Array[...]]]], but found %{klass}"
7420
7424
  msgstr ""
7421
7425
 
@@ -7756,72 +7760,72 @@ msgstr ""
7756
7760
  msgid "PP syntax checker: \"%{message}\""
7757
7761
  msgstr ""
7758
7762
 
7759
- #: ../lib/puppet/transaction.rb:92
7763
+ #: ../lib/puppet/transaction.rb:90
7760
7764
  msgid "Some pre-run checks failed"
7761
7765
  msgstr ""
7762
7766
 
7763
- #: ../lib/puppet/transaction.rb:108
7767
+ #: ../lib/puppet/transaction.rb:106
7764
7768
  msgid "Applying configuration version '%{version}'"
7765
7769
  msgstr ""
7766
7770
 
7767
- #: ../lib/puppet/transaction.rb:132
7771
+ #: ../lib/puppet/transaction.rb:130
7768
7772
  msgid "Provider %{name} is not functional on this host"
7769
7773
  msgstr ""
7770
7774
 
7771
- #: ../lib/puppet/transaction.rb:148
7775
+ #: ../lib/puppet/transaction.rb:146
7772
7776
  msgid "Could not find a suitable provider for %{type}"
7773
7777
  msgstr ""
7774
7778
 
7775
- #: ../lib/puppet/transaction.rb:155
7779
+ #: ../lib/puppet/transaction.rb:152
7776
7780
  msgid "post_resource_eval failed for provider %{provider}"
7777
7781
  msgstr ""
7778
7782
 
7779
- #: ../lib/puppet/transaction.rb:172
7783
+ #: ../lib/puppet/transaction.rb:168
7780
7784
  msgid "resource is part of a dependency cycle"
7781
7785
  msgstr ""
7782
7786
 
7783
- #: ../lib/puppet/transaction.rb:174
7787
+ #: ../lib/puppet/transaction.rb:170
7784
7788
  msgid "One or more resource dependency cycles detected in graph"
7785
7789
  msgstr ""
7786
7790
 
7787
- #: ../lib/puppet/transaction.rb:189
7791
+ #: ../lib/puppet/transaction.rb:185
7788
7792
  msgid "Somehow left a component in the relationship graph"
7789
7793
  msgstr ""
7790
7794
 
7791
- #: ../lib/puppet/transaction.rb:192
7795
+ #: ../lib/puppet/transaction.rb:188
7792
7796
  msgid "Starting to evaluate the resource (%{progress} of %{total})"
7793
7797
  msgstr ""
7794
7798
 
7795
- #: ../lib/puppet/transaction.rb:195
7799
+ #: ../lib/puppet/transaction.rb:191
7796
7800
  msgid "Evaluated in %{seconds} seconds"
7797
7801
  msgstr ""
7798
7802
 
7799
- #: ../lib/puppet/transaction.rb:314
7803
+ #: ../lib/puppet/transaction.rb:310
7800
7804
  msgid "Class dependency %{dep} has failures: %{status}"
7801
7805
  msgstr ""
7802
7806
 
7803
- #: ../lib/puppet/transaction.rb:320
7807
+ #: ../lib/puppet/transaction.rb:316
7804
7808
  msgid "Dependency %{dep} has failures: %{status}"
7805
7809
  msgstr ""
7806
7810
 
7807
- #: ../lib/puppet/transaction.rb:341
7811
+ #: ../lib/puppet/transaction.rb:337
7808
7812
  msgid "Prefetch failed for %{type_name} provider '%{name}'"
7809
7813
  msgstr ""
7810
7814
 
7811
7815
  #. TRANSLATORS `prefetch` is a function name and should not be translated
7812
- #: ../lib/puppet/transaction.rb:388
7816
+ #: ../lib/puppet/transaction.rb:384
7813
7817
  msgid "Could not prefetch %{type_name} provider '%{name}': %{detail}"
7814
7818
  msgstr ""
7815
7819
 
7816
- #: ../lib/puppet/transaction.rb:422
7820
+ #: ../lib/puppet/transaction.rb:418
7817
7821
  msgid "Skipping resources in class because of failed class dependencies"
7818
7822
  msgstr ""
7819
7823
 
7820
- #: ../lib/puppet/transaction.rb:426
7824
+ #: ../lib/puppet/transaction.rb:422
7821
7825
  msgid "Skipping because of failed dependencies"
7822
7826
  msgstr ""
7823
7827
 
7824
- #: ../lib/puppet/transaction.rb:431
7828
+ #: ../lib/puppet/transaction.rb:427
7825
7829
  msgid "Skipping because provider prefetch failed"
7826
7830
  msgstr ""
7827
7831
 
@@ -7842,29 +7846,29 @@ msgstr ""
7842
7846
  msgid "Event status can only be %{statuses}"
7843
7847
  msgstr ""
7844
7848
 
7845
- #: ../lib/puppet/transaction/event_manager.rb:89
7849
+ #: ../lib/puppet/transaction/event_manager.rb:88
7846
7850
  msgid "Unscheduling all events on %{target}"
7847
7851
  msgstr ""
7848
7852
 
7849
- #: ../lib/puppet/transaction/event_manager.rb:95
7853
+ #: ../lib/puppet/transaction/event_manager.rb:94
7850
7854
  msgid "Unscheduling %{callback} on %{target}"
7851
7855
  msgstr ""
7852
7856
 
7853
- #: ../lib/puppet/transaction/event_manager.rb:110
7857
+ #: ../lib/puppet/transaction/event_manager.rb:109
7854
7858
  msgid "Scheduling %{callback} of %{target}"
7855
7859
  msgstr ""
7856
7860
 
7857
- #: ../lib/puppet/transaction/event_manager.rb:154
7861
+ #: ../lib/puppet/transaction/event_manager.rb:153
7858
7862
  msgid "Triggered '%{callback}' from %{count} event"
7859
7863
  msgid_plural "Triggered '%{callback}' from %{count} events"
7860
7864
  msgstr[0] ""
7861
7865
  msgstr[1] ""
7862
7866
 
7863
- #: ../lib/puppet/transaction/event_manager.rb:161
7867
+ #: ../lib/puppet/transaction/event_manager.rb:160
7864
7868
  msgid "Failed to call %{callback}: %{detail}"
7865
7869
  msgstr ""
7866
7870
 
7867
- #: ../lib/puppet/transaction/event_manager.rb:176
7871
+ #: ../lib/puppet/transaction/event_manager.rb:175
7868
7872
  msgid "Would have triggered '%{callback}' from %{count} event"
7869
7873
  msgid_plural "Would have triggered '%{callback}' from %{count} events"
7870
7874
  msgstr[0] ""
@@ -7878,19 +7882,19 @@ msgstr ""
7878
7882
  msgid "Loaded transaction store file in %{seconds} seconds"
7879
7883
  msgstr ""
7880
7884
 
7881
- #: ../lib/puppet/transaction/persistence.rb:89
7885
+ #: ../lib/puppet/transaction/persistence.rb:88
7882
7886
  msgid "Transaction store file %{filename} is corrupt (%{detail}); replacing"
7883
7887
  msgstr ""
7884
7888
 
7885
- #: ../lib/puppet/transaction/persistence.rb:94
7889
+ #: ../lib/puppet/transaction/persistence.rb:93
7886
7890
  msgid "Unable to rename corrupt transaction store file: %{detail}"
7887
7891
  msgstr ""
7888
7892
 
7889
- #: ../lib/puppet/transaction/persistence.rb:95
7893
+ #: ../lib/puppet/transaction/persistence.rb:94
7890
7894
  msgid "Could not rename corrupt transaction store file %{filename}; remove manually"
7891
7895
  msgstr ""
7892
7896
 
7893
- #: ../lib/puppet/transaction/persistence.rb:103
7897
+ #: ../lib/puppet/transaction/persistence.rb:101
7894
7898
  msgid "Transaction store file %{filename} is valid YAML but not returning a hash. Check the file for corruption, or remove it before continuing."
7895
7899
  msgstr ""
7896
7900
 
@@ -7962,120 +7966,120 @@ msgstr ""
7962
7966
  msgid "Undefined attribute '%{attribute}' in %{name}"
7963
7967
  msgstr ""
7964
7968
 
7965
- #: ../lib/puppet/type.rb:1159
7969
+ #: ../lib/puppet/type.rb:1154
7966
7970
  msgid "%{name} has no providers and has not overridden 'instances'"
7967
7971
  msgstr ""
7968
7972
 
7969
- #: ../lib/puppet/type.rb:1424
7973
+ #: ../lib/puppet/type.rb:1417
7970
7974
  msgid "Cannot add aliases without a catalog"
7971
7975
  msgstr ""
7972
7976
 
7973
- #: ../lib/puppet/type.rb:1504
7977
+ #: ../lib/puppet/type.rb:1498
7974
7978
  msgid "Could not find %{description} %{ref} for %{resource}"
7975
7979
  msgstr ""
7976
7980
 
7977
- #: ../lib/puppet/type.rb:1727
7981
+ #: ../lib/puppet/type.rb:1720
7978
7982
  msgid "Found multiple default providers for %{name}: %{provider_list}; using %{selected_provider}"
7979
7983
  msgstr ""
7980
7984
 
7981
- #: ../lib/puppet/type.rb:1814
7985
+ #: ../lib/puppet/type.rb:1804
7982
7986
  msgid "Could not find parent provider %{parent} of %{name}"
7983
7987
  msgstr ""
7984
7988
 
7985
- #: ../lib/puppet/type.rb:1888
7989
+ #: ../lib/puppet/type.rb:1875
7986
7990
  msgid "Invalid %{resource} provider '%{provider_class}'"
7987
7991
  msgstr ""
7988
7992
 
7989
- #: ../lib/puppet/type.rb:1973
7993
+ #: ../lib/puppet/type.rb:1960
7990
7994
  msgid "Could not find %{name} provider of %{provider}"
7991
7995
  msgstr ""
7992
7996
 
7993
- #: ../lib/puppet/type.rb:2091
7997
+ #: ../lib/puppet/type.rb:2078
7994
7998
  msgid "You cannot add relationships without a catalog"
7995
7999
  msgstr ""
7996
8000
 
7997
- #: ../lib/puppet/type.rb:2410
8001
+ #: ../lib/puppet/type.rb:2395
7998
8002
  msgid "Unable to mark '%{name}' as sensitive: %{name} is a parameter and not a property, and cannot be automatically redacted."
7999
8003
  msgstr ""
8000
8004
 
8001
- #: ../lib/puppet/type.rb:2413
8005
+ #: ../lib/puppet/type.rb:2398
8002
8006
  msgid "Unable to mark '%{name}' as sensitive: the property itself was not assigned a value."
8003
8007
  msgstr ""
8004
8008
 
8005
- #: ../lib/puppet/type.rb:2415
8009
+ #: ../lib/puppet/type.rb:2400
8006
8010
  msgid "Unable to mark '%{name}' as sensitive: the property itself is not defined on %{type}."
8007
8011
  msgstr ""
8008
8012
 
8009
- #: ../lib/puppet/type.rb:2474
8013
+ #: ../lib/puppet/type.rb:2458
8010
8014
  msgid "Could not set %{attribute} on %{class_name}: %{detail}"
8011
8015
  msgstr ""
8012
8016
 
8013
- #: ../lib/puppet/type/exec.rb:124
8017
+ #: ../lib/puppet/type/exec.rb:122
8014
8018
  msgid "executed successfully"
8015
8019
  msgstr ""
8016
8020
 
8017
- #: ../lib/puppet/type/exec.rb:159
8021
+ #: ../lib/puppet/type/exec.rb:157
8018
8022
  msgid "Command exceeded timeout"
8019
8023
  msgstr ""
8020
8024
 
8021
- #: ../lib/puppet/type/exec.rb:188
8025
+ #: ../lib/puppet/type/exec.rb:186
8022
8026
  msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
8023
8027
  msgstr ""
8024
8028
 
8025
- #: ../lib/puppet/type/exec.rb:190
8029
+ #: ../lib/puppet/type/exec.rb:188
8026
8030
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
8027
8031
  msgstr ""
8028
8032
 
8029
- #: ../lib/puppet/type/exec.rb:220
8033
+ #: ../lib/puppet/type/exec.rb:218
8030
8034
  msgid "Command must be a String or Array<String>, got value of class %{klass}"
8031
8035
  msgstr ""
8032
8036
 
8033
- #: ../lib/puppet/type/exec.rb:253
8037
+ #: ../lib/puppet/type/exec.rb:251
8034
8038
  msgid "Unable to execute commands as other users on Windows"
8035
8039
  msgstr ""
8036
8040
 
8037
- #: ../lib/puppet/type/exec.rb:255
8041
+ #: ../lib/puppet/type/exec.rb:253
8038
8042
  msgid "Only root can execute commands as other users"
8039
8043
  msgstr ""
8040
8044
 
8041
- #: ../lib/puppet/type/exec.rb:311
8045
+ #: ../lib/puppet/type/exec.rb:309
8042
8046
  msgid "Invalid environment setting '%{value}'"
8043
8047
  msgstr ""
8044
8048
 
8045
- #: ../lib/puppet/type/exec.rb:324
8049
+ #: ../lib/puppet/type/exec.rb:322
8046
8050
  msgid "The umask specification is invalid: %{value}"
8047
8051
  msgstr ""
8048
8052
 
8049
- #: ../lib/puppet/type/exec.rb:340
8053
+ #: ../lib/puppet/type/exec.rb:338
8050
8054
  msgid "The timeout must be a number."
8051
8055
  msgstr ""
8052
8056
 
8053
- #: ../lib/puppet/type/exec.rb:357
8057
+ #: ../lib/puppet/type/exec.rb:355
8054
8058
  msgid "Tries must be an integer"
8055
8059
  msgstr ""
8056
8060
 
8057
- #: ../lib/puppet/type/exec.rb:362
8061
+ #: ../lib/puppet/type/exec.rb:360
8058
8062
  msgid "Tries must be an integer >= 1"
8059
8063
  msgstr ""
8060
8064
 
8061
- #: ../lib/puppet/type/exec.rb:376
8065
+ #: ../lib/puppet/type/exec.rb:374
8062
8066
  msgid "try_sleep must be a number"
8063
8067
  msgstr ""
8064
8068
 
8065
- #: ../lib/puppet/type/exec.rb:381
8069
+ #: ../lib/puppet/type/exec.rb:379
8066
8070
  msgid "try_sleep cannot be a negative number"
8067
8071
  msgstr ""
8068
8072
 
8069
8073
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
8070
- #: ../lib/puppet/type/exec.rb:453
8074
+ #: ../lib/puppet/type/exec.rb:455
8071
8075
  msgid "Checking that 'creates' path '%{creates_path}' exists"
8072
8076
  msgstr ""
8073
8077
 
8074
- #: ../lib/puppet/type/exec.rb:505 ../lib/puppet/type/exec.rb:568
8078
+ #: ../lib/puppet/type/exec.rb:507 ../lib/puppet/type/exec.rb:570
8075
8079
  msgid "Check %{value} exceeded timeout"
8076
8080
  msgstr ""
8077
8081
 
8078
- #: ../lib/puppet/type/exec.rb:669
8082
+ #: ../lib/puppet/type/exec.rb:673
8079
8083
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
8080
8084
  msgstr ""
8081
8085
 
@@ -8131,38 +8135,38 @@ msgstr ""
8131
8135
  msgid "Could not find filebucket %{backup} specified in backup"
8132
8136
  msgstr ""
8133
8137
 
8134
- #: ../lib/puppet/type/file.rb:804
8138
+ #: ../lib/puppet/type/file.rb:803
8135
8139
  msgid "Could not back up file of type %{current_type}"
8136
8140
  msgstr ""
8137
8141
 
8138
- #: ../lib/puppet/type/file.rb:819
8142
+ #: ../lib/puppet/type/file.rb:818
8139
8143
  msgid "Could not remove files of type %{current_type}"
8140
8144
  msgstr ""
8141
8145
 
8142
8146
  #. TRANSLATORS "source_permissions => ignore" should not be translated
8143
- #: ../lib/puppet/type/file.rb:830
8147
+ #: ../lib/puppet/type/file.rb:829
8144
8148
  msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
8145
8149
  msgstr ""
8146
8150
 
8147
8151
  #. TRANSLATORS "stat" is a program name and should not be translated
8148
- #: ../lib/puppet/type/file.rb:913 ../lib/puppet/type/tidy.rb:378
8152
+ #: ../lib/puppet/type/file.rb:912 ../lib/puppet/type/tidy.rb:377
8149
8153
  msgid "Could not stat; permission denied"
8150
8154
  msgstr ""
8151
8155
 
8152
- #: ../lib/puppet/type/file.rb:916
8156
+ #: ../lib/puppet/type/file.rb:915
8153
8157
  msgid "Could not stat; invalid pathname"
8154
8158
  msgstr ""
8155
8159
 
8156
- #: ../lib/puppet/type/file.rb:1044
8160
+ #: ../lib/puppet/type/file.rb:1040
8157
8161
  msgid "Not removing directory; use 'force' to override"
8158
8162
  msgstr ""
8159
8163
 
8160
8164
  #. TRANSLATORS refers to a file which could not be backed up
8161
- #: ../lib/puppet/type/file.rb:1069
8165
+ #: ../lib/puppet/type/file.rb:1065
8162
8166
  msgid "Could not back up; will not remove"
8163
8167
  msgstr ""
8164
8168
 
8165
- #: ../lib/puppet/type/file.rb:1084
8169
+ #: ../lib/puppet/type/file.rb:1080
8166
8170
  msgid "File written to disk did not match desired checksum; discarding changes (%{content_checksum} vs %{desired_checksum})"
8167
8171
  msgstr ""
8168
8172
 
@@ -8204,7 +8208,7 @@ msgid "Not managing symlink mode"
8204
8208
  msgstr ""
8205
8209
 
8206
8210
  #. TRANSLATORS "source_permissions" is a parameter name and should not be translated
8207
- #: ../lib/puppet/type/file/source.rb:376
8211
+ #: ../lib/puppet/type/file/source.rb:374
8208
8212
  msgid "The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`."
8209
8213
  msgstr ""
8210
8214
 
@@ -8316,11 +8320,11 @@ msgstr ""
8316
8320
  msgid "Passwords cannot include ':'"
8317
8321
  msgstr ""
8318
8322
 
8319
- #: ../lib/puppet/type/service.rb:286
8323
+ #: ../lib/puppet/type/service.rb:285
8320
8324
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8321
8325
  msgstr ""
8322
8326
 
8323
- #: ../lib/puppet/type/service.rb:308
8327
+ #: ../lib/puppet/type/service.rb:306
8324
8328
  msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
8325
8329
  msgstr ""
8326
8330
 
@@ -8351,7 +8355,7 @@ msgstr ""
8351
8355
  msgid "Tidying %{count} files"
8352
8356
  msgstr ""
8353
8357
 
8354
- #: ../lib/puppet/type/tidy.rb:374
8358
+ #: ../lib/puppet/type/tidy.rb:373
8355
8359
  msgid "File does not exist"
8356
8360
  msgstr ""
8357
8361
 
@@ -8455,32 +8459,32 @@ msgid "Benchmarked object does not respond to %{value}"
8455
8459
  msgstr ""
8456
8460
 
8457
8461
  #. TRANSLATORS PATH and HOME are environment variables and should not be translated
8458
- #: ../lib/puppet/util.rb:224
8462
+ #: ../lib/puppet/util.rb:223
8459
8463
  msgid "PATH contains a ~ character, and HOME is not set; ignoring PATH element '%{dir}'."
8460
8464
  msgstr ""
8461
8465
 
8462
8466
  #. TRANSLATORS PATH is an environment variable and should not be translated
8463
- #: ../lib/puppet/util.rb:228
8467
+ #: ../lib/puppet/util.rb:227
8464
8468
  msgid "Couldn't expand PATH containing a ~ character; ignoring PATH element '%{dir}'."
8465
8469
  msgstr ""
8466
8470
 
8467
- #: ../lib/puppet/util.rb:275
8471
+ #: ../lib/puppet/util.rb:273
8468
8472
  msgid "unknown platform %{platform} in absolute_path"
8469
8473
  msgstr ""
8470
8474
 
8471
- #: ../lib/puppet/util.rb:310
8475
+ #: ../lib/puppet/util.rb:308
8472
8476
  msgid "Failed to convert '%{path}' to URI: %{detail}"
8473
8477
  msgstr ""
8474
8478
 
8475
- #: ../lib/puppet/util.rb:410
8479
+ #: ../lib/puppet/util.rb:408
8476
8480
  msgid "path may not be nil"
8477
8481
  msgstr ""
8478
8482
 
8479
- #: ../lib/puppet/util.rb:586
8483
+ #: ../lib/puppet/util.rb:595
8480
8484
  msgid "replace_file requires a block"
8481
8485
  msgstr ""
8482
8486
 
8483
- #: ../lib/puppet/util.rb:590
8487
+ #: ../lib/puppet/util.rb:599
8484
8488
  msgid "replace_file default_mode: %{default_mode} is invalid"
8485
8489
  msgstr ""
8486
8490
 
@@ -8492,23 +8496,23 @@ msgstr ""
8492
8496
  msgid "The loaded Fiddle version is not supported."
8493
8497
  msgstr ""
8494
8498
 
8495
- #: ../lib/puppet/util/at_fork/solaris.rb:85
8499
+ #: ../lib/puppet/util/at_fork/solaris.rb:84
8496
8500
  msgid "Failed to activate a new process contract template"
8497
8501
  msgstr ""
8498
8502
 
8499
- #: ../lib/puppet/util/at_fork/solaris.rb:99
8503
+ #: ../lib/puppet/util/at_fork/solaris.rb:97
8500
8504
  msgid "Failed to deactivate process contract template in the parent process"
8501
8505
  msgstr ""
8502
8506
 
8503
- #: ../lib/puppet/util/at_fork/solaris.rb:101
8507
+ #: ../lib/puppet/util/at_fork/solaris.rb:99
8504
8508
  msgid "Failed to deactivate process contract template in the child process"
8505
8509
  msgstr ""
8506
8510
 
8507
- #: ../lib/puppet/util/at_fork/solaris.rb:126
8511
+ #: ../lib/puppet/util/at_fork/solaris.rb:123
8508
8512
  msgid "Failed to get latest child process contract id"
8509
8513
  msgstr ""
8510
8514
 
8511
- #: ../lib/puppet/util/at_fork/solaris.rb:144
8515
+ #: ../lib/puppet/util/at_fork/solaris.rb:140
8512
8516
  msgid "Failed to abandon a child process contract"
8513
8517
  msgstr ""
8514
8518
 
@@ -8552,7 +8556,7 @@ msgstr ""
8552
8556
  msgid "%{error}: %{value} cannot be transcoded by Puppet."
8553
8557
  msgstr ""
8554
8558
 
8555
- #: ../lib/puppet/util/character_encoding.rb:75
8559
+ #: ../lib/puppet/util/character_encoding.rb:76
8556
8560
  msgid "%{value} is not valid UTF-8 and result of overriding encoding would be invalid."
8557
8561
  msgstr ""
8558
8562
 
@@ -8584,15 +8588,15 @@ msgstr ""
8584
8588
  msgid "Error: Unknown Puppet subcommand '%{cmd}'"
8585
8589
  msgstr ""
8586
8590
 
8587
- #: ../lib/puppet/util/command_line/puppet_option_parser.rb:48
8591
+ #: ../lib/puppet/util/command_line/puppet_option_parser.rb:49
8588
8592
  msgid "this method only takes 3 or 4 arguments. Given: %{args}"
8589
8593
  msgstr ""
8590
8594
 
8591
- #: ../lib/puppet/util/command_line/puppet_option_parser.rb:65
8595
+ #: ../lib/puppet/util/command_line/puppet_option_parser.rb:66
8592
8596
  msgid "Unsupported type: '%{type}'"
8593
8597
  msgstr ""
8594
8598
 
8595
- #: ../lib/puppet/util/command_line/puppet_option_parser.rb:77
8599
+ #: ../lib/puppet/util/command_line/puppet_option_parser.rb:78
8596
8600
  msgid "Error parsing arguments"
8597
8601
  msgstr ""
8598
8602
 
@@ -8628,104 +8632,108 @@ msgstr ""
8628
8632
  msgid "long option name %{value0} is already taken; please specify a (different) :long"
8629
8633
  msgstr ""
8630
8634
 
8631
- #: ../lib/puppet/util/command_line/trollop.rb:237
8635
+ #: ../lib/puppet/util/command_line/trollop.rb:239
8632
8636
  msgid "invalid short option name '%{name}'"
8633
8637
  msgstr ""
8634
8638
 
8635
- #: ../lib/puppet/util/command_line/trollop.rb:241
8639
+ #: ../lib/puppet/util/command_line/trollop.rb:243
8636
8640
  msgid "short option name %{value0} is already taken; please specify a (different) :short"
8637
8641
  msgstr ""
8638
8642
 
8639
- #: ../lib/puppet/util/command_line/trollop.rb:242
8643
+ #: ../lib/puppet/util/command_line/trollop.rb:244
8640
8644
  msgid "a short option name can't be a number or a dash"
8641
8645
  msgstr ""
8642
8646
 
8643
- #: ../lib/puppet/util/command_line/trollop.rb:275 ../lib/puppet/util/command_line/trollop.rb:281
8647
+ #: ../lib/puppet/util/command_line/trollop.rb:277 ../lib/puppet/util/command_line/trollop.rb:283
8644
8648
  msgid "unknown option '%{sym}'"
8645
8649
  msgstr ""
8646
8650
 
8647
- #: ../lib/puppet/util/command_line/trollop.rb:315
8651
+ #: ../lib/puppet/util/command_line/trollop.rb:318
8648
8652
  msgid "Print version and exit"
8649
8653
  msgstr ""
8650
8654
 
8651
- #: ../lib/puppet/util/command_line/trollop.rb:316
8655
+ #: ../lib/puppet/util/command_line/trollop.rb:320
8652
8656
  msgid "Show this message"
8653
8657
  msgstr ""
8654
8658
 
8655
- #: ../lib/puppet/util/command_line/trollop.rb:338
8659
+ #: ../lib/puppet/util/command_line/trollop.rb:342 ../lib/puppet/util/command_line/trollop.rb:353
8660
+ msgid "Partial argument match detected: correct argument is %{partial_match}, got %{arg}. Partial argument matching is deprecated and will be removed in a future release."
8661
+ msgstr ""
8662
+
8663
+ #: ../lib/puppet/util/command_line/trollop.rb:360
8656
8664
  msgid "invalid argument syntax: '%{arg}'"
8657
8665
  msgstr ""
8658
8666
 
8659
- #: ../lib/puppet/util/command_line/trollop.rb:343
8667
+ #: ../lib/puppet/util/command_line/trollop.rb:365
8660
8668
  msgid "unknown argument '%{arg}'"
8661
8669
  msgstr ""
8662
8670
 
8663
- #: ../lib/puppet/util/command_line/trollop.rb:347
8671
+ #: ../lib/puppet/util/command_line/trollop.rb:369
8664
8672
  msgid "option '%{arg}' specified multiple times"
8665
8673
  msgstr ""
8666
8674
 
8667
- #: ../lib/puppet/util/command_line/trollop.rb:384
8675
+ #: ../lib/puppet/util/command_line/trollop.rb:406
8668
8676
  msgid "--%{value0} requires --%{value1}"
8669
8677
  msgstr ""
8670
8678
 
8671
- #: ../lib/puppet/util/command_line/trollop.rb:386
8679
+ #: ../lib/puppet/util/command_line/trollop.rb:408
8672
8680
  msgid "--%{value0} conflicts with --%{value1}"
8673
8681
  msgstr ""
8674
8682
 
8675
- #: ../lib/puppet/util/command_line/trollop.rb:391
8683
+ #: ../lib/puppet/util/command_line/trollop.rb:413
8676
8684
  msgid "option --%{opt} must be specified"
8677
8685
  msgstr ""
8678
8686
 
8679
- #: ../lib/puppet/util/command_line/trollop.rb:400
8687
+ #: ../lib/puppet/util/command_line/trollop.rb:422
8680
8688
  msgid "option '%{arg}' needs a parameter"
8681
8689
  msgstr ""
8682
8690
 
8683
- #: ../lib/puppet/util/command_line/trollop.rb:460
8691
+ #: ../lib/puppet/util/command_line/trollop.rb:481
8684
8692
  msgid "option '%{arg}' needs a date"
8685
8693
  msgstr ""
8686
8694
 
8687
- #: ../lib/puppet/util/command_line/trollop.rb:493
8695
+ #: ../lib/puppet/util/command_line/trollop.rb:513
8688
8696
  msgid "Options:"
8689
8697
  msgstr ""
8690
8698
 
8691
- #: ../lib/puppet/util/command_line/trollop.rb:517
8699
+ #: ../lib/puppet/util/command_line/trollop.rb:537
8692
8700
  msgid " (Default: %{default_s})"
8693
8701
  msgstr ""
8694
8702
 
8695
- #: ../lib/puppet/util/command_line/trollop.rb:519
8703
+ #: ../lib/puppet/util/command_line/trollop.rb:539
8696
8704
  msgid " (default: %{default_s})"
8697
8705
  msgstr ""
8698
8706
 
8699
- #: ../lib/puppet/util/command_line/trollop.rb:556
8707
+ #: ../lib/puppet/util/command_line/trollop.rb:576
8700
8708
  msgid "Error: argument --%{value0} %{msg}."
8701
8709
  msgstr ""
8702
8710
 
8703
- #: ../lib/puppet/util/command_line/trollop.rb:558
8711
+ #: ../lib/puppet/util/command_line/trollop.rb:578
8704
8712
  msgid "Error: %{arg}."
8705
8713
  msgstr ""
8706
8714
 
8707
- #: ../lib/puppet/util/command_line/trollop.rb:560 ../lib/puppet/util/command_line/trollop.rb:787
8715
+ #: ../lib/puppet/util/command_line/trollop.rb:580 ../lib/puppet/util/command_line/trollop.rb:806
8708
8716
  msgid "Try --help for help."
8709
8717
  msgstr ""
8710
8718
 
8711
- #: ../lib/puppet/util/command_line/trollop.rb:639
8719
+ #: ../lib/puppet/util/command_line/trollop.rb:659
8712
8720
  msgid "option '%{arg}' needs an integer"
8713
8721
  msgstr ""
8714
8722
 
8715
- #: ../lib/puppet/util/command_line/trollop.rb:645
8723
+ #: ../lib/puppet/util/command_line/trollop.rb:665
8716
8724
  msgid "option '%{arg}' needs a floating-point number"
8717
8725
  msgstr ""
8718
8726
 
8719
- #: ../lib/puppet/util/command_line/trollop.rb:658
8727
+ #: ../lib/puppet/util/command_line/trollop.rb:678
8720
8728
  msgid "file or url for option '%{arg}' cannot be opened: %{value0}"
8721
8729
  msgstr ""
8722
8730
 
8723
- #: ../lib/puppet/util/command_line/trollop.rb:786
8731
+ #: ../lib/puppet/util/command_line/trollop.rb:805
8724
8732
  msgid "Error: %{value0}."
8725
8733
  msgstr ""
8726
8734
 
8727
8735
  #. TRANSLATORS 'Trollop' is the name of a module and 'die' and 'options' are methods in it and should not be translated.
8728
- #: ../lib/puppet/util/command_line/trollop.rb:821
8736
+ #: ../lib/puppet/util/command_line/trollop.rb:839
8729
8737
  msgid "Trollop::die can only be called after Trollop::options"
8730
8738
  msgstr ""
8731
8739
 
@@ -8761,39 +8769,39 @@ msgstr ""
8761
8769
  msgid "%{klass} failed with error %{error_type}: %{detail}"
8762
8770
  msgstr ""
8763
8771
 
8764
- #: ../lib/puppet/util/execution.rb:187
8772
+ #: ../lib/puppet/util/execution.rb:188
8765
8773
  msgid "Working directory %{cwd} does not exist!"
8766
8774
  msgstr ""
8767
8775
 
8768
- #: ../lib/puppet/util/execution.rb:284
8776
+ #: ../lib/puppet/util/execution.rb:303
8769
8777
  msgid "Could not get output"
8770
8778
  msgstr ""
8771
8779
 
8772
- #: ../lib/puppet/util/execution.rb:293
8780
+ #: ../lib/puppet/util/execution.rb:312
8773
8781
  msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
8774
8782
  msgstr ""
8775
8783
 
8776
- #: ../lib/puppet/util/execution.rb:369
8784
+ #: ../lib/puppet/util/execution.rb:394
8777
8785
  msgid "Could not execute posix command: %{detail}"
8778
8786
  msgstr ""
8779
8787
 
8780
- #: ../lib/puppet/util/execution.rb:415
8788
+ #: ../lib/puppet/util/execution.rb:439
8781
8789
  msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
8782
8790
  msgstr ""
8783
8791
 
8784
- #: ../lib/puppet/util/feature.rb:93
8792
+ #: ../lib/puppet/util/feature.rb:91
8785
8793
  msgid "Failed to load feature test for %{name}: %{detail}"
8786
8794
  msgstr ""
8787
8795
 
8788
- #: ../lib/puppet/util/feature.rb:112
8796
+ #: ../lib/puppet/util/feature.rb:110
8789
8797
  msgid "Libraries must be passed as strings not %{klass}"
8790
8798
  msgstr ""
8791
8799
 
8792
- #: ../lib/puppet/util/feature.rb:122
8800
+ #: ../lib/puppet/util/feature.rb:120
8793
8801
  msgid "Could not find library '%{lib}' required to enable feature '%{name}'"
8794
8802
  msgstr ""
8795
8803
 
8796
- #: ../lib/puppet/util/feature.rb:126
8804
+ #: ../lib/puppet/util/feature.rb:124
8797
8805
  msgid "Exception occurred while loading library '%{lib}' required to enable feature '%{name}': %{detail}"
8798
8806
  msgstr ""
8799
8807
 
@@ -8801,7 +8809,7 @@ msgstr ""
8801
8809
  msgid "Cannot have fields named %{name}"
8802
8810
  msgstr ""
8803
8811
 
8804
- #: ../lib/puppet/util/fileparsing.rb:66 ../lib/puppet/util/fileparsing.rb:340
8812
+ #: ../lib/puppet/util/fileparsing.rb:66 ../lib/puppet/util/fileparsing.rb:338
8805
8813
  msgid "Invalid record type %{record_type}"
8806
8814
  msgstr ""
8807
8815
 
@@ -8809,83 +8817,83 @@ msgstr ""
8809
8817
  msgid "Field '%{field}' is required"
8810
8818
  msgstr ""
8811
8819
 
8812
- #: ../lib/puppet/util/fileparsing.rb:181
8820
+ #: ../lib/puppet/util/fileparsing.rb:179
8813
8821
  msgid "Process record type %{record_name} returned non-hash"
8814
8822
  msgstr ""
8815
8823
 
8816
- #: ../lib/puppet/util/fileparsing.rb:261
8824
+ #: ../lib/puppet/util/fileparsing.rb:259
8817
8825
  msgid "Could not parse line %{line}"
8818
8826
  msgstr ""
8819
8827
 
8820
- #: ../lib/puppet/util/fileparsing.rb:270
8828
+ #: ../lib/puppet/util/fileparsing.rb:268
8821
8829
  msgid "No record types defined; cannot parse lines"
8822
8830
  msgstr ""
8823
8831
 
8824
- #: ../lib/puppet/util/fileparsing.rb:282
8832
+ #: ../lib/puppet/util/fileparsing.rb:280
8825
8833
  msgid "Somehow got invalid line type %{record_type}"
8826
8834
  msgstr ""
8827
8835
 
8828
- #: ../lib/puppet/util/fileparsing.rb:304
8836
+ #: ../lib/puppet/util/fileparsing.rb:302
8829
8837
  msgid "Must include a list of fields"
8830
8838
  msgstr ""
8831
8839
 
8832
- #: ../lib/puppet/util/fileparsing.rb:319
8840
+ #: ../lib/puppet/util/fileparsing.rb:317
8833
8841
  msgid "You must provide a :match regex for text lines"
8834
8842
  msgstr ""
8835
8843
 
8836
- #: ../lib/puppet/util/fileparsing.rb:398
8844
+ #: ../lib/puppet/util/fileparsing.rb:392
8837
8845
  msgid "Line type %{name} is already defined"
8838
8846
  msgstr ""
8839
8847
 
8840
- #: ../lib/puppet/util/filetype.rb:51
8848
+ #: ../lib/puppet/util/filetype.rb:50
8841
8849
  msgid "%{klass} could not read %{path}: %{detail}"
8842
8850
  msgstr ""
8843
8851
 
8844
- #: ../lib/puppet/util/filetype.rb:67
8852
+ #: ../lib/puppet/util/filetype.rb:64
8845
8853
  msgid "%{klass} could not write %{path}: %{detail}"
8846
8854
  msgstr ""
8847
8855
 
8848
- #: ../lib/puppet/util/filetype.rb:85
8856
+ #: ../lib/puppet/util/filetype.rb:81
8849
8857
  msgid "Path is nil"
8850
8858
  msgstr ""
8851
8859
 
8852
- #: ../lib/puppet/util/filetype.rb:156
8860
+ #: ../lib/puppet/util/filetype.rb:152
8853
8861
  msgid "Reading %{path} from RAM"
8854
8862
  msgstr ""
8855
8863
 
8856
- #: ../lib/puppet/util/filetype.rb:162
8864
+ #: ../lib/puppet/util/filetype.rb:158
8857
8865
  msgid "Removing %{path} from RAM"
8858
8866
  msgstr ""
8859
8867
 
8860
- #: ../lib/puppet/util/filetype.rb:168
8868
+ #: ../lib/puppet/util/filetype.rb:164
8861
8869
  msgid "Writing %{path} to RAM"
8862
8870
  msgstr ""
8863
8871
 
8864
- #: ../lib/puppet/util/filetype.rb:189
8872
+ #: ../lib/puppet/util/filetype.rb:185
8865
8873
  msgid "Could not retrieve user %{user}: %{detail}"
8866
8874
  msgstr ""
8867
8875
 
8868
- #: ../lib/puppet/util/filetype.rb:200 ../lib/puppet/util/filetype.rb:265 ../lib/puppet/util/filetype.rb:316
8876
+ #: ../lib/puppet/util/filetype.rb:196 ../lib/puppet/util/filetype.rb:261 ../lib/puppet/util/filetype.rb:312
8869
8877
  msgid "The %{path} user does not exist. Treating their crontab file as empty in case Puppet creates them in the middle of the run."
8870
8878
  msgstr ""
8871
8879
 
8872
- #: ../lib/puppet/util/filetype.rb:211 ../lib/puppet/util/filetype.rb:276 ../lib/puppet/util/filetype.rb:327
8880
+ #: ../lib/puppet/util/filetype.rb:207 ../lib/puppet/util/filetype.rb:272 ../lib/puppet/util/filetype.rb:323
8873
8881
  msgid "The %{path} user is not authorized to use cron. Their crontab file is treated as empty in case Puppet authorizes them in the middle of the run (by, for example, modifying the cron.deny or cron.allow files)."
8874
8882
  msgstr ""
8875
8883
 
8876
- #: ../lib/puppet/util/filetype.rb:215 ../lib/puppet/util/filetype.rb:280 ../lib/puppet/util/filetype.rb:331
8884
+ #: ../lib/puppet/util/filetype.rb:211 ../lib/puppet/util/filetype.rb:276 ../lib/puppet/util/filetype.rb:327
8877
8885
  msgid "Could not read crontab for %{path}: %{detail}"
8878
8886
  msgstr ""
8879
8887
 
8880
- #: ../lib/puppet/util/filetype.rb:237
8888
+ #: ../lib/puppet/util/filetype.rb:233
8881
8889
  msgid "Cannot write the %{path} user's crontab: The user does not exist"
8882
8890
  msgstr ""
8883
8891
 
8884
- #: ../lib/puppet/util/filetype.rb:288 ../lib/puppet/util/filetype.rb:339
8892
+ #: ../lib/puppet/util/filetype.rb:284 ../lib/puppet/util/filetype.rb:335
8885
8893
  msgid "Could not remove crontab for %{path}: %{detail}"
8886
8894
  msgstr ""
8887
8895
 
8888
- #: ../lib/puppet/util/filetype.rb:303 ../lib/puppet/util/filetype.rb:355
8896
+ #: ../lib/puppet/util/filetype.rb:299 ../lib/puppet/util/filetype.rb:351
8889
8897
  msgid "Could not write crontab for %{path}: %{detail}"
8890
8898
  msgstr ""
8891
8899
 
@@ -8930,15 +8938,15 @@ msgstr ""
8930
8938
  msgid "Could not get dn from ldap entry"
8931
8939
  msgstr ""
8932
8940
 
8933
- #: ../lib/puppet/util/ldap/manager.rb:147
8941
+ #: ../lib/puppet/util/ldap/manager.rb:145
8934
8942
  msgid "%{source} must be defined to generate %{name}"
8935
8943
  msgstr ""
8936
8944
 
8937
- #: ../lib/puppet/util/ldap/manager.rb:224
8945
+ #: ../lib/puppet/util/ldap/manager.rb:222
8938
8946
  msgid "Removing %{name} from ldap"
8939
8947
  msgstr ""
8940
8948
 
8941
- #: ../lib/puppet/util/ldap/manager.rb:231
8949
+ #: ../lib/puppet/util/ldap/manager.rb:229
8942
8950
  msgid "Creating %{name} in ldap"
8943
8951
  msgstr ""
8944
8952
 
@@ -8955,7 +8963,7 @@ msgstr ""
8955
8963
  msgid "Logs require a level"
8956
8964
  msgstr ""
8957
8965
 
8958
- #: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:389 ../lib/puppet/util/windows/eventlog.rb:102
8966
+ #: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:392 ../lib/puppet/util/windows/eventlog.rb:102
8959
8967
  msgid "Invalid log level %{level}"
8960
8968
  msgstr ""
8961
8969
 
@@ -8982,25 +8990,25 @@ msgid "Reopening log files"
8982
8990
  msgstr ""
8983
8991
 
8984
8992
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
8985
- #: ../lib/puppet/util/log.rb:377
8993
+ #: ../lib/puppet/util/log.rb:380
8986
8994
  msgid "Puppet::Util::Log requires a message"
8987
8995
  msgstr ""
8988
8996
 
8989
8997
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
8990
- #: ../lib/puppet/util/log.rb:384
8998
+ #: ../lib/puppet/util/log.rb:387
8991
8999
  msgid "Puppet::Util::Log requires a log level"
8992
9000
  msgstr ""
8993
9001
 
8994
9002
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
8995
- #: ../lib/puppet/util/log.rb:386
9003
+ #: ../lib/puppet/util/log.rb:389
8996
9004
  msgid "Puppet::Util::Log requires a symbol or string"
8997
9005
  msgstr ""
8998
9006
 
8999
- #: ../lib/puppet/util/log.rb:418
9007
+ #: ../lib/puppet/util/log.rb:421
9000
9008
  msgid "Could not parse for environment %{environment}: %{msg}"
9001
9009
  msgstr ""
9002
9010
 
9003
- #: ../lib/puppet/util/log.rb:420
9011
+ #: ../lib/puppet/util/log.rb:423
9004
9012
  msgid "%{msg} on node %{node}"
9005
9013
  msgstr ""
9006
9014
 
@@ -9105,23 +9113,11 @@ msgstr ""
9105
9113
  msgid "Could not find section %{name}"
9106
9114
  msgstr ""
9107
9115
 
9108
- #: ../lib/puppet/util/reference.rb:36
9109
- msgid "creating pdf"
9110
- msgstr ""
9111
-
9112
- #: ../lib/puppet/util/reference.rb:38
9113
- msgid "Could not find rst2latex"
9114
- msgstr ""
9115
-
9116
- #: ../lib/puppet/util/reference.rb:48
9117
- msgid "rst2latex failed"
9118
- msgstr ""
9119
-
9120
- #: ../lib/puppet/util/reference.rb:90
9116
+ #: ../lib/puppet/util/reference.rb:65
9121
9117
  msgid "%{name} Reference"
9122
9118
  msgstr ""
9123
9119
 
9124
- #: ../lib/puppet/util/reference.rb:112
9120
+ #: ../lib/puppet/util/reference.rb:87
9125
9121
  msgid ""
9126
9122
  "\n"
9127
9123
  "\n"
@@ -9141,31 +9137,35 @@ msgstr ""
9141
9137
  msgid "Caught exception %{klass}:%{error} retrying"
9142
9138
  msgstr ""
9143
9139
 
9144
- #: ../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
9145
9145
  msgid "Invalid context to parse: %{context}"
9146
9146
  msgstr ""
9147
9147
 
9148
- #: ../lib/puppet/util/selinux.rb:101
9148
+ #: ../lib/puppet/util/selinux.rb:111
9149
9149
  msgid "Invalid SELinux parameter type"
9150
9150
  msgstr ""
9151
9151
 
9152
- #: ../lib/puppet/util/selinux.rb:122
9152
+ #: ../lib/puppet/util/selinux.rb:132
9153
9153
  msgid "Can't set SELinux context on file unless the file already has some kind of context"
9154
9154
  msgstr ""
9155
9155
 
9156
- #: ../lib/puppet/util/selinux.rb:136
9156
+ #: ../lib/puppet/util/selinux.rb:146
9157
9157
  msgid "set_selinux_context component must be one of :seluser, :selrole, :seltype, or :selrange"
9158
9158
  msgstr ""
9159
9159
 
9160
- #: ../lib/puppet/util/selinux.rb:147
9160
+ #: ../lib/puppet/util/selinux.rb:157
9161
9161
  msgid "Failed to set SELinux context %{context} on %{file}"
9162
9162
  msgstr ""
9163
9163
 
9164
- #: ../lib/puppet/util/selinux.rb:200
9164
+ #: ../lib/puppet/util/selinux.rb:210
9165
9165
  msgid "Could not open SELinux category translation file %{path}."
9166
9166
  msgstr ""
9167
9167
 
9168
- #: ../lib/puppet/util/selinux.rb:288
9168
+ #: ../lib/puppet/util/selinux.rb:298
9169
9169
  msgid "got a relative path in SELinux find_fs: %{path}"
9170
9170
  msgstr ""
9171
9171
 
@@ -9177,47 +9177,47 @@ msgstr ""
9177
9177
  msgid "Checksumfile %{filename} is not a file, ignoring"
9178
9178
  msgstr ""
9179
9179
 
9180
- #: ../lib/puppet/util/storage.rb:61
9180
+ #: ../lib/puppet/util/storage.rb:60
9181
9181
  msgid "Checksumfile %{filename} is corrupt (%{detail}); replacing"
9182
9182
  msgstr ""
9183
9183
 
9184
- #: ../lib/puppet/util/storage.rb:66
9184
+ #: ../lib/puppet/util/storage.rb:65
9185
9185
  msgid "Could not rename corrupt %{filename}; remove manually"
9186
9186
  msgstr ""
9187
9187
 
9188
- #: ../lib/puppet/util/storage.rb:72
9188
+ #: ../lib/puppet/util/storage.rb:70
9189
9189
  msgid "State got corrupted"
9190
9190
  msgstr ""
9191
9191
 
9192
- #: ../lib/puppet/util/storage.rb:84
9192
+ #: ../lib/puppet/util/storage.rb:82
9193
9193
  msgid "Creating state file %{file}"
9194
9194
  msgstr ""
9195
9195
 
9196
- #: ../lib/puppet/util/suidmanager.rb:104
9196
+ #: ../lib/puppet/util/suidmanager.rb:103
9197
9197
  msgid "No such group %{group}"
9198
9198
  msgstr ""
9199
9199
 
9200
- #: ../lib/puppet/util/suidmanager.rb:120
9200
+ #: ../lib/puppet/util/suidmanager.rb:119
9201
9201
  msgid "No such user %{user}"
9202
9202
  msgstr ""
9203
9203
 
9204
- #: ../lib/puppet/util/suidmanager.rb:149
9204
+ #: ../lib/puppet/util/suidmanager.rb:146
9205
9205
  msgid "Invalid id type %{type}"
9206
9206
  msgstr ""
9207
9207
 
9208
- #: ../lib/puppet/util/suidmanager.rb:153
9208
+ #: ../lib/puppet/util/suidmanager.rb:150
9209
9209
  msgid "Invalid %{klass}: %{id}"
9210
9210
  msgstr ""
9211
9211
 
9212
- #: ../lib/puppet/util/symbolic_file_mode.rb:52
9212
+ #: ../lib/puppet/util/symbolic_file_mode.rb:53
9213
9213
  msgid "An empty mode string is illegal"
9214
9214
  msgstr ""
9215
9215
 
9216
- #: ../lib/puppet/util/symbolic_file_mode.rb:56
9216
+ #: ../lib/puppet/util/symbolic_file_mode.rb:57
9217
9217
  msgid "Numeric modes must be in octal, not decimal!"
9218
9218
  msgstr ""
9219
9219
 
9220
- #: ../lib/puppet/util/symbolic_file_mode.rb:59
9220
+ #: ../lib/puppet/util/symbolic_file_mode.rb:60
9221
9221
  msgid "non-numeric current mode (%{mode})"
9222
9222
  msgstr ""
9223
9223
 
@@ -9249,51 +9249,51 @@ msgstr ""
9249
9249
  msgid "Invalid tag '%{name}'"
9250
9250
  msgstr ""
9251
9251
 
9252
- #: ../lib/puppet/util/windows/adsi.rb:38
9252
+ #: ../lib/puppet/util/windows/adsi.rb:35
9253
9253
  msgid "ADSI connection error: %{e}"
9254
9254
  msgstr ""
9255
9255
 
9256
- #: ../lib/puppet/util/windows/adsi.rb:61
9256
+ #: ../lib/puppet/util/windows/adsi.rb:57
9257
9257
  msgid "Failed to get computer name"
9258
9258
  msgstr ""
9259
9259
 
9260
- #: ../lib/puppet/util/windows/adsi.rb:100
9260
+ #: ../lib/puppet/util/windows/adsi.rb:96
9261
9261
  msgid "Must use a valid SID::Principal"
9262
9262
  msgstr ""
9263
9263
 
9264
- #: ../lib/puppet/util/windows/adsi.rb:165
9264
+ #: ../lib/puppet/util/windows/adsi.rb:161
9265
9265
  msgid "Value must be in DOMAIN\\%{object_class} style syntax"
9266
9266
  msgstr ""
9267
9267
 
9268
- #: ../lib/puppet/util/windows/adsi.rb:198
9268
+ #: ../lib/puppet/util/windows/adsi.rb:194
9269
9269
  msgid "Could not resolve name: %{name}"
9270
9270
  msgstr ""
9271
9271
 
9272
- #: ../lib/puppet/util/windows/adsi.rb:242
9272
+ #: ../lib/puppet/util/windows/adsi.rb:238
9273
9273
  msgid "Subclass must implement class-level method 'list_all'!"
9274
9274
  msgstr ""
9275
9275
 
9276
- #: ../lib/puppet/util/windows/adsi.rb:296
9276
+ #: ../lib/puppet/util/windows/adsi.rb:291
9277
9277
  msgid "Puppet is not able to create/delete domain %{object_class} objects with the %{object_class} resource."
9278
9278
  msgstr ""
9279
9279
 
9280
- #: ../lib/puppet/util/windows/adsi.rb:300
9280
+ #: ../lib/puppet/util/windows/adsi.rb:294
9281
9281
  msgid "%{object_class} update failed: %{error}"
9282
9282
  msgstr ""
9283
9283
 
9284
- #: ../lib/puppet/util/windows/adsi.rb:326
9284
+ #: ../lib/puppet/util/windows/adsi.rb:320
9285
9285
  msgid "Cannot create user if group '%{name}' exists."
9286
9286
  msgstr ""
9287
9287
 
9288
- #: ../lib/puppet/util/windows/adsi.rb:466
9288
+ #: ../lib/puppet/util/windows/adsi.rb:468
9289
9289
  msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
9290
9290
  msgstr ""
9291
9291
 
9292
- #: ../lib/puppet/util/windows/adsi.rb:511 ../lib/puppet/util/windows/adsi.rb:545
9292
+ #: ../lib/puppet/util/windows/adsi.rb:513 ../lib/puppet/util/windows/adsi.rb:547
9293
9293
  msgid "Failed to get user name"
9294
9294
  msgstr ""
9295
9295
 
9296
- #: ../lib/puppet/util/windows/adsi.rb:595
9296
+ #: ../lib/puppet/util/windows/adsi.rb:596
9297
9297
  msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
9298
9298
  msgstr ""
9299
9299
 
@@ -9340,15 +9340,15 @@ msgstr ""
9340
9340
  msgid "(Win32 error: %{detail})"
9341
9341
  msgstr ""
9342
9342
 
9343
- #: ../lib/puppet/util/windows/file.rb:123
9343
+ #: ../lib/puppet/util/windows/file.rb:120
9344
9344
  msgid "Failed to set file attributes"
9345
9345
  msgstr ""
9346
9346
 
9347
- #: ../lib/puppet/util/windows/file.rb:188
9347
+ #: ../lib/puppet/util/windows/file.rb:183
9348
9348
  msgid "out_buffer is required"
9349
9349
  msgstr ""
9350
9350
 
9351
- #: ../lib/puppet/util/windows/file.rb:264
9351
+ #: ../lib/puppet/util/windows/file.rb:257
9352
9352
  msgid "Failed to call GetLongPathName"
9353
9353
  msgstr ""
9354
9354
 
@@ -9373,67 +9373,67 @@ msgstr ""
9373
9373
  msgid "Failed to get child process exit code"
9374
9374
  msgstr ""
9375
9375
 
9376
- #: ../lib/puppet/util/windows/process.rb:295
9376
+ #: ../lib/puppet/util/windows/process.rb:283
9377
9377
  msgid "GetVersionEx failed"
9378
9378
  msgstr ""
9379
9379
 
9380
- #: ../lib/puppet/util/windows/process.rb:324
9380
+ #: ../lib/puppet/util/windows/process.rb:312
9381
9381
  msgid "Discarding environment variable %{string} which contains invalid bytes"
9382
9382
  msgstr ""
9383
9383
 
9384
- #: ../lib/puppet/util/windows/process.rb:340
9384
+ #: ../lib/puppet/util/windows/process.rb:328
9385
9385
  msgid "environment variable name must not be nil or empty"
9386
9386
  msgstr ""
9387
9387
 
9388
- #: ../lib/puppet/util/windows/process.rb:345
9388
+ #: ../lib/puppet/util/windows/process.rb:333
9389
9389
  msgid "Failed to remove environment variable: %{name}"
9390
9390
  msgstr ""
9391
9391
 
9392
- #: ../lib/puppet/util/windows/process.rb:350
9392
+ #: ../lib/puppet/util/windows/process.rb:338
9393
9393
  msgid "Failed to set environment variable: %{name}"
9394
9394
  msgstr ""
9395
9395
 
9396
- #: ../lib/puppet/util/windows/registry.rb:23
9396
+ #: ../lib/puppet/util/windows/registry.rb:25
9397
9397
  msgid "Invalid registry key '%{name}'"
9398
9398
  msgstr ""
9399
9399
 
9400
- #: ../lib/puppet/util/windows/registry.rb:33
9400
+ #: ../lib/puppet/util/windows/registry.rb:35
9401
9401
  msgid "Failed to open registry key '%{key}\\%{path}'"
9402
9402
  msgstr ""
9403
9403
 
9404
- #: ../lib/puppet/util/windows/registry.rb:135
9404
+ #: ../lib/puppet/util/windows/registry.rb:136
9405
9405
  msgid "Failed to enumerate %{key} registry keys at index %{index}"
9406
9406
  msgstr ""
9407
9407
 
9408
- #: ../lib/puppet/util/windows/registry.rb:168
9408
+ #: ../lib/puppet/util/windows/registry.rb:171
9409
9409
  msgid "Failed to enumerate %{key} registry values at index %{index}"
9410
9410
  msgstr ""
9411
9411
 
9412
- #: ../lib/puppet/util/windows/registry.rb:196
9412
+ #: ../lib/puppet/util/windows/registry.rb:199
9413
9413
  msgid "Failed to query registry %{key} for sizes"
9414
9414
  msgstr ""
9415
9415
 
9416
- #: ../lib/puppet/util/windows/registry.rb:232
9416
+ #: ../lib/puppet/util/windows/registry.rb:235
9417
9417
  msgid "Type mismatch (expect %{rtype} but %{type} present)"
9418
9418
  msgstr ""
9419
9419
 
9420
- #: ../lib/puppet/util/windows/registry.rb:254
9420
+ #: ../lib/puppet/util/windows/registry.rb:257
9421
9421
  msgid "Type %{type} is not supported."
9422
9422
  msgstr ""
9423
9423
 
9424
- #: ../lib/puppet/util/windows/registry.rb:260
9424
+ #: ../lib/puppet/util/windows/registry.rb:263
9425
9425
  msgid "A value in the registry key %{parent_key_name}%{key} is corrupt or invalid"
9426
9426
  msgstr ""
9427
9427
 
9428
- #: ../lib/puppet/util/windows/registry.rb:282
9428
+ #: ../lib/puppet/util/windows/registry.rb:318
9429
9429
  msgid "Failed to read registry value %{value} at %{key}"
9430
9430
  msgstr ""
9431
9431
 
9432
- #: ../lib/puppet/util/windows/registry.rb:300
9432
+ #: ../lib/puppet/util/windows/registry.rb:336
9433
9433
  msgid "Failed to delete registry value %{name} at %{key}"
9434
9434
  msgstr ""
9435
9435
 
9436
- #: ../lib/puppet/util/windows/registry.rb:315
9436
+ #: ../lib/puppet/util/windows/registry.rb:351
9437
9437
  msgid "Failed to delete registry key %{name} at %{key}"
9438
9438
  msgstr ""
9439
9439
 
@@ -9655,15 +9655,15 @@ msgstr ""
9655
9655
  msgid "Failed to check membership"
9656
9656
  msgstr ""
9657
9657
 
9658
- #: ../lib/puppet/util/windows/user.rb:104
9658
+ #: ../lib/puppet/util/windows/user.rb:102
9659
9659
  msgid "Failed to logon user %{name}"
9660
9660
  msgstr ""
9661
9661
 
9662
- #: ../lib/puppet/util/windows/user.rb:135
9662
+ #: ../lib/puppet/util/windows/user.rb:133
9663
9663
  msgid "Failed to load user profile %{user}"
9664
9664
  msgstr ""
9665
9665
 
9666
- #: ../lib/puppet/util/windows/user.rb:141
9666
+ #: ../lib/puppet/util/windows/user.rb:139
9667
9667
  msgid "Failed to unload user profile %{user}"
9668
9668
  msgstr ""
9669
9669