puppet 7.11.0-x86-mingw32 → 7.12.0-x86-mingw32

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

Potentially problematic release.


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

Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/lib/puppet/configurer.rb +15 -16
  4. data/lib/puppet/file_system.rb +2 -1
  5. data/lib/puppet/pops/evaluator/closure.rb +7 -5
  6. data/lib/puppet/provider/package/pkg.rb +10 -0
  7. data/lib/puppet/provider/user/useradd.rb +20 -0
  8. data/lib/puppet/type/service.rb +8 -3
  9. data/lib/puppet/util/autoload.rb +1 -1
  10. data/lib/puppet/util/json.rb +3 -0
  11. data/lib/puppet/version.rb +1 -1
  12. data/locales/puppet.pot +183 -179
  13. data/man/man5/puppet.conf.5 +2 -2
  14. data/man/man8/puppet-agent.8 +1 -1
  15. data/man/man8/puppet-apply.8 +1 -1
  16. data/man/man8/puppet-catalog.8 +1 -1
  17. data/man/man8/puppet-config.8 +1 -1
  18. data/man/man8/puppet-describe.8 +1 -1
  19. data/man/man8/puppet-device.8 +1 -1
  20. data/man/man8/puppet-doc.8 +1 -1
  21. data/man/man8/puppet-epp.8 +1 -1
  22. data/man/man8/puppet-facts.8 +1 -1
  23. data/man/man8/puppet-filebucket.8 +1 -1
  24. data/man/man8/puppet-generate.8 +1 -1
  25. data/man/man8/puppet-help.8 +1 -1
  26. data/man/man8/puppet-lookup.8 +1 -1
  27. data/man/man8/puppet-module.8 +1 -1
  28. data/man/man8/puppet-node.8 +1 -1
  29. data/man/man8/puppet-parser.8 +1 -1
  30. data/man/man8/puppet-plugin.8 +1 -1
  31. data/man/man8/puppet-report.8 +1 -1
  32. data/man/man8/puppet-resource.8 +1 -1
  33. data/man/man8/puppet-script.8 +1 -1
  34. data/man/man8/puppet-ssl.8 +1 -1
  35. data/man/man8/puppet.8 +2 -2
  36. data/spec/unit/configurer_spec.rb +14 -0
  37. data/spec/unit/network/formats_spec.rb +6 -0
  38. data/spec/unit/provider/package/pkg_spec.rb +15 -0
  39. data/spec/unit/provider/user/useradd_spec.rb +40 -0
  40. data/spec/unit/type/service_spec.rb +27 -0
  41. data/spec/unit/util/autoload_spec.rb +25 -8
  42. metadata +2 -2
data/locales/puppet.pot CHANGED
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 7.9.0-154-gc8aa8b2175\n"
9
+ "Project-Id-Version: Puppet automation framework 7.11.0-22-gd1463bbc0c\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2021-08-11 13:52+0000\n"
13
- "PO-Revision-Date: 2021-08-11 13:52+0000\n"
12
+ "POT-Creation-Date: 2021-09-29 16:36+0000\n"
13
+ "PO-Revision-Date: 2021-09-29 16:36+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:46 ../lib/puppet/parser/scope.rb:534
31
+ #: ../lib/hiera/scope.rb:46 ../lib/puppet/parser/scope.rb:535
32
32
  msgid "Variable: %{name}"
33
33
  msgstr ""
34
34
 
35
- #: ../lib/hiera/scope.rb:47 ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:537
35
+ #: ../lib/hiera/scope.rb:47 ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:536 ../lib/puppet/parser/scope.rb:538
36
36
  msgid "Undefined variable '%{name}'; %{reason}"
37
37
  msgstr ""
38
38
 
@@ -48,21 +48,21 @@ msgstr ""
48
48
  msgid "Config file %{hiera_config} not found, using Hiera defaults"
49
49
  msgstr ""
50
50
 
51
- #: ../lib/puppet.rb:138
51
+ #: ../lib/puppet.rb:134
52
52
  msgid "Support for ruby version %{version} is deprecated and will be removed in a future release. See https://puppet.com/docs/puppet/latest/system_requirements.html for a list of supported ruby versions."
53
53
  msgstr ""
54
54
 
55
- #: ../lib/puppet.rb:224
55
+ #: ../lib/puppet.rb:220
56
56
  msgid "The environmentpath setting cannot be empty or nil."
57
57
  msgstr ""
58
58
 
59
59
  #. TRANSLATORS: `message` is an already translated string of why SSL failed to initialize
60
- #: ../lib/puppet.rb:250
60
+ #: ../lib/puppet.rb:246
61
61
  msgid "Failed to initialize SSL: %{message}"
62
62
  msgstr ""
63
63
 
64
64
  #. TRANSLATORS: `puppet agent -t` is a command and should not be translated
65
- #: ../lib/puppet.rb:252
65
+ #: ../lib/puppet.rb:248
66
66
  msgid "Run `puppet agent -t`"
67
67
  msgstr ""
68
68
 
@@ -184,57 +184,57 @@ msgstr ""
184
184
  msgid "The puppet agent daemon"
185
185
  msgstr ""
186
186
 
187
- #: ../lib/puppet/application/agent.rb:422
187
+ #: ../lib/puppet/application/agent.rb:426
188
188
  msgid "Fingerprint asked but neither the certificate, nor the certificate request have been issued"
189
189
  msgstr ""
190
190
 
191
- #: ../lib/puppet/application/agent.rb:427
191
+ #: ../lib/puppet/application/agent.rb:431
192
192
  msgid "Failed to generate fingerprint: %{message}"
193
193
  msgstr ""
194
194
 
195
- #: ../lib/puppet/application/agent.rb:450
195
+ #: ../lib/puppet/application/agent.rb:454
196
196
  msgid "Starting Puppet client version %{version}"
197
197
  msgstr ""
198
198
 
199
- #: ../lib/puppet/application/agent.rb:466
199
+ #: ../lib/puppet/application/agent.rb:470
200
200
  msgid "The puppet agent command does not take parameters"
201
201
  msgstr ""
202
202
 
203
- #: ../lib/puppet/application/apply.rb:35
203
+ #: ../lib/puppet/application/apply.rb:37
204
204
  msgid "Apply Puppet manifests locally"
205
205
  msgstr ""
206
206
 
207
207
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
208
208
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
209
- #: ../lib/puppet/application/apply.rb:209 ../lib/puppet/application/apply.rb:322
209
+ #: ../lib/puppet/application/apply.rb:212 ../lib/puppet/application/apply.rb:340
210
210
  msgid "For puppet apply"
211
211
  msgstr ""
212
212
 
213
- #: ../lib/puppet/application/apply.rb:217
213
+ #: ../lib/puppet/application/apply.rb:220
214
214
  msgid "%{file} is not readable"
215
215
  msgstr ""
216
216
 
217
- #: ../lib/puppet/application/apply.rb:288 ../lib/puppet/application/script.rb:241
217
+ #: ../lib/puppet/application/apply.rb:306 ../lib/puppet/application/script.rb:241
218
218
  msgid "Exiting"
219
219
  msgstr ""
220
220
 
221
- #: ../lib/puppet/application/apply.rb:332
221
+ #: ../lib/puppet/application/apply.rb:350
222
222
  msgid "Could not deserialize catalog from %{format}: %{detail}"
223
223
  msgstr ""
224
224
 
225
- #: ../lib/puppet/application/apply.rb:353 ../lib/puppet/application/script.rb:146
225
+ #: ../lib/puppet/application/apply.rb:371 ../lib/puppet/application/script.rb:146
226
226
  msgid "Could not find facts for %{node}"
227
227
  msgstr ""
228
228
 
229
- #: ../lib/puppet/application/apply.rb:365 ../lib/puppet/application/script.rb:154
229
+ #: ../lib/puppet/application/apply.rb:383 ../lib/puppet/application/script.rb:154
230
230
  msgid "Could not find node %{node}"
231
231
  msgstr ""
232
232
 
233
- #: ../lib/puppet/application/apply.rb:378 ../lib/puppet/application/script.rb:139
233
+ #: ../lib/puppet/application/apply.rb:396 ../lib/puppet/application/script.rb:139
234
234
  msgid "Could not find file %{manifest}"
235
235
  msgstr ""
236
236
 
237
- #: ../lib/puppet/application/apply.rb:379
237
+ #: ../lib/puppet/application/apply.rb:397
238
238
  msgid "Only one file can be applied per run. Skipping %{files}"
239
239
  msgstr ""
240
240
 
@@ -426,7 +426,7 @@ msgstr ""
426
426
  msgid "Invalid parameter setting %{setting}"
427
427
  msgstr ""
428
428
 
429
- #: ../lib/puppet/application/resource.rb:240
429
+ #: ../lib/puppet/application/resource.rb:241
430
430
  msgid "Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc"
431
431
  msgstr ""
432
432
 
@@ -534,133 +534,133 @@ msgstr ""
534
534
  msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'"
535
535
  msgstr ""
536
536
 
537
- #: ../lib/puppet/configurer.rb:100 ../lib/puppet/configurer.rb:272
537
+ #: ../lib/puppet/configurer.rb:100 ../lib/puppet/configurer.rb:275
538
538
  msgid "Using cached catalog from environment '%{catalog_env}'"
539
539
  msgstr ""
540
540
 
541
- #: ../lib/puppet/configurer.rb:130
541
+ #: ../lib/puppet/configurer.rb:133
542
542
  msgid "The current total number of facts: %{size} exceeds the number of facts limit: %{max_size}"
543
543
  msgstr ""
544
544
 
545
- #: ../lib/puppet/configurer.rb:134
545
+ #: ../lib/puppet/configurer.rb:137
546
546
  msgid "Fact %{name} with length: '%{length}' exceeds the length limit: %{limit}"
547
547
  msgstr ""
548
548
 
549
- #: ../lib/puppet/configurer.rb:138
549
+ #: ../lib/puppet/configurer.rb:141
550
550
  msgid "The current number of top level facts: %{size} exceeds the top facts limit: %{max_size}"
551
551
  msgstr ""
552
552
 
553
- #: ../lib/puppet/configurer.rb:142
553
+ #: ../lib/puppet/configurer.rb:145
554
554
  msgid "Fact value '%{value}' with the value length: '%{length}' exceeds the value length limit: %{max_length}"
555
555
  msgstr ""
556
556
 
557
- #: ../lib/puppet/configurer.rb:146
557
+ #: ../lib/puppet/configurer.rb:149
558
558
  msgid "Payload with the current size of: '%{payload}' exceeds the payload size limit: %{max_size}"
559
559
  msgstr ""
560
560
 
561
- #: ../lib/puppet/configurer.rb:184
561
+ #: ../lib/puppet/configurer.rb:187
562
562
  msgid "The size of the payload is %{payload}"
563
563
  msgstr ""
564
564
 
565
- #: ../lib/puppet/configurer.rb:214
565
+ #: ../lib/puppet/configurer.rb:217
566
566
  msgid "The total number of facts registered is %{number_of_facts}"
567
567
  msgstr ""
568
568
 
569
- #: ../lib/puppet/configurer.rb:265
569
+ #: ../lib/puppet/configurer.rb:268
570
570
  msgid "Could not retrieve catalog; skipping run"
571
571
  msgstr ""
572
572
 
573
- #: ../lib/puppet/configurer.rb:281
573
+ #: ../lib/puppet/configurer.rb:284
574
574
  msgid "Applied catalog in %{seconds} seconds"
575
575
  msgstr ""
576
576
 
577
- #: ../lib/puppet/configurer.rb:315
577
+ #: ../lib/puppet/configurer.rb:318
578
578
  msgid "Could not select a functional puppet server from server_list: '%{server_list}'"
579
579
  msgstr ""
580
580
 
581
581
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
582
- #: ../lib/puppet/configurer.rb:329
582
+ #: ../lib/puppet/configurer.rb:332
583
583
  msgid "Selected puppet server from the `server_list` setting: %{server}:%{port}"
584
584
  msgstr ""
585
585
 
586
- #: ../lib/puppet/configurer.rb:366
586
+ #: ../lib/puppet/configurer.rb:369
587
587
  msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
588
588
  msgstr ""
589
589
 
590
- #: ../lib/puppet/configurer.rb:389
590
+ #: ../lib/puppet/configurer.rb:392
591
591
  msgid "Environment not passed via CLI and no catalog was given, attempting to find out the last server-specified environment"
592
592
  msgstr ""
593
593
 
594
- #: ../lib/puppet/configurer.rb:394
594
+ #: ../lib/puppet/configurer.rb:399
595
595
  msgid "Could not find a usable environment in the lastrunfile. Either the file does not exist, does not have the required keys, or the values of 'initial_environment' and 'converged_environment' are identical."
596
596
  msgstr ""
597
597
 
598
- #: ../lib/puppet/configurer.rb:398
598
+ #: ../lib/puppet/configurer.rb:403
599
599
  msgid "Using environment '%{env}'"
600
600
  msgstr ""
601
601
 
602
- #: ../lib/puppet/configurer.rb:429
602
+ #: ../lib/puppet/configurer.rb:427
603
603
  msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
604
604
  msgstr ""
605
605
 
606
- #: ../lib/puppet/configurer.rb:440
606
+ #: ../lib/puppet/configurer.rb:438
607
607
  msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
608
608
  msgstr ""
609
609
 
610
- #: ../lib/puppet/configurer.rb:442
610
+ #: ../lib/puppet/configurer.rb:440
611
611
  msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
612
612
  msgstr ""
613
613
 
614
- #: ../lib/puppet/configurer.rb:505
614
+ #: ../lib/puppet/configurer.rb:496
615
615
  msgid "Failed to apply catalog: %{detail}"
616
616
  msgstr ""
617
617
 
618
- #: ../lib/puppet/configurer.rb:536
618
+ #: ../lib/puppet/configurer.rb:527
619
619
  msgid "Environment '%{environment}' not found on server, skipping initial pluginsync."
620
620
  msgstr ""
621
621
 
622
- #: ../lib/puppet/configurer.rb:553 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
622
+ #: ../lib/puppet/configurer.rb:544 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
623
623
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
624
624
  msgstr ""
625
625
 
626
626
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
627
- #: ../lib/puppet/configurer.rb:557 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
627
+ #: ../lib/puppet/configurer.rb:548 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
628
628
  msgid "Unable to connect to server from server_list setting: %{detail}"
629
629
  msgstr ""
630
630
 
631
- #: ../lib/puppet/configurer.rb:573
631
+ #: ../lib/puppet/configurer.rb:564
632
632
  msgid "Found last server-specified environment: %{environment}"
633
633
  msgstr ""
634
634
 
635
- #: ../lib/puppet/configurer.rb:576
635
+ #: ../lib/puppet/configurer.rb:567
636
636
  msgid "Could not find last server-specified environment: %{detail}"
637
637
  msgstr ""
638
638
 
639
- #: ../lib/puppet/configurer.rb:586 ../lib/puppet/face/report.rb:47
639
+ #: ../lib/puppet/configurer.rb:584 ../lib/puppet/face/report.rb:47
640
640
  msgid "Could not send report: %{detail}"
641
641
  msgstr ""
642
642
 
643
- #: ../lib/puppet/configurer.rb:595
643
+ #: ../lib/puppet/configurer.rb:593
644
644
  msgid "Could not save last run local report: %{detail}"
645
645
  msgstr ""
646
646
 
647
- #: ../lib/puppet/configurer.rb:614
647
+ #: ../lib/puppet/configurer.rb:612
648
648
  msgid "Uploading facts for %{node} to %{server}"
649
649
  msgstr ""
650
650
 
651
- #: ../lib/puppet/configurer.rb:622
651
+ #: ../lib/puppet/configurer.rb:620
652
652
  msgid "Failed to submit facts: %{detail}"
653
653
  msgstr ""
654
654
 
655
- #: ../lib/puppet/configurer.rb:637
655
+ #: ../lib/puppet/configurer.rb:635
656
656
  msgid "Could not run command from %{setting}: %{detail}"
657
657
  msgstr ""
658
658
 
659
- #: ../lib/puppet/configurer.rb:655
659
+ #: ../lib/puppet/configurer.rb:664
660
660
  msgid "Could not retrieve catalog from cache: %{detail}"
661
661
  msgstr ""
662
662
 
663
- #: ../lib/puppet/configurer.rb:677
663
+ #: ../lib/puppet/configurer.rb:686
664
664
  msgid "Could not retrieve catalog from remote server: %{detail}"
665
665
  msgstr ""
666
666
 
@@ -700,7 +700,7 @@ msgstr ""
700
700
  msgid "TrustedInformation expected a certificate, but none was given."
701
701
  msgstr ""
702
702
 
703
- #: ../lib/puppet/context/trusted_information.rb:104 ../lib/puppet/parser/scope.rb:835
703
+ #: ../lib/puppet/context/trusted_information.rb:104 ../lib/puppet/parser/scope.rb:836
704
704
  msgid "Unsupported data type: '%{klass}'"
705
705
  msgstr ""
706
706
 
@@ -760,7 +760,7 @@ msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{all
760
760
  msgstr ""
761
761
 
762
762
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
763
- #: ../lib/puppet/defaults.rb:1944
763
+ #: ../lib/puppet/defaults.rb:1950
764
764
  msgid "Setting 'pluginsync' is deprecated."
765
765
  msgstr ""
766
766
 
@@ -2893,8 +2893,8 @@ msgstr ""
2893
2893
  msgid "Option %{option} conflicts with existing option %{conflict} on %{face}"
2894
2894
  msgstr ""
2895
2895
 
2896
- #. TRANSLATORS 'Puppet.settings' should not be translated
2897
2896
  #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
2897
+ #. TRANSLATORS 'Puppet.settings' should not be translated
2898
2898
  #: ../lib/puppet/interface/action.rb:315 ../lib/puppet/interface/option_manager.rb:14
2899
2899
  msgid "Global option %{option} does not exist in Puppet.settings"
2900
2900
  msgstr ""
@@ -4353,111 +4353,111 @@ msgstr ""
4353
4353
  msgid "Duplicate parameter '%{param}' for on %{resource}"
4354
4354
  msgstr ""
4355
4355
 
4356
- #: ../lib/puppet/parser/scope.rb:155
4356
+ #: ../lib/puppet/parser/scope.rb:156
4357
4357
  msgid "Numerical variables cannot be changed. Attempt to set $%{name}"
4358
4358
  msgstr ""
4359
4359
 
4360
- #: ../lib/puppet/parser/scope.rb:160
4360
+ #: ../lib/puppet/parser/scope.rb:161
4361
4361
  msgid "Numerical variables cannot be deleted: Attempt to delete: $%{name}"
4362
4362
  msgstr ""
4363
4363
 
4364
- #: ../lib/puppet/parser/scope.rb:214
4364
+ #: ../lib/puppet/parser/scope.rb:215
4365
4365
  msgid "%{callee}: expects a value for parameter $%{to}"
4366
4366
  msgstr ""
4367
4367
 
4368
- #: ../lib/puppet/parser/scope.rb:215
4368
+ #: ../lib/puppet/parser/scope.rb:216
4369
4369
  msgid "%{callee}: default expression for $%{from} tries to illegally access not yet evaluated $%{to}"
4370
4370
  msgstr ""
4371
4371
 
4372
- #: ../lib/puppet/parser/scope.rb:234
4372
+ #: ../lib/puppet/parser/scope.rb:235
4373
4373
  msgid "Attempt to assign variable %{name} when evaluating parameters"
4374
4374
  msgstr ""
4375
4375
 
4376
- #: ../lib/puppet/parser/scope.rb:377
4376
+ #: ../lib/puppet/parser/scope.rb:378
4377
4377
  msgid "you must pass a compiler instance to a new scope object"
4378
4378
  msgstr ""
4379
4379
 
4380
- #: ../lib/puppet/parser/scope.rb:493
4380
+ #: ../lib/puppet/parser/scope.rb:494
4381
4381
  msgid "Scope variable name %{name} is a %{klass}, not a string"
4382
4382
  msgstr ""
4383
4383
 
4384
- #: ../lib/puppet/parser/scope.rb:655
4384
+ #: ../lib/puppet/parser/scope.rb:656
4385
4385
  msgid "class %{classname} could not be found"
4386
4386
  msgstr ""
4387
4387
 
4388
- #: ../lib/puppet/parser/scope.rb:657
4388
+ #: ../lib/puppet/parser/scope.rb:658
4389
4389
  msgid "class %{classname} has not been evaluated"
4390
4390
  msgstr ""
4391
4391
 
4392
- #: ../lib/puppet/parser/scope.rb:703
4392
+ #: ../lib/puppet/parser/scope.rb:704
4393
4393
  msgid "Default already defined for %{type} { %{param} }; cannot redefine"
4394
4394
  msgstr ""
4395
4395
 
4396
- #: ../lib/puppet/parser/scope.rb:763
4396
+ #: ../lib/puppet/parser/scope.rb:764
4397
4397
  msgid "Cannot assign to a numeric match result variable '$%{name}'"
4398
4398
  msgstr ""
4399
4399
 
4400
- #: ../lib/puppet/parser/scope.rb:766
4400
+ #: ../lib/puppet/parser/scope.rb:767
4401
4401
  msgid "Scope variable name %{name} is a %{class_type}, not a string"
4402
4402
  msgstr ""
4403
4403
 
4404
- #: ../lib/puppet/parser/scope.rb:771 ../lib/puppet/parser/scope.rb:776
4404
+ #: ../lib/puppet/parser/scope.rb:772 ../lib/puppet/parser/scope.rb:777
4405
4405
  msgid "Attempt to assign to a reserved variable name: '%{name}'"
4406
4406
  msgstr ""
4407
4407
 
4408
- #: ../lib/puppet/parser/scope.rb:781
4408
+ #: ../lib/puppet/parser/scope.rb:782
4409
4409
  msgid "Cannot reassign variable '$%{name}'"
4410
4410
  msgstr ""
4411
4411
 
4412
- #: ../lib/puppet/parser/scope.rb:1012
4412
+ #: ../lib/puppet/parser/scope.rb:1013
4413
4413
  msgid "Invalid regex match data. Got a %{klass}"
4414
4414
  msgstr ""
4415
4415
 
4416
- #: ../lib/puppet/parser/scope.rb:1020
4416
+ #: ../lib/puppet/parser/scope.rb:1021
4417
4417
  msgid "Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4418
4418
  msgstr ""
4419
4419
 
4420
- #: ../lib/puppet/parser/scope.rb:1025
4420
+ #: ../lib/puppet/parser/scope.rb:1026
4421
4421
  msgid "Scope#find_builtin_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4422
4422
  msgstr ""
4423
4423
 
4424
- #: ../lib/puppet/parser/scope.rb:1030
4424
+ #: ../lib/puppet/parser/scope.rb:1031
4425
4425
  msgid "Scope#find_defined_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4426
4426
  msgstr ""
4427
4427
 
4428
- #: ../lib/puppet/parser/scope.rb:1044
4428
+ #: ../lib/puppet/parser/scope.rb:1045
4429
4429
  msgid "Function %{name} not defined despite being loaded!"
4430
4430
  msgstr ""
4431
4431
 
4432
- #: ../lib/puppet/parser/scope.rb:1051
4432
+ #: ../lib/puppet/parser/scope.rb:1052
4433
4433
  msgid "Scope#resolve_type_and_title() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4434
4434
  msgstr ""
4435
4435
 
4436
- #: ../lib/puppet/parser/scope.rb:1071
4436
+ #: ../lib/puppet/parser/scope.rb:1072
4437
4437
  msgid "Cannot use undef as a class name"
4438
4438
  msgstr ""
4439
4439
 
4440
- #: ../lib/puppet/parser/scope.rb:1073
4440
+ #: ../lib/puppet/parser/scope.rb:1074
4441
4441
  msgid "Cannot use empty string as a class name"
4442
4442
  msgstr ""
4443
4443
 
4444
4444
  #. TRANSLATORS "Class" and "Type" are Puppet keywords and should not be translated
4445
- #: ../lib/puppet/parser/scope.rb:1082
4445
+ #: ../lib/puppet/parser/scope.rb:1083
4446
4446
  msgid "Cannot use an unspecific Class[] Type"
4447
4447
  msgstr ""
4448
4448
 
4449
4449
  #. TRANSLATORS "Resource" is a class name and should not be translated
4450
- #: ../lib/puppet/parser/scope.rb:1109
4450
+ #: ../lib/puppet/parser/scope.rb:1110
4451
4451
  msgid "Cannot use an unspecific Resource[] where a Resource['class', name] is expected"
4452
4452
  msgstr ""
4453
4453
 
4454
4454
  #. TRANSLATORS "Resource" is a class name and should not be translated
4455
- #: ../lib/puppet/parser/scope.rb:1113
4455
+ #: ../lib/puppet/parser/scope.rb:1114
4456
4456
  msgid "Cannot use a Resource[%{type_name}] where a Resource['class', name] is expected"
4457
4457
  msgstr ""
4458
4458
 
4459
4459
  #. TRANSLATORS "Resource" is a class name and should not be translated
4460
- #: ../lib/puppet/parser/scope.rb:1117
4460
+ #: ../lib/puppet/parser/scope.rb:1118
4461
4461
  msgid "Cannot use an unspecific Resource['class'] where a Resource['class', name] is expected"
4462
4462
  msgstr ""
4463
4463
 
@@ -4470,15 +4470,15 @@ msgstr ""
4470
4470
  msgid "having multiple named scopes is not supported when scripting"
4471
4471
  msgstr ""
4472
4472
 
4473
- #: ../lib/puppet/parser/templatewrapper.rb:66
4473
+ #: ../lib/puppet/parser/templatewrapper.rb:67
4474
4474
  msgid "Could not find template '%{filename}'"
4475
4475
  msgstr ""
4476
4476
 
4477
- #: ../lib/puppet/parser/templatewrapper.rb:83
4477
+ #: ../lib/puppet/parser/templatewrapper.rb:84
4478
4478
  msgid "Bound template variables for %{template_source} in %%{seconds} seconds"
4479
4479
  msgstr ""
4480
4480
 
4481
- #: ../lib/puppet/parser/templatewrapper.rb:91
4481
+ #: ../lib/puppet/parser/templatewrapper.rb:92
4482
4482
  msgid "Interpolated template %{template_source} in %%{seconds} seconds"
4483
4483
  msgstr ""
4484
4484
 
@@ -5618,47 +5618,47 @@ msgstr ""
5618
5618
  msgid "Lookup of key '%{key}' failed: %{detail}"
5619
5619
  msgstr ""
5620
5620
 
5621
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:295
5621
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:296
5622
5622
  msgid "value of %{opts} must be a hash"
5623
5623
  msgstr ""
5624
5624
 
5625
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:302
5625
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:303
5626
5626
  msgid "all %{opts} patterns must match a key starting with module name '%{module_name}'"
5627
5627
  msgstr ""
5628
5628
 
5629
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:306
5629
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:307
5630
5630
  msgid "all %{opts} keys must start with module name '%{module_name}'"
5631
5631
  msgstr ""
5632
5632
 
5633
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:431
5633
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:432
5634
5634
  msgid "Defining \"data_provider\": \"%{name}\" in metadata.json is deprecated. It is ignored since a '%{config}' with version >= 5 is present"
5635
5635
  msgstr ""
5636
5636
 
5637
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:441
5637
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:442
5638
5638
  msgid "Defining \"data_provider\": \"%{name}\" in metadata.json is deprecated."
5639
5639
  msgstr ""
5640
5640
 
5641
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:442 ../lib/puppet/pops/lookup/lookup_adapter.rb:496
5641
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:443 ../lib/puppet/pops/lookup/lookup_adapter.rb:497
5642
5642
  msgid "A '%{hiera_config}' file should be used instead"
5643
5643
  msgstr ""
5644
5644
 
5645
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:456
5645
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:457
5646
5646
  msgid "Environment '%{env}', cannot find module_data_provider '%{provider}'"
5647
5647
  msgstr ""
5648
5648
 
5649
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:480
5649
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:481
5650
5650
  msgid "Defining environment_data_provider='%{provider_name}' in environment.conf is deprecated"
5651
5651
  msgstr ""
5652
5652
 
5653
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:484
5653
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:485
5654
5654
  msgid "The environment_data_provider='%{provider_name}' setting is ignored since '%{config_path}' version >= 5"
5655
5655
  msgstr ""
5656
5656
 
5657
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:495
5657
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:496
5658
5658
  msgid "Defining environment_data_provider='%{provider_name}' in environment.conf is deprecated."
5659
5659
  msgstr ""
5660
5660
 
5661
- #: ../lib/puppet/pops/lookup/lookup_adapter.rb:511
5661
+ #: ../lib/puppet/pops/lookup/lookup_adapter.rb:512
5662
5662
  msgid "Environment '%{env}', cannot find environment_data_provider '%{provider}'"
5663
5663
  msgstr ""
5664
5664
 
@@ -5713,11 +5713,11 @@ msgid "Unacceptable transform - found an Object without a rule: %{klass}"
5713
5713
  msgstr ""
5714
5714
 
5715
5715
  #. TRANSLATORS 'NUMBER' refers to a method name and the 'name_or_numeric' was the passed in value and should not be translated
5716
- #: ../lib/puppet/pops/model/factory.rb:812
5716
+ #: ../lib/puppet/pops/model/factory.rb:813
5717
5717
  msgid "Internal Error, NUMBER token does not contain a valid number, %{name_or_numeric}"
5718
5718
  msgstr ""
5719
5719
 
5720
- #: ../lib/puppet/pops/model/factory.rb:1121
5720
+ #: ../lib/puppet/pops/model/factory.rb:1122
5721
5721
  msgid "can only concatenate strings, got %{class_name}"
5722
5722
  msgstr ""
5723
5723
 
@@ -6287,11 +6287,11 @@ msgstr ""
6287
6287
  msgid "No AIX group exists with a group name or gid of %{group}!"
6288
6288
  msgstr ""
6289
6289
 
6290
- #: ../lib/puppet/provider/group/groupadd.rb:11 ../lib/puppet/provider/group/pw.rb:14
6290
+ #: ../lib/puppet/provider/group/groupadd.rb:14 ../lib/puppet/provider/group/pw.rb:14
6291
6291
  msgid "GID must be an integer"
6292
6292
  msgstr ""
6293
6293
 
6294
- #: ../lib/puppet/provider/group/groupadd.rb:44
6294
+ #: ../lib/puppet/provider/group/groupadd.rb:47
6295
6295
  msgid "GID %{resource} already exists, use allowdupe to force group creation"
6296
6296
  msgstr ""
6297
6297
 
@@ -6644,7 +6644,11 @@ msgstr ""
6644
6644
  msgid "pkg warning: %{warnings}"
6645
6645
  msgstr ""
6646
6646
 
6647
- #: ../lib/puppet/provider/package/pkg.rb:245 ../lib/puppet/provider/package/pkg.rb:271
6647
+ #: ../lib/puppet/provider/package/pkg.rb:245
6648
+ msgid "Pkg could not install %{name} after %{tries} tries. Aborting run"
6649
+ msgstr ""
6650
+
6651
+ #: ../lib/puppet/provider/package/pkg.rb:255 ../lib/puppet/provider/package/pkg.rb:281
6648
6652
  msgid "Unable to update %{package}"
6649
6653
  msgstr ""
6650
6654
 
@@ -7107,39 +7111,39 @@ msgstr ""
7107
7111
  msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
7108
7112
  msgstr ""
7109
7113
 
7110
- #: ../lib/puppet/resource/type_collection.rb:63
7114
+ #: ../lib/puppet/resource/type_collection.rb:64
7111
7115
  msgid "Class '%{klass}' is already defined%{error}; cannot redefine"
7112
7116
  msgstr ""
7113
7117
 
7114
- #: ../lib/puppet/resource/type_collection.rb:64
7118
+ #: ../lib/puppet/resource/type_collection.rb:65
7115
7119
  msgid "Node '%{klass}' is already defined%{error}; cannot be redefined as a class"
7116
7120
  msgstr ""
7117
7121
 
7118
- #: ../lib/puppet/resource/type_collection.rb:65
7122
+ #: ../lib/puppet/resource/type_collection.rb:66
7119
7123
  msgid "Definition '%{klass}' is already defined%{error}; cannot be redefined as a class"
7120
7124
  msgstr ""
7121
7125
 
7122
- #: ../lib/puppet/resource/type_collection.rb:96
7126
+ #: ../lib/puppet/resource/type_collection.rb:97
7123
7127
  msgid "Node '%{name}' is already defined%{error}; cannot redefine"
7124
7128
  msgstr ""
7125
7129
 
7126
- #: ../lib/puppet/resource/type_collection.rb:97
7130
+ #: ../lib/puppet/resource/type_collection.rb:98
7127
7131
  msgid "Class '%{klass}' is already defined%{error}; cannot be redefined as a node"
7128
7132
  msgstr ""
7129
7133
 
7130
- #: ../lib/puppet/resource/type_collection.rb:132
7134
+ #: ../lib/puppet/resource/type_collection.rb:133
7131
7135
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a definition"
7132
7136
  msgstr ""
7133
7137
 
7134
- #: ../lib/puppet/resource/type_collection.rb:133
7138
+ #: ../lib/puppet/resource/type_collection.rb:134
7135
7139
  msgid "Definition '%{name}' is already defined%{error}; cannot be redefined"
7136
7140
  msgstr ""
7137
7141
 
7138
- #: ../lib/puppet/resource/type_collection.rb:177
7142
+ #: ../lib/puppet/resource/type_collection.rb:178
7139
7143
  msgid "Execution of config_version command `%{cmd}` failed: %{message}"
7140
7144
  msgstr ""
7141
7145
 
7142
- #: ../lib/puppet/resource/type_collection.rb:198
7146
+ #: ../lib/puppet/resource/type_collection.rb:199
7143
7147
  msgid "Not attempting to load %{type} %{fqname} as this object was missing during a prior compilation"
7144
7148
  msgstr ""
7145
7149
 
@@ -7323,11 +7327,11 @@ msgstr ""
7323
7327
  msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
7324
7328
  msgstr ""
7325
7329
 
7326
- #: ../lib/puppet/settings/file_setting.rb:183
7330
+ #: ../lib/puppet/settings/file_setting.rb:178
7327
7331
  msgid "Settings parameter '%{name}' is undefined"
7328
7332
  msgstr ""
7329
7333
 
7330
- #: ../lib/puppet/settings/file_setting.rb:219
7334
+ #: ../lib/puppet/settings/file_setting.rb:214
7331
7335
  msgid "The %{parameter} parameter for the setting '%{name}' must be either 'root' or 'service', not '%{value}'"
7332
7336
  msgstr ""
7333
7337
 
@@ -8024,56 +8028,56 @@ msgstr ""
8024
8028
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
8025
8029
  msgstr ""
8026
8030
 
8027
- #: ../lib/puppet/type/exec.rb:208
8031
+ #: ../lib/puppet/type/exec.rb:216
8028
8032
  msgid "Command must be a String or Array<String>, got value of class %{klass}"
8029
8033
  msgstr ""
8030
8034
 
8031
- #: ../lib/puppet/type/exec.rb:241
8035
+ #: ../lib/puppet/type/exec.rb:249
8032
8036
  msgid "Unable to execute commands as other users on Windows"
8033
8037
  msgstr ""
8034
8038
 
8035
- #: ../lib/puppet/type/exec.rb:243
8039
+ #: ../lib/puppet/type/exec.rb:251
8036
8040
  msgid "Only root can execute commands as other users"
8037
8041
  msgstr ""
8038
8042
 
8039
- #: ../lib/puppet/type/exec.rb:299
8043
+ #: ../lib/puppet/type/exec.rb:307
8040
8044
  msgid "Invalid environment setting '%{value}'"
8041
8045
  msgstr ""
8042
8046
 
8043
- #: ../lib/puppet/type/exec.rb:312
8047
+ #: ../lib/puppet/type/exec.rb:320
8044
8048
  msgid "The umask specification is invalid: %{value}"
8045
8049
  msgstr ""
8046
8050
 
8047
- #: ../lib/puppet/type/exec.rb:328
8051
+ #: ../lib/puppet/type/exec.rb:336
8048
8052
  msgid "The timeout must be a number."
8049
8053
  msgstr ""
8050
8054
 
8051
- #: ../lib/puppet/type/exec.rb:345
8055
+ #: ../lib/puppet/type/exec.rb:353
8052
8056
  msgid "Tries must be an integer"
8053
8057
  msgstr ""
8054
8058
 
8055
- #: ../lib/puppet/type/exec.rb:349
8059
+ #: ../lib/puppet/type/exec.rb:357
8056
8060
  msgid "Tries must be an integer >= 1"
8057
8061
  msgstr ""
8058
8062
 
8059
- #: ../lib/puppet/type/exec.rb:362
8063
+ #: ../lib/puppet/type/exec.rb:370
8060
8064
  msgid "try_sleep must be a number"
8061
8065
  msgstr ""
8062
8066
 
8063
- #: ../lib/puppet/type/exec.rb:366
8067
+ #: ../lib/puppet/type/exec.rb:374
8064
8068
  msgid "try_sleep cannot be a negative number"
8065
8069
  msgstr ""
8066
8070
 
8067
8071
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
8068
- #: ../lib/puppet/type/exec.rb:438
8072
+ #: ../lib/puppet/type/exec.rb:446
8069
8073
  msgid "Checking that 'creates' path '%{creates_path}' exists"
8070
8074
  msgstr ""
8071
8075
 
8072
- #: ../lib/puppet/type/exec.rb:490 ../lib/puppet/type/exec.rb:553
8076
+ #: ../lib/puppet/type/exec.rb:498 ../lib/puppet/type/exec.rb:561
8073
8077
  msgid "Check %{value} exceeded timeout"
8074
8078
  msgstr ""
8075
8079
 
8076
- #: ../lib/puppet/type/exec.rb:645
8080
+ #: ../lib/puppet/type/exec.rb:653
8077
8081
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
8078
8082
  msgstr ""
8079
8083
 
@@ -8218,11 +8222,11 @@ msgstr ""
8218
8222
  msgid "Could not create %{type} filebucket: %{detail}"
8219
8223
  msgstr ""
8220
8224
 
8221
- #: ../lib/puppet/type/group.rb:60
8225
+ #: ../lib/puppet/type/group.rb:59
8222
8226
  msgid "GID cannot be deleted"
8223
8227
  msgstr ""
8224
8228
 
8225
- #: ../lib/puppet/type/group.rb:72
8229
+ #: ../lib/puppet/type/group.rb:71
8226
8230
  msgid "Invalid GID %{gid}"
8227
8231
  msgstr ""
8228
8232
 
@@ -8310,15 +8314,15 @@ msgstr ""
8310
8314
  msgid "%{value} is not a valid day of the week"
8311
8315
  msgstr ""
8312
8316
 
8313
- #: ../lib/puppet/type/service.rb:151 ../lib/puppet/type/user.rb:272
8317
+ #: ../lib/puppet/type/service.rb:151 ../lib/puppet/type/user.rb:271
8314
8318
  msgid "Passwords cannot include ':'"
8315
8319
  msgstr ""
8316
8320
 
8317
- #: ../lib/puppet/type/service.rb:278
8321
+ #: ../lib/puppet/type/service.rb:283
8318
8322
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8319
8323
  msgstr ""
8320
8324
 
8321
- #: ../lib/puppet/type/service.rb:300
8325
+ #: ../lib/puppet/type/service.rb:305
8322
8326
  msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
8323
8327
  msgstr ""
8324
8328
 
@@ -8353,81 +8357,81 @@ msgstr ""
8353
8357
  msgid "File does not exist"
8354
8358
  msgstr ""
8355
8359
 
8356
- #: ../lib/puppet/type/user.rb:183
8360
+ #: ../lib/puppet/type/user.rb:182
8357
8361
  msgid "Could not find group(s) %{groups}"
8358
8362
  msgstr ""
8359
8363
 
8360
- #: ../lib/puppet/type/user.rb:292
8364
+ #: ../lib/puppet/type/user.rb:291
8361
8365
  msgid "Password minimum age must be provided as a number."
8362
8366
  msgstr ""
8363
8367
 
8364
- #: ../lib/puppet/type/user.rb:311
8368
+ #: ../lib/puppet/type/user.rb:310
8365
8369
  msgid "Password maximum age must be provided as a number."
8366
8370
  msgstr ""
8367
8371
 
8368
- #: ../lib/puppet/type/user.rb:342
8372
+ #: ../lib/puppet/type/user.rb:341
8369
8373
  msgid "Group names must be provided, not GID numbers."
8370
8374
  msgstr ""
8371
8375
 
8372
- #: ../lib/puppet/type/user.rb:344
8376
+ #: ../lib/puppet/type/user.rb:343
8373
8377
  msgid "Group names must be provided as an array, not a comma-separated list."
8374
8378
  msgstr ""
8375
8379
 
8376
- #: ../lib/puppet/type/user.rb:345
8380
+ #: ../lib/puppet/type/user.rb:344
8377
8381
  msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
8378
8382
  msgstr ""
8379
8383
 
8380
- #: ../lib/puppet/type/user.rb:438
8384
+ #: ../lib/puppet/type/user.rb:437
8381
8385
  msgid "User provider %{name} can not manage home directories"
8382
8386
  msgstr ""
8383
8387
 
8384
8388
  #. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
8385
8389
  #. TRANSLATORS separated by dashes.
8386
- #: ../lib/puppet/type/user.rb:455
8390
+ #: ../lib/puppet/type/user.rb:454
8387
8391
  msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
8388
8392
  msgstr ""
8389
8393
 
8390
- #: ../lib/puppet/type/user.rb:522
8394
+ #: ../lib/puppet/type/user.rb:521
8391
8395
  msgid "Role names must be provided, not numbers"
8392
8396
  msgstr ""
8393
8397
 
8394
- #: ../lib/puppet/type/user.rb:524
8398
+ #: ../lib/puppet/type/user.rb:523
8395
8399
  msgid "Role names must be provided as an array, not a comma-separated list"
8396
8400
  msgstr ""
8397
8401
 
8398
- #: ../lib/puppet/type/user.rb:561
8402
+ #: ../lib/puppet/type/user.rb:560
8399
8403
  msgid "Auth names must be provided, not numbers"
8400
8404
  msgstr ""
8401
8405
 
8402
- #: ../lib/puppet/type/user.rb:563
8406
+ #: ../lib/puppet/type/user.rb:562
8403
8407
  msgid "Auth names must be provided as an array, not a comma-separated list"
8404
8408
  msgstr ""
8405
8409
 
8406
- #: ../lib/puppet/type/user.rb:587
8410
+ #: ../lib/puppet/type/user.rb:586
8407
8411
  msgid "Profile names must be provided, not numbers"
8408
8412
  msgstr ""
8409
8413
 
8410
- #: ../lib/puppet/type/user.rb:589
8414
+ #: ../lib/puppet/type/user.rb:588
8411
8415
  msgid "Profile names must be provided as an array, not a comma-separated list"
8412
8416
  msgstr ""
8413
8417
 
8414
- #: ../lib/puppet/type/user.rb:701
8418
+ #: ../lib/puppet/type/user.rb:700
8415
8419
  msgid "Ssh_authorized_key type is not available. Cannot purge SSH keys."
8416
8420
  msgstr ""
8417
8421
 
8418
- #: ../lib/puppet/type/user.rb:739
8422
+ #: ../lib/puppet/type/user.rb:738
8419
8423
  msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
8420
8424
  msgstr ""
8421
8425
 
8422
- #: ../lib/puppet/type/user.rb:742
8426
+ #: ../lib/puppet/type/user.rb:741
8423
8427
  msgid "Paths to keyfiles must be absolute, not %{entry}"
8424
8428
  msgstr ""
8425
8429
 
8426
- #: ../lib/puppet/type/user.rb:746
8430
+ #: ../lib/puppet/type/user.rb:745
8427
8431
  msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
8428
8432
  msgstr ""
8429
8433
 
8430
- #: ../lib/puppet/type/user.rb:755
8434
+ #: ../lib/puppet/type/user.rb:754
8431
8435
  msgid "Class name must be provided."
8432
8436
  msgstr ""
8433
8437
 
@@ -8961,60 +8965,60 @@ msgid "Failed to set process priority to '%{priority}'"
8961
8965
  msgstr ""
8962
8966
 
8963
8967
  #. TRANSLATORS "Log.close_all" is a method name and should not be translated
8964
- #: ../lib/puppet/util/log.rb:67
8968
+ #: ../lib/puppet/util/log.rb:66
8965
8969
  msgid "Log.close_all failed to close %{destinations}"
8966
8970
  msgstr ""
8967
8971
 
8968
- #: ../lib/puppet/util/log.rb:86
8972
+ #: ../lib/puppet/util/log.rb:85
8969
8973
  msgid "Logs require a level"
8970
8974
  msgstr ""
8971
8975
 
8972
- #: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:378 ../lib/puppet/util/windows/eventlog.rb:99
8976
+ #: ../lib/puppet/util/log.rb:86 ../lib/puppet/util/log.rb:377 ../lib/puppet/util/windows/eventlog.rb:99
8973
8977
  msgid "Invalid log level %{level}"
8974
8978
  msgstr ""
8975
8979
 
8976
- #: ../lib/puppet/util/log.rb:109
8980
+ #: ../lib/puppet/util/log.rb:108
8977
8981
  msgid "Invalid loglevel %{level}"
8978
8982
  msgstr ""
8979
8983
 
8980
- #: ../lib/puppet/util/log.rb:136
8984
+ #: ../lib/puppet/util/log.rb:135
8981
8985
  msgid "Unknown destination type %{dest}"
8982
8986
  msgstr ""
8983
8987
 
8984
- #: ../lib/puppet/util/log.rb:176
8988
+ #: ../lib/puppet/util/log.rb:175
8985
8989
  msgid "Received a Log attribute with invalid encoding:%{log_message}"
8986
8990
  msgstr ""
8987
8991
 
8988
- #: ../lib/puppet/util/log.rb:178
8992
+ #: ../lib/puppet/util/log.rb:177
8989
8993
  msgid ""
8990
8994
  "Backtrace:\n"
8991
8995
  "%{backtrace}"
8992
8996
  msgstr ""
8993
8997
 
8994
- #: ../lib/puppet/util/log.rb:232
8998
+ #: ../lib/puppet/util/log.rb:231
8995
8999
  msgid "Reopening log files"
8996
9000
  msgstr ""
8997
9001
 
8998
9002
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
8999
- #: ../lib/puppet/util/log.rb:368
9003
+ #: ../lib/puppet/util/log.rb:367
9000
9004
  msgid "Puppet::Util::Log requires a message"
9001
9005
  msgstr ""
9002
9006
 
9003
9007
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9004
- #: ../lib/puppet/util/log.rb:374
9008
+ #: ../lib/puppet/util/log.rb:373
9005
9009
  msgid "Puppet::Util::Log requires a log level"
9006
9010
  msgstr ""
9007
9011
 
9008
9012
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9009
- #: ../lib/puppet/util/log.rb:376
9013
+ #: ../lib/puppet/util/log.rb:375
9010
9014
  msgid "Puppet::Util::Log requires a symbol or string"
9011
9015
  msgstr ""
9012
9016
 
9013
- #: ../lib/puppet/util/log.rb:407
9017
+ #: ../lib/puppet/util/log.rb:406
9014
9018
  msgid "Could not parse for environment %{environment}: %{msg}"
9015
9019
  msgstr ""
9016
9020
 
9017
- #: ../lib/puppet/util/log.rb:409
9021
+ #: ../lib/puppet/util/log.rb:408
9018
9022
  msgid "%{msg} on node %{node}"
9019
9023
  msgstr ""
9020
9024
 
@@ -9026,20 +9030,20 @@ msgstr ""
9026
9030
  msgid "Creating log directory %{dir}"
9027
9031
  msgstr ""
9028
9032
 
9029
- #: ../lib/puppet/util/logging.rb:81 ../lib/puppet/util/logging.rb:105
9033
+ #: ../lib/puppet/util/logging.rb:79 ../lib/puppet/util/logging.rb:103
9030
9034
  msgid "Wrapped exception:"
9031
9035
  msgstr ""
9032
9036
 
9033
9037
  #. TRANSLATORS the literals ":file", ":line", and ":key" should not be translated
9034
- #: ../lib/puppet/util/logging.rb:162
9038
+ #: ../lib/puppet/util/logging.rb:160
9035
9039
  msgid "Need either :file and :line, or :key"
9036
9040
  msgstr ""
9037
9041
 
9038
- #: ../lib/puppet/util/logging.rb:192
9042
+ #: ../lib/puppet/util/logging.rb:190
9039
9043
  msgid "(file & line not available)"
9040
9044
  msgstr ""
9041
9045
 
9042
- #: ../lib/puppet/util/logging.rb:294
9046
+ #: ../lib/puppet/util/logging.rb:270
9043
9047
  msgid "(location: %{location})"
9044
9048
  msgstr ""
9045
9049
 
@@ -9207,19 +9211,19 @@ msgstr ""
9207
9211
  msgid "Creating state file %{file}"
9208
9212
  msgstr ""
9209
9213
 
9210
- #: ../lib/puppet/util/suidmanager.rb:104
9214
+ #: ../lib/puppet/util/suidmanager.rb:103
9211
9215
  msgid "No such group %{group}"
9212
9216
  msgstr ""
9213
9217
 
9214
- #: ../lib/puppet/util/suidmanager.rb:120
9218
+ #: ../lib/puppet/util/suidmanager.rb:119
9215
9219
  msgid "No such user %{user}"
9216
9220
  msgstr ""
9217
9221
 
9218
- #: ../lib/puppet/util/suidmanager.rb:148
9222
+ #: ../lib/puppet/util/suidmanager.rb:147
9219
9223
  msgid "Invalid id type %{type}"
9220
9224
  msgstr ""
9221
9225
 
9222
- #: ../lib/puppet/util/suidmanager.rb:151
9226
+ #: ../lib/puppet/util/suidmanager.rb:150
9223
9227
  msgid "Invalid %{klass}: %{id}"
9224
9228
  msgstr ""
9225
9229
 
@@ -9259,7 +9263,7 @@ msgstr ""
9259
9263
  msgid "%{error}%{rest} in symbolic mode %{modification}"
9260
9264
  msgstr ""
9261
9265
 
9262
- #: ../lib/puppet/util/tagging.rb:27
9266
+ #: ../lib/puppet/util/tagging.rb:28
9263
9267
  msgid "Invalid tag '%{name}'"
9264
9268
  msgstr ""
9265
9269
 
@@ -9489,7 +9493,7 @@ msgstr ""
9489
9493
  msgid "An attempt to set mode %{mode} on item %{path} would result in the group, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
9490
9494
  msgstr ""
9491
9495
 
9492
- #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:159 ../lib/puppet/util/windows/sid.rb:221 ../lib/puppet/util/windows/user.rb:59
9496
+ #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:159 ../lib/puppet/util/windows/sid.rb:221 ../lib/puppet/util/windows/user.rb:58
9493
9497
  msgid "Invalid SID"
9494
9498
  msgstr ""
9495
9499
 
@@ -9661,23 +9665,23 @@ msgstr ""
9661
9665
  msgid "Failed to convert string SID: %{string_sid}"
9662
9666
  msgstr ""
9663
9667
 
9664
- #: ../lib/puppet/util/windows/user.rb:54
9668
+ #: ../lib/puppet/util/windows/user.rb:53
9665
9669
  msgid "Failed to create administrators SID"
9666
9670
  msgstr ""
9667
9671
 
9668
- #: ../lib/puppet/util/windows/user.rb:64
9672
+ #: ../lib/puppet/util/windows/user.rb:63
9669
9673
  msgid "Failed to check membership"
9670
9674
  msgstr ""
9671
9675
 
9672
- #: ../lib/puppet/util/windows/user.rb:104
9676
+ #: ../lib/puppet/util/windows/user.rb:103
9673
9677
  msgid "Failed to logon user %{name}"
9674
9678
  msgstr ""
9675
9679
 
9676
- #: ../lib/puppet/util/windows/user.rb:135
9680
+ #: ../lib/puppet/util/windows/user.rb:134
9677
9681
  msgid "Failed to load user profile %{user}"
9678
9682
  msgstr ""
9679
9683
 
9680
- #: ../lib/puppet/util/windows/user.rb:141
9684
+ #: ../lib/puppet/util/windows/user.rb:140
9681
9685
  msgid "Failed to unload user profile %{user}"
9682
9686
  msgstr ""
9683
9687