puppet 6.0.0-universal-darwin → 6.0.1-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of puppet might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/lib/puppet/application/apply.rb +99 -59
- data/lib/puppet/application/cert.rb +2 -112
- data/lib/puppet/configurer.rb +2 -3
- data/lib/puppet/defaults.rb +14 -1
- data/lib/puppet/etc.rb +20 -0
- data/lib/puppet/module/task.rb +29 -38
- data/lib/puppet/parser/catalog_compiler.rb +24 -0
- data/lib/puppet/parser/compiler.rb +3 -1
- data/lib/puppet/pops/evaluator/deferred_resolver.rb +3 -0
- data/lib/puppet/pops/evaluator/runtime3_converter.rb +2 -2
- data/lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb +18 -10
- data/lib/puppet/pops/loader/task_instantiator.rb +13 -70
- data/lib/puppet/pops/parser/heredoc_support.rb +1 -2
- data/lib/puppet/pops/parser/lexer2.rb +1 -1
- data/lib/puppet/pops/pcore.rb +10 -33
- data/lib/puppet/pops/serialization.rb +1 -0
- data/lib/puppet/pops/serialization/to_data_converter.rb +9 -1
- data/lib/puppet/provider/exec.rb +57 -57
- data/lib/puppet/provider/group/aix.rb +1 -15
- data/lib/puppet/provider/group/pw.rb +4 -8
- data/lib/puppet/provider/group/windows_adsi.rb +7 -4
- data/lib/puppet/provider/nameservice.rb +1 -25
- data/lib/puppet/provider/nameservice/directoryservice.rb +5 -3
- data/lib/puppet/provider/package/portage.rb +2 -2
- data/lib/puppet/provider/service/launchd.rb +19 -3
- data/lib/puppet/provider/user/aix.rb +48 -2
- data/lib/puppet/type/group.rb +62 -18
- data/lib/puppet/type/schedule.rb +7 -0
- data/lib/puppet/util/execution.rb +14 -1
- data/lib/puppet/util/posix.rb +15 -0
- data/lib/puppet/util/storage.rb +12 -0
- data/lib/puppet/util/windows/adsi.rb +60 -1
- data/lib/puppet/util/windows/process.rb +16 -1
- data/lib/puppet/util/windows/service.rb +68 -26
- data/lib/puppet/version.rb +1 -1
- data/lib/puppet_pal.rb +36 -3
- data/locales/ja/puppet.po +598 -861
- data/locales/puppet.pot +197 -160
- data/man/man5/puppet.conf.5 +12 -1
- data/man/man8/puppet.8 +1 -1
- data/spec/integration/application/apply_spec.rb +4 -1
- data/spec/integration/util/windows/adsi_spec.rb +2 -1
- data/spec/unit/application/apply_spec.rb +14 -0
- data/spec/unit/configurer_spec.rb +11 -0
- data/spec/unit/etc_spec.rb +25 -0
- data/spec/unit/indirector/catalog/json_spec.rb +9 -3
- data/spec/unit/pops/evaluator/runtime3_converter_spec.rb +22 -4
- data/spec/unit/pops/loaders/loader_spec.rb +3 -10
- data/spec/unit/pops/loaders/loaders_spec.rb +30 -0
- data/spec/unit/pops/loaders/module_loaders_spec.rb +7 -7
- data/spec/unit/pops/parser/parse_heredoc_spec.rb +16 -0
- data/spec/unit/pops/serialization/to_from_hr_spec.rb +9 -0
- data/spec/unit/pops/types/task_spec.rb +42 -116
- data/spec/unit/provider/group/aix_spec.rb +0 -19
- data/spec/unit/provider/group/pw_spec.rb +0 -6
- data/spec/unit/provider/group/windows_adsi_spec.rb +34 -35
- data/spec/unit/provider/nameservice/directoryservice_spec.rb +2 -2
- data/spec/unit/provider/service/launchd_spec.rb +19 -0
- data/spec/unit/provider/user/aix_spec.rb +43 -2
- data/spec/unit/provider/user/windows_adsi_spec.rb +1 -4
- data/spec/unit/puppet_pal_2pec.rb +6 -6
- data/spec/unit/puppet_pal_catalog_spec.rb +58 -0
- data/spec/unit/task_spec.rb +50 -5
- data/spec/unit/type/group_spec.rb +111 -13
- data/spec/unit/util/execution_spec.rb +59 -0
- data/spec/unit/util/posix_spec.rb +28 -0
- data/spec/unit/util/storage_spec.rb +107 -0
- data/spec/unit/util/windows/adsi_spec.rb +100 -5
- data/spec/unit/util/windows/service_spec.rb +100 -43
- 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
|
9
|
+
"Project-Id-Version: Puppet automation framework 6.0.0-75-g8fd4c49\n"
|
10
10
|
"\n"
|
11
11
|
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
|
12
|
-
"POT-Creation-Date: 2018-09-
|
13
|
-
"PO-Revision-Date: 2018-09-
|
12
|
+
"POT-Creation-Date: 2018-09-26 14:07+0000\n"
|
13
|
+
"PO-Revision-Date: 2018-09-26 14:07+0000\n"
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
16
16
|
"Language: \n"
|
@@ -192,40 +192,41 @@ msgstr ""
|
|
192
192
|
msgid "Apply Puppet manifests locally"
|
193
193
|
msgstr ""
|
194
194
|
|
195
|
-
|
196
|
-
|
195
|
+
#. TRANSLATORS "puppet apply" is a program command and should not be translated
|
196
|
+
#. TRANSLATORS "puppet apply" is a program command and should not be translated
|
197
|
+
#: ../lib/puppet/application/apply.rb:204 ../lib/puppet/application/apply.rb:318
|
198
|
+
msgid "For puppet apply"
|
197
199
|
msgstr ""
|
198
200
|
|
199
|
-
#: ../lib/puppet/application/apply.rb:
|
200
|
-
msgid "
|
201
|
+
#: ../lib/puppet/application/apply.rb:212
|
202
|
+
msgid "%{file} is not readable"
|
201
203
|
msgstr ""
|
202
204
|
|
203
|
-
#: ../lib/puppet/application/apply.rb:
|
204
|
-
msgid "
|
205
|
+
#: ../lib/puppet/application/apply.rb:289 ../lib/puppet/application/script.rb:238
|
206
|
+
msgid "Exiting"
|
205
207
|
msgstr ""
|
206
208
|
|
207
|
-
#: ../lib/puppet/application/apply.rb:
|
208
|
-
msgid "Could not
|
209
|
+
#: ../lib/puppet/application/apply.rb:328
|
210
|
+
msgid "Could not deserialize catalog from %{format}: %{detail}"
|
209
211
|
msgstr ""
|
210
212
|
|
211
|
-
|
212
|
-
|
213
|
-
msgid "For puppet apply"
|
213
|
+
#: ../lib/puppet/application/apply.rb:349 ../lib/puppet/application/script.rb:141
|
214
|
+
msgid "Could not find facts for %{node}"
|
214
215
|
msgstr ""
|
215
216
|
|
216
|
-
#: ../lib/puppet/application/apply.rb:
|
217
|
-
msgid "%{
|
217
|
+
#: ../lib/puppet/application/apply.rb:362 ../lib/puppet/application/script.rb:150
|
218
|
+
msgid "Could not find node %{node}"
|
218
219
|
msgstr ""
|
219
220
|
|
220
|
-
#: ../lib/puppet/application/apply.rb:
|
221
|
-
msgid "
|
221
|
+
#: ../lib/puppet/application/apply.rb:375 ../lib/puppet/application/script.rb:134
|
222
|
+
msgid "Could not find file %{manifest}"
|
222
223
|
msgstr ""
|
223
224
|
|
224
|
-
#: ../lib/puppet/application/apply.rb:
|
225
|
-
msgid "
|
225
|
+
#: ../lib/puppet/application/apply.rb:376
|
226
|
+
msgid "Only one file can be applied per run. Skipping %{files}"
|
226
227
|
msgstr ""
|
227
228
|
|
228
|
-
#: ../lib/puppet/application/cert.rb:
|
229
|
+
#: ../lib/puppet/application/cert.rb:6
|
229
230
|
msgid "Manage certificates and requests (Disabled)"
|
230
231
|
msgstr ""
|
231
232
|
|
@@ -441,103 +442,103 @@ msgstr ""
|
|
441
442
|
msgid "Puppet configuration client"
|
442
443
|
msgstr ""
|
443
444
|
|
444
|
-
#: ../lib/puppet/configurer.rb:
|
445
|
+
#: ../lib/puppet/configurer.rb:46
|
445
446
|
msgid "Removing corrupt state file %{file}: %{detail}"
|
446
447
|
msgstr ""
|
447
448
|
|
448
|
-
#: ../lib/puppet/configurer.rb:
|
449
|
+
#: ../lib/puppet/configurer.rb:51
|
449
450
|
msgid "Cannot remove %{file}: %{detail}"
|
450
451
|
msgstr ""
|
451
452
|
|
452
|
-
#: ../lib/puppet/configurer.rb:
|
453
|
+
#: ../lib/puppet/configurer.rb:73
|
453
454
|
msgid "Using cached catalog from environment '%{environment}'"
|
454
455
|
msgstr ""
|
455
456
|
|
456
|
-
#: ../lib/puppet/configurer.rb:
|
457
|
+
#: ../lib/puppet/configurer.rb:79
|
457
458
|
msgid "Not using cache on failed catalog"
|
458
459
|
msgstr ""
|
459
460
|
|
460
|
-
#: ../lib/puppet/configurer.rb:
|
461
|
+
#: ../lib/puppet/configurer.rb:88
|
461
462
|
msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'"
|
462
463
|
msgstr ""
|
463
464
|
|
464
|
-
#: ../lib/puppet/configurer.rb:
|
465
|
+
#: ../lib/puppet/configurer.rb:93 ../lib/puppet/configurer.rb:177
|
465
466
|
msgid "Using cached catalog from environment '%{catalog_env}'"
|
466
467
|
msgstr ""
|
467
468
|
|
468
|
-
#: ../lib/puppet/configurer.rb:
|
469
|
+
#: ../lib/puppet/configurer.rb:170
|
469
470
|
msgid "Could not retrieve catalog; skipping run"
|
470
471
|
msgstr ""
|
471
472
|
|
472
|
-
#: ../lib/puppet/configurer.rb:
|
473
|
+
#: ../lib/puppet/configurer.rb:190
|
473
474
|
msgid "Applied catalog in %{seconds} seconds"
|
474
475
|
msgstr ""
|
475
476
|
|
476
|
-
#: ../lib/puppet/configurer.rb:
|
477
|
+
#: ../lib/puppet/configurer.rb:231
|
477
478
|
msgid "Selected puppet server: %{server}:%{port}"
|
478
479
|
msgstr ""
|
479
480
|
|
480
|
-
#: ../lib/puppet/configurer.rb:
|
481
|
+
#: ../lib/puppet/configurer.rb:234
|
481
482
|
msgid "Could not select a functional puppet server"
|
482
483
|
msgstr ""
|
483
484
|
|
484
|
-
#: ../lib/puppet/configurer.rb:
|
485
|
+
#: ../lib/puppet/configurer.rb:264
|
485
486
|
msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
|
486
487
|
msgstr ""
|
487
488
|
|
488
|
-
#: ../lib/puppet/configurer.rb:
|
489
|
+
#: ../lib/puppet/configurer.rb:309
|
489
490
|
msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
|
490
491
|
msgstr ""
|
491
492
|
|
492
|
-
#: ../lib/puppet/configurer.rb:
|
493
|
+
#: ../lib/puppet/configurer.rb:314
|
493
494
|
msgid "Using configured environment '%{env}'"
|
494
495
|
msgstr ""
|
495
496
|
|
496
|
-
#: ../lib/puppet/configurer.rb:
|
497
|
+
#: ../lib/puppet/configurer.rb:318
|
497
498
|
msgid "Unable to fetch my node definition, but the agent run will continue:"
|
498
499
|
msgstr ""
|
499
500
|
|
500
|
-
#: ../lib/puppet/configurer.rb:
|
501
|
+
#: ../lib/puppet/configurer.rb:346
|
501
502
|
msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
|
502
503
|
msgstr ""
|
503
504
|
|
504
|
-
#: ../lib/puppet/configurer.rb:
|
505
|
+
#: ../lib/puppet/configurer.rb:357
|
505
506
|
msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
|
506
507
|
msgstr ""
|
507
508
|
|
508
|
-
#: ../lib/puppet/configurer.rb:
|
509
|
+
#: ../lib/puppet/configurer.rb:359
|
509
510
|
msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
|
510
511
|
msgstr ""
|
511
512
|
|
512
|
-
#: ../lib/puppet/configurer.rb:
|
513
|
+
#: ../lib/puppet/configurer.rb:378
|
513
514
|
msgid "Failed to apply catalog: %{detail}"
|
514
515
|
msgstr ""
|
515
516
|
|
516
|
-
#: ../lib/puppet/configurer.rb:
|
517
|
+
#: ../lib/puppet/configurer.rb:402
|
517
518
|
msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
|
518
519
|
msgstr ""
|
519
520
|
|
520
|
-
#: ../lib/puppet/configurer.rb:
|
521
|
+
#: ../lib/puppet/configurer.rb:406
|
521
522
|
msgid "Puppet server %{host}:%{port} is unreachable"
|
522
523
|
msgstr ""
|
523
524
|
|
524
|
-
#: ../lib/puppet/configurer.rb:
|
525
|
+
#: ../lib/puppet/configurer.rb:418 ../lib/puppet/face/report.rb:47
|
525
526
|
msgid "Could not send report: %{detail}"
|
526
527
|
msgstr ""
|
527
528
|
|
528
|
-
#: ../lib/puppet/configurer.rb:
|
529
|
+
#: ../lib/puppet/configurer.rb:427
|
529
530
|
msgid "Could not save last run local report: %{detail}"
|
530
531
|
msgstr ""
|
531
532
|
|
532
|
-
#: ../lib/puppet/configurer.rb:
|
533
|
+
#: ../lib/puppet/configurer.rb:439
|
533
534
|
msgid "Could not run command from %{setting}: %{detail}"
|
534
535
|
msgstr ""
|
535
536
|
|
536
|
-
#: ../lib/puppet/configurer.rb:
|
537
|
+
#: ../lib/puppet/configurer.rb:457
|
537
538
|
msgid "Could not retrieve catalog from cache: %{detail}"
|
538
539
|
msgstr ""
|
539
540
|
|
540
|
-
#: ../lib/puppet/configurer.rb:
|
541
|
+
#: ../lib/puppet/configurer.rb:477
|
541
542
|
msgid "Could not retrieve catalog from remote server: %{detail}"
|
542
543
|
msgstr ""
|
543
544
|
|
@@ -632,11 +633,11 @@ msgstr ""
|
|
632
633
|
msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
|
633
634
|
msgstr ""
|
634
635
|
|
635
|
-
#: ../lib/puppet/defaults.rb:
|
636
|
+
#: ../lib/puppet/defaults.rb:1488 ../lib/puppet/defaults.rb:1503
|
636
637
|
msgid "Attempted to set both server and server_list."
|
637
638
|
msgstr ""
|
638
639
|
|
639
|
-
#: ../lib/puppet/defaults.rb:
|
640
|
+
#: ../lib/puppet/defaults.rb:1489 ../lib/puppet/defaults.rb:1504
|
640
641
|
msgid "Server setting will not be used."
|
641
642
|
msgstr ""
|
642
643
|
|
@@ -2988,7 +2989,7 @@ msgid ""
|
|
2988
2989
|
" A namespaced module name (ex. author-modulename) matching the expression /^[a-zA-Z0-9]+[-][a-z][a-z0-9_]*$/\n"
|
2989
2990
|
msgstr ""
|
2990
2991
|
|
2991
|
-
#: ../lib/puppet/module/task.rb:24 ../lib/puppet/module/task.rb:
|
2992
|
+
#: ../lib/puppet/module/task.rb:24 ../lib/puppet/module/task.rb:203
|
2992
2993
|
msgid "Task names must start with a lowercase letter and be composed of only lowercase letters, numbers, and underscores"
|
2993
2994
|
msgstr ""
|
2994
2995
|
|
@@ -2996,47 +2997,47 @@ msgstr ""
|
|
2996
2997
|
msgid "Task %{task_name} not found in module %{module_name}."
|
2997
2998
|
msgstr ""
|
2998
2999
|
|
2999
|
-
#: ../lib/puppet/module/task.rb:
|
3000
|
+
#: ../lib/puppet/module/task.rb:91
|
3000
3001
|
msgid "Could not find module %{module_name} containing task file %{filename}"
|
3001
3002
|
msgstr ""
|
3002
3003
|
|
3003
|
-
#: ../lib/puppet/module/task.rb:
|
3004
|
+
#: ../lib/puppet/module/task.rb:97
|
3004
3005
|
msgid "Files must be saved in module directories that Puppet makes available via mount points: %{mounts}"
|
3005
3006
|
msgstr ""
|
3006
3007
|
|
3007
|
-
#: ../lib/puppet/module/task.rb:
|
3008
|
+
#: ../lib/puppet/module/task.rb:104
|
3008
3009
|
msgid "File pathnames cannot include relative paths"
|
3009
3010
|
msgstr ""
|
3010
3011
|
|
3011
|
-
#: ../lib/puppet/module/task.rb:
|
3012
|
+
#: ../lib/puppet/module/task.rb:109
|
3012
3013
|
msgid "Could not find %{path} on disk"
|
3013
3014
|
msgstr ""
|
3014
3015
|
|
3015
|
-
#: ../lib/puppet/module/task.rb:
|
3016
|
+
#: ../lib/puppet/module/task.rb:116
|
3016
3017
|
msgid "Directories specified in task metadata must include a trailing slash: %{dir}"
|
3017
3018
|
msgstr ""
|
3018
3019
|
|
3019
|
-
#: ../lib/puppet/module/task.rb:
|
3020
|
+
#: ../lib/puppet/module/task.rb:123
|
3020
3021
|
msgid "Files specified in task metadata cannot include a trailing slash: %{file}"
|
3021
3022
|
msgstr ""
|
3022
3023
|
|
3023
|
-
#: ../lib/puppet/module/task.rb:
|
3024
|
+
#: ../lib/puppet/module/task.rb:140
|
3024
3025
|
msgid "Task metadata for task %{name} does not specify implementations as an array"
|
3025
3026
|
msgstr ""
|
3026
3027
|
|
3027
|
-
#: ../lib/puppet/module/task.rb:
|
3028
|
+
#: ../lib/puppet/module/task.rb:147
|
3028
3029
|
msgid "Task metadata for task %{name} specifies missing implementation %{implementation}"
|
3029
3030
|
msgstr ""
|
3030
3031
|
|
3031
|
-
#: ../lib/puppet/module/task.rb:
|
3032
|
+
#: ../lib/puppet/module/task.rb:159
|
3032
3033
|
msgid "No source besides task metadata was found in directory %{directory} for task %{name}"
|
3033
3034
|
msgstr ""
|
3034
3035
|
|
3035
|
-
#: ../lib/puppet/module/task.rb:
|
3036
|
+
#: ../lib/puppet/module/task.rb:163
|
3036
3037
|
msgid "Multiple executables were found in directory %{directory} for task %{name}; define 'implementations' in metadata to differentiate between them"
|
3037
3038
|
msgstr ""
|
3038
3039
|
|
3039
|
-
#: ../lib/puppet/module/task.rb:
|
3040
|
+
#: ../lib/puppet/module/task.rb:217
|
3040
3041
|
msgid "Error reading metadata: %{message}"
|
3041
3042
|
msgstr ""
|
3042
3043
|
|
@@ -4063,20 +4064,20 @@ msgstr ""
|
|
4063
4064
|
msgid "Somehow looped more than 1000 times while evaluating host catalog"
|
4064
4065
|
msgstr ""
|
4065
4066
|
|
4066
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4067
|
+
#: ../lib/puppet/parser/compiler.rb:608
|
4067
4068
|
msgid "Could not find resource(s) %{resources} for overriding"
|
4068
4069
|
msgstr ""
|
4069
4070
|
|
4070
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4071
|
+
#: ../lib/puppet/parser/compiler.rb:619
|
4071
4072
|
msgid "Failed to realize virtual resources %{resources}"
|
4072
4073
|
msgstr ""
|
4073
4074
|
|
4074
4075
|
#. TRANSLATORS "main" is a function name and should not be translated
|
4075
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4076
|
+
#: ../lib/puppet/parser/compiler.rb:650
|
4076
4077
|
msgid "Couldn't find main"
|
4077
4078
|
msgstr ""
|
4078
4079
|
|
4079
|
-
#: ../lib/puppet/parser/compiler.rb:
|
4080
|
+
#: ../lib/puppet/parser/compiler.rb:722
|
4080
4081
|
msgid "For initializing compiler"
|
4081
4082
|
msgstr ""
|
4082
4083
|
|
@@ -5478,15 +5479,15 @@ msgstr ""
|
|
5478
5479
|
msgid "The code loaded from %{source_ref} does not seem to be a Puppet 3x API function - no 'newfunction' call."
|
5479
5480
|
msgstr ""
|
5480
5481
|
|
5481
|
-
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:
|
5482
|
+
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:36
|
5482
5483
|
msgid "The code loaded from %{source_ref} did not produce the expected 3x function info Hash when evaluated. Got '%{klass}'"
|
5483
5484
|
msgstr ""
|
5484
5485
|
|
5485
|
-
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:
|
5486
|
+
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:39
|
5486
5487
|
msgid "The code loaded from %{source_ref} produced mis-matched name, expected 'function_%{type_name}', got %{created_name}"
|
5487
5488
|
msgstr ""
|
5488
5489
|
|
5489
|
-
#: ../lib/puppet/pops/loader/task_instantiator.rb:
|
5490
|
+
#: ../lib/puppet/pops/loader/task_instantiator.rb:27
|
5490
5491
|
msgid "Failed to load metadata for task %{name}: %{reason}"
|
5491
5492
|
msgstr ""
|
5492
5493
|
|
@@ -6186,7 +6187,7 @@ msgstr ""
|
|
6186
6187
|
msgid "aix.object_info(): Could not find %{resource}[%{name}]"
|
6187
6188
|
msgstr ""
|
6188
6189
|
|
6189
|
-
#: ../lib/puppet/provider/aix_object.rb:469 ../lib/puppet/provider/nameservice.rb:180 ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6190
|
+
#: ../lib/puppet/provider/aix_object.rb:469 ../lib/puppet/provider/nameservice.rb:180 ../lib/puppet/provider/nameservice/directoryservice.rb:423
|
6190
6191
|
msgid "Could not create %{resource} %{name}: %{detail}"
|
6191
6192
|
msgstr ""
|
6192
6193
|
|
@@ -6198,16 +6199,12 @@ msgstr ""
|
|
6198
6199
|
msgid "Command %{name} is missing"
|
6199
6200
|
msgstr ""
|
6200
6201
|
|
6201
|
-
#: ../lib/puppet/provider/exec.rb:
|
6202
|
-
msgid "
|
6203
|
-
msgstr ""
|
6204
|
-
|
6205
|
-
#: ../lib/puppet/provider/exec.rb:40
|
6206
|
-
msgid "Overriding environment setting '%{env_name}' with '%{value}'"
|
6202
|
+
#: ../lib/puppet/provider/exec.rb:19
|
6203
|
+
msgid "Cannot understand environment setting %{setting}"
|
6207
6204
|
msgstr ""
|
6208
6205
|
|
6209
|
-
#: ../lib/puppet/provider/exec.rb:
|
6210
|
-
msgid "
|
6206
|
+
#: ../lib/puppet/provider/exec.rb:26
|
6207
|
+
msgid "Overriding environment setting '%{var}' with '%{value}'"
|
6211
6208
|
msgstr ""
|
6212
6209
|
|
6213
6210
|
#: ../lib/puppet/provider/exec.rb:94
|
@@ -6254,7 +6251,7 @@ msgstr ""
|
|
6254
6251
|
msgid "No AIX group exists with a group name or gid of %{group}!"
|
6255
6252
|
msgstr ""
|
6256
6253
|
|
6257
|
-
#: ../lib/puppet/provider/group/groupadd.rb:13 ../lib/puppet/provider/group/pw.rb:
|
6254
|
+
#: ../lib/puppet/provider/group/groupadd.rb:13 ../lib/puppet/provider/group/pw.rb:17
|
6258
6255
|
msgid "GID must be an integer"
|
6259
6256
|
msgstr ""
|
6260
6257
|
|
@@ -6287,7 +6284,7 @@ msgstr ""
|
|
6287
6284
|
msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
|
6288
6285
|
msgstr ""
|
6289
6286
|
|
6290
|
-
#: ../lib/puppet/provider/nameservice.rb:169 ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6287
|
+
#: ../lib/puppet/provider/nameservice.rb:169 ../lib/puppet/provider/nameservice/directoryservice.rb:378
|
6291
6288
|
msgid "already exists"
|
6292
6289
|
msgstr ""
|
6293
6290
|
|
@@ -6295,11 +6292,11 @@ msgstr ""
|
|
6295
6292
|
msgid "already absent"
|
6296
6293
|
msgstr ""
|
6297
6294
|
|
6298
|
-
#: ../lib/puppet/provider/nameservice.rb:
|
6295
|
+
#: ../lib/puppet/provider/nameservice.rb:278
|
6299
6296
|
msgid "Nameservice command must be an array"
|
6300
6297
|
msgstr ""
|
6301
6298
|
|
6302
|
-
#: ../lib/puppet/provider/nameservice.rb:
|
6299
|
+
#: ../lib/puppet/provider/nameservice.rb:282 ../lib/puppet/provider/nameservice/directoryservice.rb:337 ../lib/puppet/provider/nameservice/directoryservice.rb:368
|
6303
6300
|
msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
|
6304
6301
|
msgstr ""
|
6305
6302
|
|
@@ -6324,15 +6321,15 @@ msgstr ""
|
|
6324
6321
|
msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
|
6325
6322
|
msgstr ""
|
6326
6323
|
|
6327
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6324
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:395
|
6328
6325
|
msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
|
6329
6326
|
msgstr ""
|
6330
6327
|
|
6331
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6328
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:443
|
6332
6329
|
msgid "Could not remove %{member} from group: %{resource}, %{detail}"
|
6333
6330
|
msgstr ""
|
6334
6331
|
|
6335
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6332
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:457
|
6336
6333
|
msgid "Could not add %{new_member} to group: %{name}, %{detail}"
|
6337
6334
|
msgstr ""
|
6338
6335
|
|
@@ -6753,6 +6750,18 @@ msgstr ""
|
|
6753
6750
|
msgid "The %{file} plist does not contain a 'label' key; Puppet is skipping it"
|
6754
6751
|
msgstr ""
|
6755
6752
|
|
6753
|
+
#: ../lib/puppet/provider/service/launchd.rb:204
|
6754
|
+
msgid "Reading overrides plist, attempt %{i}"
|
6755
|
+
msgstr ""
|
6756
|
+
|
6757
|
+
#: ../lib/puppet/provider/service/launchd.rb:207
|
6758
|
+
msgid "Unable to read overrides plist, too many attempts"
|
6759
|
+
msgstr ""
|
6760
|
+
|
6761
|
+
#: ../lib/puppet/provider/service/launchd.rb:208
|
6762
|
+
msgid "Overrides file could not be read, trying again."
|
6763
|
+
msgstr ""
|
6764
|
+
|
6756
6765
|
#. TRANSLATORS 'runsvdir' is a linux service name and should not be translated
|
6757
6766
|
#: ../lib/puppet/provider/service/runit.rb:93
|
6758
6767
|
msgid "Waiting 5 seconds for runsvdir to discover service %{service}"
|
@@ -6787,14 +6796,18 @@ msgid "Unknown service state '%{current_state}' for service '%{resource_name}'"
|
|
6787
6796
|
msgstr ""
|
6788
6797
|
|
6789
6798
|
#. TRANSLATORS 'AIX' is the name of an operating system and should not be translated
|
6790
|
-
#: ../lib/puppet/provider/user/aix.rb:
|
6799
|
+
#: ../lib/puppet/provider/user/aix.rb:68
|
6791
6800
|
msgid "Could not convert AIX expires date '%{expires}' on %{class_name}[%{resource_name}]"
|
6792
6801
|
msgstr ""
|
6793
6802
|
|
6794
|
-
#: ../lib/puppet/provider/user/aix.rb:
|
6803
|
+
#: ../lib/puppet/provider/user/aix.rb:82
|
6795
6804
|
msgid "Invalid value %{groups}: Groups must be comma separated!"
|
6796
6805
|
msgstr ""
|
6797
6806
|
|
6807
|
+
#: ../lib/puppet/provider/user/aix.rb:150
|
6808
|
+
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}"
|
6809
|
+
msgstr ""
|
6810
|
+
|
6798
6811
|
#. TRANSLATORS 'ruby-shadow' is a Ruby gem library
|
6799
6812
|
#: ../lib/puppet/provider/user/openbsd.rb:50
|
6800
6813
|
msgid "ruby-shadow doesn't support %{method}"
|
@@ -7122,15 +7135,15 @@ msgstr ""
|
|
7122
7135
|
msgid "Connection to cached server and port %{server}:%{port} failed: %{message}"
|
7123
7136
|
msgstr ""
|
7124
7137
|
|
7125
|
-
#: ../lib/puppet/rest/routes.rb:
|
7138
|
+
#: ../lib/puppet/rest/routes.rb:52
|
7126
7139
|
msgid "Downloaded certificate for %{name} from %{server}"
|
7127
7140
|
msgstr ""
|
7128
7141
|
|
7129
|
-
#: ../lib/puppet/rest/routes.rb:
|
7142
|
+
#: ../lib/puppet/rest/routes.rb:91
|
7130
7143
|
msgid "Downloaded certificate revocation list for %{name} from %{server}"
|
7131
7144
|
msgstr ""
|
7132
7145
|
|
7133
|
-
#: ../lib/puppet/rest/routes.rb:
|
7146
|
+
#: ../lib/puppet/rest/routes.rb:148
|
7134
7147
|
msgid "Downloaded existing certificate request for %{name} from %{server}"
|
7135
7148
|
msgstr ""
|
7136
7149
|
|
@@ -7483,57 +7496,57 @@ msgstr ""
|
|
7483
7496
|
msgid "Did not receive certificate"
|
7484
7497
|
msgstr ""
|
7485
7498
|
|
7486
|
-
#: ../lib/puppet/ssl/host.rb:
|
7499
|
+
#: ../lib/puppet/ssl/host.rb:370
|
7487
7500
|
msgid "Response from the CA did not contain a valid certificate request: %{message}"
|
7488
7501
|
msgstr ""
|
7489
7502
|
|
7490
|
-
#: ../lib/puppet/ssl/host.rb:
|
7503
|
+
#: ../lib/puppet/ssl/host.rb:376
|
7491
7504
|
msgid "Could not download certificate request: %{message}"
|
7492
7505
|
msgstr ""
|
7493
7506
|
|
7494
|
-
#: ../lib/puppet/ssl/host.rb:
|
7507
|
+
#: ../lib/puppet/ssl/host.rb:403
|
7495
7508
|
msgid ""
|
7496
7509
|
"Failed attempting to load CRL from %{crl_path}! The CRL below caused the error '%{error}':\n"
|
7497
7510
|
"%{crl}"
|
7498
7511
|
msgstr ""
|
7499
7512
|
|
7500
|
-
#: ../lib/puppet/ssl/host.rb:
|
7513
|
+
#: ../lib/puppet/ssl/host.rb:431
|
7501
7514
|
msgid "The CA certificate at %{file_path} is invalid: %{message}"
|
7502
7515
|
msgstr ""
|
7503
7516
|
|
7504
|
-
#: ../lib/puppet/ssl/host.rb:
|
7517
|
+
#: ../lib/puppet/ssl/host.rb:455
|
7505
7518
|
msgid "No valid PEM-encoded certificates."
|
7506
7519
|
msgstr ""
|
7507
7520
|
|
7508
|
-
#: ../lib/puppet/ssl/host.rb:
|
7521
|
+
#: ../lib/puppet/ssl/host.rb:462
|
7509
7522
|
msgid "Could not parse certificate: %{message}"
|
7510
7523
|
msgstr ""
|
7511
7524
|
|
7512
|
-
#: ../lib/puppet/ssl/host.rb:
|
7525
|
+
#: ../lib/puppet/ssl/host.rb:485
|
7513
7526
|
msgid "Could not download CRLs: %{message}"
|
7514
7527
|
msgstr ""
|
7515
7528
|
|
7516
|
-
#: ../lib/puppet/ssl/host.rb:
|
7529
|
+
#: ../lib/puppet/ssl/host.rb:504
|
7517
7530
|
msgid "Response from the CA did not contain a valid CA certificate: %{message}"
|
7518
7531
|
msgstr ""
|
7519
7532
|
|
7520
|
-
#: ../lib/puppet/ssl/host.rb:
|
7533
|
+
#: ../lib/puppet/ssl/host.rb:507
|
7521
7534
|
msgid "Could not download CA certificate: %{message}"
|
7522
7535
|
msgstr ""
|
7523
7536
|
|
7524
|
-
#: ../lib/puppet/ssl/host.rb:
|
7537
|
+
#: ../lib/puppet/ssl/host.rb:547
|
7525
7538
|
msgid "The certificate at %{file_path} is invalid. Could not load."
|
7526
7539
|
msgstr ""
|
7527
7540
|
|
7528
|
-
#: ../lib/puppet/ssl/host.rb:
|
7541
|
+
#: ../lib/puppet/ssl/host.rb:568
|
7529
7542
|
msgid "Response from the CA did not contain a valid certificate for %{cert_name}."
|
7530
7543
|
msgstr ""
|
7531
7544
|
|
7532
|
-
#: ../lib/puppet/ssl/host.rb:
|
7545
|
+
#: ../lib/puppet/ssl/host.rb:572
|
7533
7546
|
msgid "No certificate for %{cert_name} on CA"
|
7534
7547
|
msgstr ""
|
7535
7548
|
|
7536
|
-
#: ../lib/puppet/ssl/host.rb:
|
7549
|
+
#: ../lib/puppet/ssl/host.rb:575
|
7537
7550
|
msgid "Could not download host certificate: %{message}"
|
7538
7551
|
msgstr ""
|
7539
7552
|
|
@@ -8034,14 +8047,26 @@ msgstr ""
|
|
8034
8047
|
msgid "Could not create %{type} filebucket: %{detail}"
|
8035
8048
|
msgstr ""
|
8036
8049
|
|
8037
|
-
#: ../lib/puppet/type/group.rb:
|
8050
|
+
#: ../lib/puppet/type/group.rb:61
|
8038
8051
|
msgid "GID cannot be deleted"
|
8039
8052
|
msgstr ""
|
8040
8053
|
|
8041
|
-
#: ../lib/puppet/type/group.rb:
|
8054
|
+
#: ../lib/puppet/type/group.rb:73
|
8042
8055
|
msgid "Invalid GID %{gid}"
|
8043
8056
|
msgstr ""
|
8044
8057
|
|
8058
|
+
#: ../lib/puppet/type/group.rb:92
|
8059
|
+
msgid "The members property must be specified as either an array of strings, or as a single string consisting of a comma-separated list of members"
|
8060
|
+
msgstr ""
|
8061
|
+
|
8062
|
+
#: ../lib/puppet/type/group.rb:96
|
8063
|
+
msgid "User names must be provided, not UID numbers."
|
8064
|
+
msgstr ""
|
8065
|
+
|
8066
|
+
#: ../lib/puppet/type/group.rb:100
|
8067
|
+
msgid "User names must not be empty. If you want to specify \"no users\" pass an empty array"
|
8068
|
+
msgstr ""
|
8069
|
+
|
8045
8070
|
#: ../lib/puppet/type/package.rb:114 ../lib/puppet/type/package.rb:128
|
8046
8071
|
msgid "Could not update: %{detail}"
|
8047
8072
|
msgstr ""
|
@@ -8078,31 +8103,31 @@ msgstr ""
|
|
8078
8103
|
msgid "Could not find resource type"
|
8079
8104
|
msgstr ""
|
8080
8105
|
|
8081
|
-
#: ../lib/puppet/type/schedule.rb:
|
8106
|
+
#: ../lib/puppet/type/schedule.rb:103
|
8082
8107
|
msgid "Invalid range value '%{value}'"
|
8083
8108
|
msgstr ""
|
8084
8109
|
|
8085
|
-
#: ../lib/puppet/type/schedule.rb:
|
8110
|
+
#: ../lib/puppet/type/schedule.rb:120
|
8086
8111
|
msgid "Invalid range %{value}"
|
8087
8112
|
msgstr ""
|
8088
8113
|
|
8089
|
-
#: ../lib/puppet/type/schedule.rb:
|
8114
|
+
#: ../lib/puppet/type/schedule.rb:129
|
8090
8115
|
msgid "Invalid hour '%{n}'"
|
8091
8116
|
msgstr ""
|
8092
8117
|
|
8093
|
-
#: ../lib/puppet/type/schedule.rb:
|
8118
|
+
#: ../lib/puppet/type/schedule.rb:133
|
8094
8119
|
msgid "Invalid minute '%{n}'"
|
8095
8120
|
msgstr ""
|
8096
8121
|
|
8097
|
-
#: ../lib/puppet/type/schedule.rb:
|
8122
|
+
#: ../lib/puppet/type/schedule.rb:278
|
8098
8123
|
msgid "Repeat must be a number"
|
8099
8124
|
msgstr ""
|
8100
8125
|
|
8101
|
-
#: ../lib/puppet/type/schedule.rb:
|
8126
|
+
#: ../lib/puppet/type/schedule.rb:287
|
8102
8127
|
msgid "Repeat must be 1 unless periodmatch is 'distance', not '%{period}'"
|
8103
8128
|
msgstr ""
|
8104
8129
|
|
8105
|
-
#: ../lib/puppet/type/schedule.rb:
|
8130
|
+
#: ../lib/puppet/type/schedule.rb:331
|
8106
8131
|
msgid "%{value} is not a valid day of the week"
|
8107
8132
|
msgstr ""
|
8108
8133
|
|
@@ -8579,19 +8604,23 @@ msgstr ""
|
|
8579
8604
|
msgid "%{klass} failed with error %{error_type}: %{detail}"
|
8580
8605
|
msgstr ""
|
8581
8606
|
|
8582
|
-
#: ../lib/puppet/util/execution.rb:
|
8607
|
+
#: ../lib/puppet/util/execution.rb:194
|
8608
|
+
msgid "Working directory %{cwd} does not exist!"
|
8609
|
+
msgstr ""
|
8610
|
+
|
8611
|
+
#: ../lib/puppet/util/execution.rb:284
|
8583
8612
|
msgid "Could not get output"
|
8584
8613
|
msgstr ""
|
8585
8614
|
|
8586
|
-
#: ../lib/puppet/util/execution.rb:
|
8615
|
+
#: ../lib/puppet/util/execution.rb:293
|
8587
8616
|
msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
|
8588
8617
|
msgstr ""
|
8589
8618
|
|
8590
|
-
#: ../lib/puppet/util/execution.rb:
|
8619
|
+
#: ../lib/puppet/util/execution.rb:370
|
8591
8620
|
msgid "Could not execute posix command: %{detail}"
|
8592
8621
|
msgstr ""
|
8593
8622
|
|
8594
|
-
#: ../lib/puppet/util/execution.rb:
|
8623
|
+
#: ../lib/puppet/util/execution.rb:418
|
8595
8624
|
msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
|
8596
8625
|
msgstr ""
|
8597
8626
|
|
@@ -8871,15 +8900,19 @@ msgstr ""
|
|
8871
8900
|
msgid "Unable to write the file %{file_path}. %{error}"
|
8872
8901
|
msgstr ""
|
8873
8902
|
|
8874
|
-
#: ../lib/puppet/util/posix.rb:
|
8903
|
+
#: ../lib/puppet/util/posix.rb:22
|
8904
|
+
msgid "Removing any duplicate group entries"
|
8905
|
+
msgstr ""
|
8906
|
+
|
8907
|
+
#: ../lib/puppet/util/posix.rb:35
|
8875
8908
|
msgid "Did not get id from caller"
|
8876
8909
|
msgstr ""
|
8877
8910
|
|
8878
|
-
#: ../lib/puppet/util/posix.rb:
|
8911
|
+
#: ../lib/puppet/util/posix.rb:39 ../lib/puppet/util/posix.rb:64
|
8879
8912
|
msgid "Tried to get %{field} field for silly id %{id}"
|
8880
8913
|
msgstr ""
|
8881
8914
|
|
8882
|
-
#: ../lib/puppet/util/posix.rb:
|
8915
|
+
#: ../lib/puppet/util/posix.rb:92 ../lib/puppet/util/posix.rb:102 ../lib/puppet/util/posix.rb:112
|
8883
8916
|
msgid "Can only handle users and groups"
|
8884
8917
|
msgstr ""
|
8885
8918
|
|
@@ -9084,7 +9117,7 @@ msgid "Subclass must implement class-level method 'list_all'!"
|
|
9084
9117
|
msgstr ""
|
9085
9118
|
|
9086
9119
|
#: ../lib/puppet/util/windows/adsi.rb:253
|
9087
|
-
msgid "Puppet is not able to create/delete domain %{object_class}
|
9120
|
+
msgid "Puppet is not able to create/delete domain %{object_class} objects with the %{object_class} resource."
|
9088
9121
|
msgstr ""
|
9089
9122
|
|
9090
9123
|
#: ../lib/puppet/util/windows/adsi.rb:257
|
@@ -9095,15 +9128,19 @@ msgstr ""
|
|
9095
9128
|
msgid "Cannot create user if group '%{name}' exists."
|
9096
9129
|
msgstr ""
|
9097
9130
|
|
9098
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9131
|
+
#: ../lib/puppet/util/windows/adsi.rb:423
|
9132
|
+
msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
|
9133
|
+
msgstr ""
|
9134
|
+
|
9135
|
+
#: ../lib/puppet/util/windows/adsi.rb:447
|
9099
9136
|
msgid "Failed to get user name"
|
9100
9137
|
msgstr ""
|
9101
9138
|
|
9102
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9139
|
+
#: ../lib/puppet/util/windows/adsi.rb:484
|
9103
9140
|
msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
|
9104
9141
|
msgstr ""
|
9105
9142
|
|
9106
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9143
|
+
#: ../lib/puppet/util/windows/adsi.rb:502
|
9107
9144
|
msgid "Cannot create group if user '%{name}' exists."
|
9108
9145
|
msgstr ""
|
9109
9146
|
|
@@ -9179,27 +9216,27 @@ msgstr ""
|
|
9179
9216
|
msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
|
9180
9217
|
msgstr ""
|
9181
9218
|
|
9182
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9219
|
+
#: ../lib/puppet/util/windows/process.rb:39
|
9183
9220
|
msgid "Failed to get child process exit code"
|
9184
9221
|
msgstr ""
|
9185
9222
|
|
9186
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9223
|
+
#: ../lib/puppet/util/windows/process.rb:232
|
9187
9224
|
msgid "GetVersionEx failed"
|
9188
9225
|
msgstr ""
|
9189
9226
|
|
9190
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9227
|
+
#: ../lib/puppet/util/windows/process.rb:261
|
9191
9228
|
msgid "Discarding environment variable %{string} which contains invalid bytes"
|
9192
9229
|
msgstr ""
|
9193
9230
|
|
9194
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9231
|
+
#: ../lib/puppet/util/windows/process.rb:277
|
9195
9232
|
msgid "environment variable name must not be nil or empty"
|
9196
9233
|
msgstr ""
|
9197
9234
|
|
9198
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9235
|
+
#: ../lib/puppet/util/windows/process.rb:282
|
9199
9236
|
msgid "Failed to remove environment variable: %{name}"
|
9200
9237
|
msgstr ""
|
9201
9238
|
|
9202
|
-
#: ../lib/puppet/util/windows/process.rb:
|
9239
|
+
#: ../lib/puppet/util/windows/process.rb:287
|
9203
9240
|
msgid "Failed to set environment variable: %{name}"
|
9204
9241
|
msgstr ""
|
9205
9242
|
|
@@ -9295,56 +9332,56 @@ msgstr ""
|
|
9295
9332
|
msgid "Failed to set security information"
|
9296
9333
|
msgstr ""
|
9297
9334
|
|
9298
|
-
#: ../lib/puppet/util/windows/service.rb:256
|
9299
|
-
msgid "Failed to start the service"
|
9300
|
-
msgstr ""
|
9301
|
-
|
9302
9335
|
#: ../lib/puppet/util/windows/service.rb:259
|
9303
|
-
msgid "Failed to start the service
|
9336
|
+
msgid "Failed to start the service"
|
9304
9337
|
msgstr ""
|
9305
9338
|
|
9306
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9339
|
+
#: ../lib/puppet/util/windows/service.rb:275
|
9307
9340
|
msgid "Failed to send stop control to service, current state is %{current_state}. Failed with"
|
9308
9341
|
msgstr ""
|
9309
9342
|
|
9310
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9311
|
-
msgid "Failed to stop the service, after calling ControlService the service is not in SERVICE_STOP_PENDING or SERVICE_STOPPED"
|
9312
|
-
msgstr ""
|
9313
|
-
|
9314
|
-
#: ../lib/puppet/util/windows/service.rb:298
|
9343
|
+
#: ../lib/puppet/util/windows/service.rb:294
|
9315
9344
|
msgid "Unknown Service state '%{current_state}' for '%{service_name}'"
|
9316
9345
|
msgstr ""
|
9317
9346
|
|
9318
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9347
|
+
#: ../lib/puppet/util/windows/service.rb:311
|
9319
9348
|
msgid "Unknown start type '%{start_type}' for '%{service_name}'"
|
9320
9349
|
msgstr ""
|
9321
9350
|
|
9322
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9351
|
+
#: ../lib/puppet/util/windows/service.rb:326
|
9323
9352
|
msgid "Unknown start type %{start_type}"
|
9324
9353
|
msgstr ""
|
9325
9354
|
|
9326
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9355
|
+
#: ../lib/puppet/util/windows/service.rb:347
|
9327
9356
|
msgid "Failed to update service configuration"
|
9328
9357
|
msgstr ""
|
9329
9358
|
|
9330
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9359
|
+
#: ../lib/puppet/util/windows/service.rb:407
|
9331
9360
|
msgid "Failed to fetch services"
|
9332
9361
|
msgstr ""
|
9333
9362
|
|
9334
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9363
|
+
#: ../lib/puppet/util/windows/service.rb:453
|
9335
9364
|
msgid "Failed to open a handle to the service"
|
9336
9365
|
msgstr ""
|
9337
9366
|
|
9338
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9367
|
+
#: ../lib/puppet/util/windows/service.rb:468
|
9339
9368
|
msgid "Failed to open a handle to the service control manager"
|
9340
9369
|
msgstr ""
|
9341
9370
|
|
9342
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9371
|
+
#: ../lib/puppet/util/windows/service.rb:532 ../lib/puppet/util/windows/service.rb:568
|
9343
9372
|
msgid "Service query failed"
|
9344
9373
|
msgstr ""
|
9345
9374
|
|
9346
|
-
#: ../lib/puppet/util/windows/service.rb:
|
9347
|
-
msgid "
|
9375
|
+
#: ../lib/puppet/util/windows/service.rb:594
|
9376
|
+
msgid "Transition timed out, service still in %{current_state}"
|
9377
|
+
msgstr ""
|
9378
|
+
|
9379
|
+
#: ../lib/puppet/util/windows/service.rb:616
|
9380
|
+
msgid "Service was not in pending state: %{pending_state}, current state is %{current_state}"
|
9381
|
+
msgstr ""
|
9382
|
+
|
9383
|
+
#: ../lib/puppet/util/windows/service.rb:634
|
9384
|
+
msgid "Pending operation timed out, service still in %{current_state}"
|
9348
9385
|
msgstr ""
|
9349
9386
|
|
9350
9387
|
#: ../lib/puppet/util/windows/sid.rb:93
|
@@ -9409,59 +9446,59 @@ msgid "Given data_type value is not a data type, got '%{type}'"
|
|
9409
9446
|
msgstr ""
|
9410
9447
|
|
9411
9448
|
#. TRANSLATORS 'type' and 'title' are internal parameter names - do not translate
|
9412
|
-
#: ../lib/puppet_pal.rb:
|
9449
|
+
#: ../lib/puppet_pal.rb:455
|
9413
9450
|
msgid "Both type and title must be given"
|
9414
9451
|
msgstr ""
|
9415
9452
|
|
9416
9453
|
#. TRANSLATORS: do not translate the variable names in this error message
|
9417
9454
|
#. TRANSLATORS: do not translate the variable names in this error message
|
9418
|
-
#: ../lib/puppet_pal.rb:
|
9455
|
+
#: ../lib/puppet_pal.rb:684 ../lib/puppet_pal.rb:777
|
9419
9456
|
msgid "manifest_file or code_string cannot be given when configured_by_env is true"
|
9420
9457
|
msgstr ""
|
9421
9458
|
|
9422
|
-
#: ../lib/puppet_pal.rb:
|
9459
|
+
#: ../lib/puppet_pal.rb:817
|
9423
9460
|
msgid "temporary environment name"
|
9424
9461
|
msgstr ""
|
9425
9462
|
|
9426
9463
|
#. TRANSLATORS: do not translate variable name string in these assertions
|
9427
|
-
#: ../lib/puppet_pal.rb:
|
9464
|
+
#: ../lib/puppet_pal.rb:822
|
9428
9465
|
msgid "A block must be given to 'in_tmp_environment'"
|
9429
9466
|
msgstr ""
|
9430
9467
|
|
9431
9468
|
#. TRANSLATORS terms in the assertions below are names of terms in code
|
9432
|
-
#: ../lib/puppet_pal.rb:
|
9469
|
+
#: ../lib/puppet_pal.rb:876
|
9433
9470
|
msgid "A block must be given to 'in_environment'"
|
9434
9471
|
msgstr ""
|
9435
9472
|
|
9436
9473
|
#. TRANSLATORS 'in_environment' is a name, do not translate
|
9437
|
-
#: ../lib/puppet_pal.rb:
|
9474
|
+
#: ../lib/puppet_pal.rb:881
|
9438
9475
|
msgid "The environment directory '%{env_dir}' does not exist"
|
9439
9476
|
msgstr ""
|
9440
9477
|
|
9441
|
-
#: ../lib/puppet_pal.rb:
|
9478
|
+
#: ../lib/puppet_pal.rb:904
|
9442
9479
|
msgid "No directory found for the environment '%{env_name}' on the path '%{envpath}'"
|
9443
9480
|
msgstr ""
|
9444
9481
|
|
9445
|
-
#: ../lib/puppet_pal.rb:
|
9482
|
+
#: ../lib/puppet_pal.rb:958
|
9446
9483
|
msgid "Given variables must be a hash, got %{type}"
|
9447
9484
|
msgstr ""
|
9448
9485
|
|
9449
|
-
#: ../lib/puppet_pal.rb:
|
9486
|
+
#: ../lib/puppet_pal.rb:964
|
9450
9487
|
msgid "Given variable '%{varname}' has illegal name"
|
9451
9488
|
msgstr ""
|
9452
9489
|
|
9453
|
-
#: ../lib/puppet_pal.rb:
|
9490
|
+
#: ../lib/puppet_pal.rb:968
|
9454
9491
|
msgid "Given value for '%{varname}' has illegal type - got: %{type}"
|
9455
9492
|
msgstr ""
|
9456
9493
|
|
9457
|
-
#: ../lib/puppet_pal.rb:
|
9494
|
+
#: ../lib/puppet_pal.rb:1108
|
9458
9495
|
msgid "Puppet Pal: %{what}"
|
9459
9496
|
msgstr ""
|
9460
9497
|
|
9461
|
-
#: ../lib/puppet_pal.rb:
|
9498
|
+
#: ../lib/puppet_pal.rb:1122
|
9462
9499
|
msgid "Cannot use '%{a_term}' and '%{b_term}' at the same time"
|
9463
9500
|
msgstr ""
|
9464
9501
|
|
9465
|
-
#: ../lib/puppet_pal.rb:
|
9502
|
+
#: ../lib/puppet_pal.rb:1129
|
9466
9503
|
msgid "A block must be given"
|
9467
9504
|
msgstr ""
|