puppet 5.5.6-x86-mingw32 → 5.5.7-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.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/Gemfile.lock +12 -12
- data/Rakefile +9 -0
- data/lib/puppet/application.rb +5 -0
- data/lib/puppet/application/apply.rb +1 -0
- data/lib/puppet/application/master.rb +9 -7
- data/lib/puppet/application/script.rb +1 -1
- data/lib/puppet/defaults.rb +51 -31
- data/lib/puppet/etc.rb +20 -0
- data/lib/puppet/file_serving/fileset.rb +1 -1
- data/lib/puppet/functions.rb +123 -0
- data/lib/puppet/functions/new.rb +37 -53
- data/lib/puppet/functions/warning.rb +1 -1
- data/lib/puppet/loaders.rb +1 -0
- data/lib/puppet/parser/functions.rb +3 -1
- data/lib/puppet/parser/functions/sprintf.rb +12 -1
- data/lib/puppet/pops/evaluator/runtime3_converter.rb +16 -0
- data/lib/puppet/pops/evaluator/runtime3_support.rb +3 -4
- data/lib/puppet/pops/issues.rb +8 -0
- data/lib/puppet/pops/loader/loader.rb +2 -2
- data/lib/puppet/pops/loader/loader_paths.rb +3 -1
- data/lib/puppet/pops/loader/module_loaders.rb +1 -1
- data/lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb +62 -0
- data/lib/puppet/pops/loaders.rb +5 -21
- data/lib/puppet/pops/parser/heredoc_support.rb +1 -2
- data/lib/puppet/pops/parser/lexer2.rb +1 -1
- data/lib/puppet/pops/validation/checker4_0.rb +31 -6
- data/lib/puppet/pops/validation/validator_factory_4_0.rb +1 -0
- data/lib/puppet/property/keyvalue.rb +70 -8
- data/lib/puppet/provider/aix_object.rb +483 -0
- data/lib/puppet/provider/exec.rb +54 -57
- data/lib/puppet/provider/group/aix.rb +40 -115
- 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/package/windows.rb +2 -2
- data/lib/puppet/provider/package/windows/exe_package.rb +3 -10
- data/lib/puppet/provider/package/zypper.rb +1 -1
- data/lib/puppet/provider/service/launchd.rb +19 -3
- data/lib/puppet/provider/service/windows.rb +49 -40
- data/lib/puppet/provider/user/aix.rb +180 -246
- data/lib/puppet/provider/user/windows_adsi.rb +9 -1
- data/lib/puppet/resource/catalog.rb +1 -5
- data/lib/puppet/type/augeas.rb +1 -1
- data/lib/puppet/type/exec.rb +16 -14
- data/lib/puppet/type/file.rb +2 -2
- data/lib/puppet/type/file/source.rb +9 -5
- data/lib/puppet/type/group.rb +65 -23
- data/lib/puppet/type/k5login.rb +2 -2
- data/lib/puppet/type/notify.rb +1 -1
- data/lib/puppet/type/package.rb +3 -6
- data/lib/puppet/type/resources.rb +12 -2
- data/lib/puppet/type/schedule.rb +8 -1
- data/lib/puppet/type/selboolean.rb +2 -2
- data/lib/puppet/type/selmodule.rb +3 -4
- data/lib/puppet/type/service.rb +2 -5
- data/lib/puppet/type/tidy.rb +1 -1
- data/lib/puppet/type/user.rb +15 -20
- data/lib/puppet/type/yumrepo.rb +2 -2
- data/lib/puppet/type/zone.rb +2 -2
- data/lib/puppet/util.rb +7 -3
- data/lib/puppet/util/execution.rb +15 -1
- data/lib/puppet/util/posix.rb +15 -0
- data/lib/puppet/util/storage.rb +12 -0
- data/lib/puppet/util/windows.rb +4 -2
- data/lib/puppet/util/windows/adsi.rb +235 -205
- data/lib/puppet/util/windows/process.rb +23 -3
- data/lib/puppet/util/windows/security.rb +14 -0
- data/lib/puppet/util/windows/service.rb +977 -0
- data/lib/puppet/util/windows/user.rb +3 -5
- data/lib/puppet/version.rb +1 -1
- data/locales/ja/puppet.po +705 -374
- data/locales/puppet.pot +485 -261
- data/man/man5/puppet.conf.5 +36 -15
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-ca.8 +1 -1
- data/man/man8/puppet-catalog.8 +1 -1
- data/man/man8/puppet-cert.8 +1 -1
- data/man/man8/puppet-certificate.8 +1 -1
- data/man/man8/puppet-certificate_request.8 +1 -1
- data/man/man8/puppet-certificate_revocation_list.8 +1 -1
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-key.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-man.8 +1 -1
- data/man/man8/puppet-master.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-status.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- data/spec/fixtures/unit/provider/aix_object/aix_colon_list_real_world_input.out +1 -0
- data/spec/fixtures/unit/provider/aix_object/aix_colon_list_real_world_output.out +1 -0
- data/spec/fixtures/unit/provider/user/aix/aix_passwd_file.out +32 -0
- data/spec/integration/parser/collection_spec.rb +4 -8
- data/spec/integration/provider/service/windows_spec.rb +5 -5
- data/spec/integration/type/file_spec.rb +6 -6
- data/spec/integration/util/windows/adsi_spec.rb +6 -5
- data/spec/integration/util/windows/security_spec.rb +10 -7
- data/spec/integration/util/windows/user_spec.rb +37 -17
- data/spec/spec_helper.rb +0 -1
- data/spec/unit/application/apply_spec.rb +41 -2
- data/spec/unit/application/master_spec.rb +7 -0
- data/spec/unit/application_spec.rb +21 -3
- data/spec/unit/defaults_spec.rb +20 -0
- data/spec/unit/etc_spec.rb +25 -0
- data/spec/unit/file_serving/fileset_spec.rb +11 -11
- data/spec/unit/gettext/config_spec.rb +1 -1
- data/spec/unit/pops/evaluator/evaluating_parser_spec.rb +6 -6
- data/spec/unit/pops/loaders/loaders_spec.rb +40 -7
- data/spec/unit/pops/parser/parse_heredoc_spec.rb +16 -0
- data/spec/unit/pops/validator/validator_spec.rb +129 -10
- data/spec/unit/property/keyvalue_spec.rb +97 -6
- data/spec/unit/provider/aix_object_spec.rb +805 -0
- data/spec/unit/provider/group/aix_spec.rb +57 -0
- 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/package/windows/exe_package_spec.rb +3 -3
- data/spec/unit/provider/package/windows_spec.rb +4 -4
- data/spec/unit/provider/service/launchd_spec.rb +19 -0
- data/spec/unit/provider/service/windows_spec.rb +71 -78
- data/spec/unit/provider/user/aix_spec.rb +162 -116
- data/spec/unit/provider/user/windows_adsi_spec.rb +4 -4
- data/spec/unit/resource/catalog_spec.rb +2 -2
- data/spec/unit/ssl/certificate_authority_spec.rb +0 -1
- data/spec/unit/type/group_spec.rb +111 -13
- data/spec/unit/type/resources_spec.rb +18 -0
- data/spec/unit/util/execution_spec.rb +77 -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 +108 -13
- data/spec/unit/util/windows/service_spec.rb +669 -0
- metadata +17 -5
- data/lib/puppet/provider/aixobject.rb +0 -392
- data/spec/unit/provider/aixobject_spec.rb +0 -101
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 5.5.
|
9
|
+
"Project-Id-Version: Puppet automation framework 5.5.6-182-g088460f\n"
|
10
10
|
"\n"
|
11
11
|
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
|
12
|
-
"POT-Creation-Date: 2018-
|
13
|
-
"PO-Revision-Date: 2018-
|
12
|
+
"POT-Creation-Date: 2018-10-10 17:59+0000\n"
|
13
|
+
"PO-Revision-Date: 2018-10-10 17:59+0000\n"
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
16
16
|
"Language: \n"
|
@@ -646,38 +646,46 @@ msgid "Valid values are %{values}."
|
|
646
646
|
msgstr ""
|
647
647
|
|
648
648
|
#. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
|
649
|
-
#: ../lib/puppet/defaults.rb:
|
649
|
+
#: ../lib/puppet/defaults.rb:473
|
650
650
|
msgid "Setting 'data_binding_terminus' is deprecated."
|
651
651
|
msgstr ""
|
652
652
|
|
653
653
|
#. TRANSLATORS 'hiera' should not be translated
|
654
|
-
#: ../lib/puppet/defaults.rb:
|
654
|
+
#: ../lib/puppet/defaults.rb:475
|
655
655
|
msgid "Convert custom terminus to hiera 5 API."
|
656
656
|
msgstr ""
|
657
657
|
|
658
658
|
#. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
|
659
|
-
#: ../lib/puppet/defaults.rb:
|
659
|
+
#: ../lib/puppet/defaults.rb:629
|
660
660
|
msgid "Setting 'environment_data_provider' is deprecated."
|
661
661
|
msgstr ""
|
662
662
|
|
663
|
-
#: ../lib/puppet/defaults.rb:
|
663
|
+
#: ../lib/puppet/defaults.rb:731
|
664
664
|
msgid "Certificate names must be lower case"
|
665
665
|
msgstr ""
|
666
666
|
|
667
|
-
#: ../lib/puppet/defaults.rb:
|
667
|
+
#: ../lib/puppet/defaults.rb:972 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
|
668
668
|
msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
|
669
669
|
msgstr ""
|
670
670
|
|
671
|
-
#: ../lib/puppet/defaults.rb:
|
671
|
+
#: ../lib/puppet/defaults.rb:1034 ../lib/puppet/defaults.rb:1061
|
672
|
+
msgid "The 'caprivatedir' setting is deprecated and will be removed in Puppet 6."
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
#: ../lib/puppet/defaults.rb:1531 ../lib/puppet/defaults.rb:1546
|
672
676
|
msgid "Attempted to set both server and server_list."
|
673
677
|
msgstr ""
|
674
678
|
|
675
|
-
#: ../lib/puppet/defaults.rb:
|
679
|
+
#: ../lib/puppet/defaults.rb:1532 ../lib/puppet/defaults.rb:1547
|
676
680
|
msgid "Server setting will not be used."
|
677
681
|
msgstr ""
|
678
682
|
|
683
|
+
#: ../lib/puppet/defaults.rb:1817 ../lib/puppet/settings.rb:1167
|
684
|
+
msgid "Setting %{name} is deprecated."
|
685
|
+
msgstr ""
|
686
|
+
|
679
687
|
#. TRANSLATORS 'pluginsync' is a setting and should not be translated
|
680
|
-
#: ../lib/puppet/defaults.rb:
|
688
|
+
#: ../lib/puppet/defaults.rb:1868
|
681
689
|
msgid "Setting 'pluginsync' is deprecated."
|
682
690
|
msgstr ""
|
683
691
|
|
@@ -2143,62 +2151,62 @@ msgstr ""
|
|
2143
2151
|
msgid "No loader present. Call create_loaded_function(:myname, loader,...), instead of 'create_function' if running tests"
|
2144
2152
|
msgstr ""
|
2145
2153
|
|
2146
|
-
#: ../lib/puppet/functions.rb:
|
2154
|
+
#: ../lib/puppet/functions.rb:414
|
2147
2155
|
msgid "A required parameter cannot be added after an optional parameter"
|
2148
2156
|
msgstr ""
|
2149
2157
|
|
2150
|
-
#: ../lib/puppet/functions.rb:
|
2158
|
+
#: ../lib/puppet/functions.rb:463
|
2151
2159
|
msgid "A required repeated parameter cannot be added after an optional parameter"
|
2152
2160
|
msgstr ""
|
2153
2161
|
|
2154
|
-
#: ../lib/puppet/functions.rb:
|
2162
|
+
#: ../lib/puppet/functions.rb:485
|
2155
2163
|
msgid "block_param accepts max 2 arguments (type, name), got %{size}."
|
2156
2164
|
msgstr ""
|
2157
2165
|
|
2158
|
-
#: ../lib/puppet/functions.rb:
|
2166
|
+
#: ../lib/puppet/functions.rb:489
|
2159
2167
|
msgid "Expected PCallableType or PVariantType thereof, got %{type_class}"
|
2160
2168
|
msgstr ""
|
2161
2169
|
|
2162
|
-
#: ../lib/puppet/functions.rb:
|
2170
|
+
#: ../lib/puppet/functions.rb:493
|
2163
2171
|
msgid "Expected block_param name to be a Symbol, got %{name_class}"
|
2164
2172
|
msgstr ""
|
2165
2173
|
|
2166
|
-
#: ../lib/puppet/functions.rb:
|
2174
|
+
#: ../lib/puppet/functions.rb:500
|
2167
2175
|
msgid "Attempt to redefine block"
|
2168
2176
|
msgstr ""
|
2169
2177
|
|
2170
|
-
#: ../lib/puppet/functions.rb:
|
2178
|
+
#: ../lib/puppet/functions.rb:522
|
2171
2179
|
msgid "Argument to 'return_type' must be a String reference to a Puppet Data Type. Got %{type_class}"
|
2172
2180
|
msgstr ""
|
2173
2181
|
|
2174
|
-
#: ../lib/puppet/functions.rb:
|
2182
|
+
#: ../lib/puppet/functions.rb:531
|
2175
2183
|
msgid "Parameters cannot be added after a block parameter"
|
2176
2184
|
msgstr ""
|
2177
2185
|
|
2178
|
-
#: ../lib/puppet/functions.rb:
|
2186
|
+
#: ../lib/puppet/functions.rb:532
|
2179
2187
|
msgid "Parameters cannot be added after a repeated parameter"
|
2180
2188
|
msgstr ""
|
2181
2189
|
|
2182
|
-
#: ../lib/puppet/functions.rb:
|
2190
|
+
#: ../lib/puppet/functions.rb:535
|
2183
2191
|
msgid "Parameter name argument must be a Symbol. Got %{name_class}"
|
2184
2192
|
msgstr ""
|
2185
2193
|
|
2186
|
-
#: ../lib/puppet/functions.rb:
|
2194
|
+
#: ../lib/puppet/functions.rb:548
|
2187
2195
|
msgid "Parameter 'type' must be a String reference to a Puppet Data Type. Got %{type_class}"
|
2188
2196
|
msgstr ""
|
2189
2197
|
|
2190
|
-
#: ../lib/puppet/functions.rb:
|
2198
|
+
#: ../lib/puppet/functions.rb:592
|
2191
2199
|
msgid ""
|
2192
2200
|
"Parsing of type string '\"%{type_string}\"' failed with message: <%{message}>.\n"
|
2193
2201
|
msgstr ""
|
2194
2202
|
|
2195
|
-
#: ../lib/puppet/functions.rb:
|
2203
|
+
#: ../lib/puppet/functions.rb:635
|
2196
2204
|
msgid ""
|
2197
2205
|
"Parsing of 'type \"%{assignment_string}\"' failed with message: <%{message}>.\n"
|
2198
2206
|
"Called from <%{ruby_file_location}>"
|
2199
2207
|
msgstr ""
|
2200
2208
|
|
2201
|
-
#: ../lib/puppet/functions.rb:
|
2209
|
+
#: ../lib/puppet/functions.rb:644
|
2202
2210
|
msgid ""
|
2203
2211
|
"Expected a type alias assignment on the form 'AliasType = T', got '%{assignment_string}'.\n"
|
2204
2212
|
"Called from <%{ruby_file_location}>"
|
@@ -4530,11 +4538,11 @@ msgstr ""
|
|
4530
4538
|
msgid "%{name}(): Wrong number of arguments given (%{arg_count} for minimum %{min_arg_count})"
|
4531
4539
|
msgstr ""
|
4532
4540
|
|
4533
|
-
#: ../lib/puppet/parser/functions.rb:
|
4541
|
+
#: ../lib/puppet/parser/functions.rb:178
|
4534
4542
|
msgid "custom functions must be called with a single array that contains the arguments. For example, function_example([1]) instead of function_example(1)"
|
4535
4543
|
msgstr ""
|
4536
4544
|
|
4537
|
-
#: ../lib/puppet/parser/functions.rb:
|
4545
|
+
#: ../lib/puppet/parser/functions.rb:276
|
4538
4546
|
msgid "%{name}() can only be called using the 4.x function API. See Scope#call_function"
|
4539
4547
|
msgstr ""
|
4540
4548
|
|
@@ -4938,7 +4946,7 @@ msgstr ""
|
|
4938
4946
|
msgid "Can only delete from an Array or Hash."
|
4939
4947
|
msgstr ""
|
4940
4948
|
|
4941
|
-
#: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:
|
4949
|
+
#: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:525
|
4942
4950
|
msgid "Internal Error: Configuration of runtime error handling wrong: should have raised exception"
|
4943
4951
|
msgstr ""
|
4944
4952
|
|
@@ -5289,404 +5297,412 @@ msgstr ""
|
|
5289
5297
|
msgid "Unacceptable location. The name '%{name}' is unacceptable in file '%{file}'"
|
5290
5298
|
msgstr ""
|
5291
5299
|
|
5292
|
-
#: ../lib/puppet/pops/issues.rb:
|
5300
|
+
#: ../lib/puppet/pops/issues.rb:495
|
5301
|
+
msgid "The %{value} '%{name}' is unacceptable as a top level construct in this location"
|
5302
|
+
msgstr ""
|
5303
|
+
|
5304
|
+
#: ../lib/puppet/pops/issues.rb:497
|
5305
|
+
msgid "This %{value} is unacceptable as a top level construct in this location"
|
5306
|
+
msgstr ""
|
5307
|
+
|
5308
|
+
#: ../lib/puppet/pops/issues.rb:502
|
5293
5309
|
msgid "Parameter $%{param} is not last, and has 'captures rest'"
|
5294
5310
|
msgstr ""
|
5295
5311
|
|
5296
|
-
#: ../lib/puppet/pops/issues.rb:
|
5312
|
+
#: ../lib/puppet/pops/issues.rb:506
|
5297
5313
|
msgid "Parameter $%{param} has 'captures rest' - not supported in %{container}"
|
5298
5314
|
msgstr ""
|
5299
5315
|
|
5300
|
-
#: ../lib/puppet/pops/issues.rb:
|
5316
|
+
#: ../lib/puppet/pops/issues.rb:510
|
5301
5317
|
msgid "Parameter $%{param} is required but appears after optional parameters"
|
5302
5318
|
msgstr ""
|
5303
5319
|
|
5304
|
-
#: ../lib/puppet/pops/issues.rb:
|
5320
|
+
#: ../lib/puppet/pops/issues.rb:514
|
5305
5321
|
msgid "Parameter $%{param} is required but no value was given"
|
5306
5322
|
msgstr ""
|
5307
5323
|
|
5308
|
-
#: ../lib/puppet/pops/issues.rb:
|
5324
|
+
#: ../lib/puppet/pops/issues.rb:518
|
5309
5325
|
msgid "The value '%{value}' cannot be converted to Numeric."
|
5310
5326
|
msgstr ""
|
5311
5327
|
|
5312
|
-
#: ../lib/puppet/pops/issues.rb:
|
5328
|
+
#: ../lib/puppet/pops/issues.rb:522
|
5313
5329
|
msgid "The string '%{before}' was automatically coerced to the numerical value %{after}"
|
5314
5330
|
msgstr ""
|
5315
5331
|
|
5316
|
-
#: ../lib/puppet/pops/issues.rb:
|
5332
|
+
#: ../lib/puppet/pops/issues.rb:526
|
5317
5333
|
msgid "Unknown function: '%{name}'."
|
5318
5334
|
msgstr ""
|
5319
5335
|
|
5320
|
-
#: ../lib/puppet/pops/issues.rb:
|
5336
|
+
#: ../lib/puppet/pops/issues.rb:530
|
5321
5337
|
msgid "Unknown variable: '%{name}'."
|
5322
5338
|
msgstr ""
|
5323
5339
|
|
5324
|
-
#: ../lib/puppet/pops/issues.rb:
|
5340
|
+
#: ../lib/puppet/pops/issues.rb:534
|
5325
5341
|
msgid "Error while evaluating %{expression}, %{detail}"
|
5326
5342
|
msgstr ""
|
5327
5343
|
|
5328
|
-
#: ../lib/puppet/pops/issues.rb:
|
5344
|
+
#: ../lib/puppet/pops/issues.rb:538
|
5329
5345
|
msgid "Resource type not found: %{res_type}"
|
5330
5346
|
msgstr ""
|
5331
5347
|
|
5332
|
-
#: ../lib/puppet/pops/issues.rb:
|
5348
|
+
#: ../lib/puppet/pops/issues.rb:542
|
5333
5349
|
msgid "Illegal Resource Type expression, expected result to be a type name, or untitled Resource, got %{actual}"
|
5334
5350
|
msgstr ""
|
5335
5351
|
|
5336
|
-
#: ../lib/puppet/pops/issues.rb:
|
5352
|
+
#: ../lib/puppet/pops/issues.rb:546
|
5337
5353
|
msgid "The title '%{title}' has already been used in this resource expression"
|
5338
5354
|
msgstr ""
|
5339
5355
|
|
5340
|
-
#: ../lib/puppet/pops/issues.rb:
|
5356
|
+
#: ../lib/puppet/pops/issues.rb:550
|
5341
5357
|
msgid "The attribute '%{attribute}' has already been set"
|
5342
5358
|
msgstr ""
|
5343
5359
|
|
5344
|
-
#: ../lib/puppet/pops/issues.rb:
|
5360
|
+
#: ../lib/puppet/pops/issues.rb:554
|
5345
5361
|
msgid "Missing title. The title expression resulted in undef"
|
5346
5362
|
msgstr ""
|
5347
5363
|
|
5348
|
-
#: ../lib/puppet/pops/issues.rb:
|
5364
|
+
#: ../lib/puppet/pops/issues.rb:558
|
5349
5365
|
msgid "Missing title at index %{index}. The title expression resulted in an undef title"
|
5350
5366
|
msgstr ""
|
5351
5367
|
|
5352
|
-
#: ../lib/puppet/pops/issues.rb:
|
5368
|
+
#: ../lib/puppet/pops/issues.rb:562
|
5353
5369
|
msgid "Illegal title type at index %{index}. Expected String, got %{actual}"
|
5354
5370
|
msgstr ""
|
5355
5371
|
|
5356
|
-
#: ../lib/puppet/pops/issues.rb:
|
5372
|
+
#: ../lib/puppet/pops/issues.rb:566
|
5357
5373
|
msgid "Empty string title at %{index}. Title strings must have a length greater than zero."
|
5358
5374
|
msgstr ""
|
5359
5375
|
|
5360
|
-
#: ../lib/puppet/pops/issues.rb:
|
5376
|
+
#: ../lib/puppet/pops/issues.rb:570
|
5361
5377
|
msgid "Resource not found: %{type_name}['%{title}']"
|
5362
5378
|
msgstr ""
|
5363
5379
|
|
5364
|
-
#: ../lib/puppet/pops/issues.rb:
|
5380
|
+
#: ../lib/puppet/pops/issues.rb:574
|
5365
5381
|
msgid "The resource %{type_name}['%{title}'] does not have a parameter called '%{param}'"
|
5366
5382
|
msgstr ""
|
5367
5383
|
|
5368
|
-
#: ../lib/puppet/pops/issues.rb:
|
5384
|
+
#: ../lib/puppet/pops/issues.rb:578
|
5369
5385
|
msgid "Division by 0"
|
5370
5386
|
msgstr ""
|
5371
5387
|
|
5372
|
-
#: ../lib/puppet/pops/issues.rb:
|
5388
|
+
#: ../lib/puppet/pops/issues.rb:582
|
5373
5389
|
msgid "The result of the %{operator} expression is Infinity"
|
5374
5390
|
msgstr ""
|
5375
5391
|
|
5376
|
-
#: ../lib/puppet/pops/issues.rb:
|
5392
|
+
#: ../lib/puppet/pops/issues.rb:587
|
5377
5393
|
msgid "Heredoc syntax specification has empty segment between '+' : '%{syntax}'"
|
5378
5394
|
msgstr ""
|
5379
5395
|
|
5380
|
-
#: ../lib/puppet/pops/issues.rb:
|
5396
|
+
#: ../lib/puppet/pops/issues.rb:591
|
5381
5397
|
msgid "Ambiguous EPP parameter expression. Probably missing '<%-' before parameters to remove leading whitespace"
|
5382
5398
|
msgstr ""
|
5383
5399
|
|
5384
5400
|
#. TRANSLATORS "import" is a function name and should not be translated
|
5385
|
-
#: ../lib/puppet/pops/issues.rb:
|
5401
|
+
#: ../lib/puppet/pops/issues.rb:596
|
5386
5402
|
msgid "Use of 'import' has been discontinued in favor of a manifest directory. See http://links.puppet.com/puppet-import-deprecation"
|
5387
5403
|
msgstr ""
|
5388
5404
|
|
5389
|
-
#: ../lib/puppet/pops/issues.rb:
|
5405
|
+
#: ../lib/puppet/pops/issues.rb:600
|
5390
5406
|
msgid "This %{expression} has no effect. A value was produced and then forgotten (one or more preceding expressions may have the wrong form)"
|
5391
5407
|
msgstr ""
|
5392
5408
|
|
5393
|
-
#: ../lib/puppet/pops/issues.rb:
|
5409
|
+
#: ../lib/puppet/pops/issues.rb:604
|
5394
5410
|
msgid "This expression is invalid. Did you try declaring a '%{name}' resource without a title?"
|
5395
5411
|
msgstr ""
|
5396
5412
|
|
5397
|
-
#: ../lib/puppet/pops/issues.rb:
|
5413
|
+
#: ../lib/puppet/pops/issues.rb:608
|
5398
5414
|
msgid "This %{expression} has no effect. %{container} can not end with a value-producing expression without other effect"
|
5399
5415
|
msgstr ""
|
5400
5416
|
|
5401
|
-
#: ../lib/puppet/pops/issues.rb:
|
5417
|
+
#: ../lib/puppet/pops/issues.rb:612
|
5402
5418
|
msgid "Use of reserved word: %{word}, must be quoted if intended to be a String value"
|
5403
5419
|
msgstr ""
|
5404
5420
|
|
5405
|
-
#: ../lib/puppet/pops/issues.rb:
|
5421
|
+
#: ../lib/puppet/pops/issues.rb:616
|
5406
5422
|
msgid "Use of future reserved word: '%{word}'"
|
5407
5423
|
msgstr ""
|
5408
5424
|
|
5409
|
-
#: ../lib/puppet/pops/issues.rb:
|
5425
|
+
#: ../lib/puppet/pops/issues.rb:620
|
5410
5426
|
msgid "The name: '%{name}' is already defined by Puppet and can not be used as the name of %{expression}."
|
5411
5427
|
msgstr ""
|
5412
5428
|
|
5413
|
-
#: ../lib/puppet/pops/issues.rb:
|
5429
|
+
#: ../lib/puppet/pops/issues.rb:624
|
5414
5430
|
msgid "No matching entry for selector parameter with value '%{param}'"
|
5415
5431
|
msgstr ""
|
5416
5432
|
|
5417
|
-
#: ../lib/puppet/pops/issues.rb:
|
5433
|
+
#: ../lib/puppet/pops/issues.rb:628
|
5418
5434
|
msgid "Node inheritance is not supported in Puppet >= 4.0.0. See http://links.puppet.com/puppet-node-inheritance-deprecation"
|
5419
5435
|
msgstr ""
|
5420
5436
|
|
5421
|
-
#: ../lib/puppet/pops/issues.rb:
|
5437
|
+
#: ../lib/puppet/pops/issues.rb:632
|
5422
5438
|
msgid "Resource Override can only operate on resources, got: %{actual}"
|
5423
5439
|
msgstr ""
|
5424
5440
|
|
5425
|
-
#: ../lib/puppet/pops/issues.rb:
|
5441
|
+
#: ../lib/puppet/pops/issues.rb:636
|
5426
5442
|
msgid "The parameter '%{param}' is declared more than once in the parameter list"
|
5427
5443
|
msgstr ""
|
5428
5444
|
|
5429
|
-
#: ../lib/puppet/pops/issues.rb:
|
5445
|
+
#: ../lib/puppet/pops/issues.rb:640
|
5430
5446
|
msgid "The key '%{key}' is declared more than once"
|
5431
5447
|
msgstr ""
|
5432
5448
|
|
5433
|
-
#: ../lib/puppet/pops/issues.rb:
|
5449
|
+
#: ../lib/puppet/pops/issues.rb:644
|
5434
5450
|
msgid "This %{container} already has a 'default' entry - this is a duplicate"
|
5435
5451
|
msgstr ""
|
5436
5452
|
|
5437
|
-
#: ../lib/puppet/pops/issues.rb:
|
5453
|
+
#: ../lib/puppet/pops/issues.rb:648
|
5438
5454
|
msgid "The parameter $%{param} redefines a built in parameter in %{container}"
|
5439
5455
|
msgstr ""
|
5440
5456
|
|
5441
|
-
#: ../lib/puppet/pops/issues.rb:
|
5457
|
+
#: ../lib/puppet/pops/issues.rb:652
|
5442
5458
|
msgid "Expected value of type %{expected}, got %{actual}"
|
5443
5459
|
msgstr ""
|
5444
5460
|
|
5445
|
-
#: ../lib/puppet/pops/issues.rb:
|
5461
|
+
#: ../lib/puppet/pops/issues.rb:656
|
5446
5462
|
msgid "Unfolding of attributes from Hash can only be used once per resource body"
|
5447
5463
|
msgstr ""
|
5448
5464
|
|
5449
|
-
#: ../lib/puppet/pops/issues.rb:
|
5465
|
+
#: ../lib/puppet/pops/issues.rb:660
|
5450
5466
|
msgid "This %{expression} appears in a context where catalog related expressions are not allowed"
|
5451
5467
|
msgstr ""
|
5452
5468
|
|
5453
|
-
#: ../lib/puppet/pops/issues.rb:
|
5469
|
+
#: ../lib/puppet/pops/issues.rb:664
|
5454
5470
|
msgid "Syntax error at %{location}"
|
5455
5471
|
msgstr ""
|
5456
5472
|
|
5457
|
-
#: ../lib/puppet/pops/issues.rb:
|
5473
|
+
#: ../lib/puppet/pops/issues.rb:668
|
5458
5474
|
msgid "Illegal class reference"
|
5459
5475
|
msgstr ""
|
5460
5476
|
|
5461
|
-
#: ../lib/puppet/pops/issues.rb:
|
5477
|
+
#: ../lib/puppet/pops/issues.rb:672
|
5462
5478
|
msgid "Illegal fully qualified class reference"
|
5463
5479
|
msgstr ""
|
5464
5480
|
|
5465
|
-
#: ../lib/puppet/pops/issues.rb:
|
5481
|
+
#: ../lib/puppet/pops/issues.rb:676
|
5466
5482
|
msgid "Illegal fully qualified name"
|
5467
5483
|
msgstr ""
|
5468
5484
|
|
5469
|
-
#: ../lib/puppet/pops/issues.rb:
|
5485
|
+
#: ../lib/puppet/pops/issues.rb:680
|
5470
5486
|
msgid "Illegal name or bare word"
|
5471
5487
|
msgstr ""
|
5472
5488
|
|
5473
|
-
#: ../lib/puppet/pops/issues.rb:
|
5489
|
+
#: ../lib/puppet/pops/issues.rb:684
|
5474
5490
|
msgid "Illegal number '%{value}'"
|
5475
5491
|
msgstr ""
|
5476
5492
|
|
5477
|
-
#: ../lib/puppet/pops/issues.rb:
|
5493
|
+
#: ../lib/puppet/pops/issues.rb:688
|
5478
5494
|
msgid "Unicode escape '\\u' was not followed by 4 hex digits or 1-6 hex digits in {} or was > 10ffff"
|
5479
5495
|
msgstr ""
|
5480
5496
|
|
5481
|
-
#: ../lib/puppet/pops/issues.rb:
|
5497
|
+
#: ../lib/puppet/pops/issues.rb:692
|
5482
5498
|
msgid "Not a valid hex number %{value}"
|
5483
5499
|
msgstr ""
|
5484
5500
|
|
5485
|
-
#: ../lib/puppet/pops/issues.rb:
|
5501
|
+
#: ../lib/puppet/pops/issues.rb:696
|
5486
5502
|
msgid "Not a valid octal number %{value}"
|
5487
5503
|
msgstr ""
|
5488
5504
|
|
5489
|
-
#: ../lib/puppet/pops/issues.rb:
|
5505
|
+
#: ../lib/puppet/pops/issues.rb:700
|
5490
5506
|
msgid "Not a valid decimal number %{value}"
|
5491
5507
|
msgstr ""
|
5492
5508
|
|
5493
|
-
#: ../lib/puppet/pops/issues.rb:
|
5509
|
+
#: ../lib/puppet/pops/issues.rb:704
|
5494
5510
|
msgid "Internal Error: No string or file given to lexer to process."
|
5495
5511
|
msgstr ""
|
5496
5512
|
|
5497
|
-
#: ../lib/puppet/pops/issues.rb:
|
5513
|
+
#: ../lib/puppet/pops/issues.rb:708
|
5498
5514
|
msgid "Unrecognized escape sequence '\\%{ch}'"
|
5499
5515
|
msgstr ""
|
5500
5516
|
|
5501
|
-
#: ../lib/puppet/pops/issues.rb:
|
5517
|
+
#: ../lib/puppet/pops/issues.rb:712
|
5502
5518
|
msgid "Unclosed quote after %{after} followed by '%{followed_by}'"
|
5503
5519
|
msgstr ""
|
5504
5520
|
|
5505
|
-
#: ../lib/puppet/pops/issues.rb:
|
5521
|
+
#: ../lib/puppet/pops/issues.rb:716
|
5506
5522
|
msgid "Unclosed multiline comment"
|
5507
5523
|
msgstr ""
|
5508
5524
|
|
5509
|
-
#: ../lib/puppet/pops/issues.rb:
|
5525
|
+
#: ../lib/puppet/pops/issues.rb:720
|
5510
5526
|
msgid "Internal error: %{error}"
|
5511
5527
|
msgstr ""
|
5512
5528
|
|
5513
|
-
#: ../lib/puppet/pops/issues.rb:
|
5529
|
+
#: ../lib/puppet/pops/issues.rb:724
|
5514
5530
|
msgid "Unbalanced epp tag, reached <eof> without closing tag."
|
5515
5531
|
msgstr ""
|
5516
5532
|
|
5517
|
-
#: ../lib/puppet/pops/issues.rb:
|
5533
|
+
#: ../lib/puppet/pops/issues.rb:728
|
5518
5534
|
msgid "Reaching end after opening <%# without seeing %>"
|
5519
5535
|
msgstr ""
|
5520
5536
|
|
5521
|
-
#: ../lib/puppet/pops/issues.rb:
|
5537
|
+
#: ../lib/puppet/pops/issues.rb:732
|
5522
5538
|
msgid "Unbalanced embedded expression - opening <% and reaching end of input"
|
5523
5539
|
msgstr ""
|
5524
5540
|
|
5525
|
-
#: ../lib/puppet/pops/issues.rb:
|
5541
|
+
#: ../lib/puppet/pops/issues.rb:736
|
5526
5542
|
msgid "Unclosed parenthesis after '@(' followed by '%{followed_by}'"
|
5527
5543
|
msgstr ""
|
5528
5544
|
|
5529
|
-
#: ../lib/puppet/pops/issues.rb:
|
5545
|
+
#: ../lib/puppet/pops/issues.rb:740
|
5530
5546
|
msgid "Heredoc without end-tagged line"
|
5531
5547
|
msgstr ""
|
5532
5548
|
|
5533
|
-
#: ../lib/puppet/pops/issues.rb:
|
5549
|
+
#: ../lib/puppet/pops/issues.rb:744
|
5534
5550
|
msgid "Invalid heredoc escape char. Only t, r, n, s, u, L, $ allowed. Got '%{actual}'"
|
5535
5551
|
msgstr ""
|
5536
5552
|
|
5537
|
-
#: ../lib/puppet/pops/issues.rb:
|
5553
|
+
#: ../lib/puppet/pops/issues.rb:748
|
5538
5554
|
msgid "Invalid syntax in heredoc expected @(endtag[:syntax][/escapes])"
|
5539
5555
|
msgstr ""
|
5540
5556
|
|
5541
|
-
#: ../lib/puppet/pops/issues.rb:
|
5557
|
+
#: ../lib/puppet/pops/issues.rb:752
|
5542
5558
|
msgid "Heredoc without any following lines of text"
|
5543
5559
|
msgstr ""
|
5544
5560
|
|
5545
|
-
#: ../lib/puppet/pops/issues.rb:
|
5561
|
+
#: ../lib/puppet/pops/issues.rb:756
|
5546
5562
|
msgid "Heredoc with an empty endtag"
|
5547
5563
|
msgstr ""
|
5548
5564
|
|
5549
|
-
#: ../lib/puppet/pops/issues.rb:
|
5565
|
+
#: ../lib/puppet/pops/issues.rb:760
|
5550
5566
|
msgid "An escape char for @() may only appear once. Got '%{escapes}'"
|
5551
5567
|
msgstr ""
|
5552
5568
|
|
5553
|
-
#: ../lib/puppet/pops/issues.rb:
|
5569
|
+
#: ../lib/puppet/pops/issues.rb:764
|
5554
5570
|
msgid "Illegal %{format} Byte Order mark at beginning of input: %{bom} - remove these from the puppet source"
|
5555
5571
|
msgstr ""
|
5556
5572
|
|
5557
|
-
#: ../lib/puppet/pops/issues.rb:
|
5573
|
+
#: ../lib/puppet/pops/issues.rb:768
|
5558
5574
|
msgid "No such file or directory: %{file}"
|
5559
5575
|
msgstr ""
|
5560
5576
|
|
5561
|
-
#: ../lib/puppet/pops/issues.rb:
|
5577
|
+
#: ../lib/puppet/pops/issues.rb:772
|
5562
5578
|
msgid "%{file} is not a file"
|
5563
5579
|
msgstr ""
|
5564
5580
|
|
5565
|
-
#: ../lib/puppet/pops/issues.rb:
|
5581
|
+
#: ../lib/puppet/pops/issues.rb:777
|
5566
5582
|
msgid "%{expression} resulted in a value outside of Puppet Integer max range, got '%{value}'"
|
5567
5583
|
msgstr ""
|
5568
5584
|
|
5569
|
-
#: ../lib/puppet/pops/issues.rb:
|
5585
|
+
#: ../lib/puppet/pops/issues.rb:779
|
5570
5586
|
msgid "%{expression} resulted in a value outside of Puppet Integer min range, got '%{value}'"
|
5571
5587
|
msgstr ""
|
5572
5588
|
|
5573
|
-
#: ../lib/puppet/pops/issues.rb:
|
5589
|
+
#: ../lib/puppet/pops/issues.rb:784
|
5574
5590
|
msgid "This runtime does not support hiera.yaml version %{version}"
|
5575
5591
|
msgstr ""
|
5576
5592
|
|
5577
|
-
#: ../lib/puppet/pops/issues.rb:
|
5593
|
+
#: ../lib/puppet/pops/issues.rb:788
|
5578
5594
|
msgid "hiera.yaml version 3 cannot be used in %{location}"
|
5579
5595
|
msgstr ""
|
5580
5596
|
|
5581
|
-
#: ../lib/puppet/pops/issues.rb:
|
5597
|
+
#: ../lib/puppet/pops/issues.rb:792
|
5582
5598
|
msgid "hiera.yaml version 4 cannot be used in the global layer"
|
5583
5599
|
msgstr ""
|
5584
5600
|
|
5585
|
-
#: ../lib/puppet/pops/issues.rb:
|
5601
|
+
#: ../lib/puppet/pops/issues.rb:796
|
5586
5602
|
msgid "Undefined variable '%{name}'"
|
5587
5603
|
msgstr ""
|
5588
5604
|
|
5589
|
-
#: ../lib/puppet/pops/issues.rb:
|
5605
|
+
#: ../lib/puppet/pops/issues.rb:800
|
5590
5606
|
msgid "Backend '%{name}' is defined more than once."
|
5591
5607
|
msgstr ""
|
5592
5608
|
|
5593
|
-
#: ../lib/puppet/pops/issues.rb:
|
5609
|
+
#: ../lib/puppet/pops/issues.rb:803 ../lib/puppet/pops/issues.rb:816
|
5594
5610
|
msgid "First defined at %{error_location}"
|
5595
5611
|
msgstr ""
|
5596
5612
|
|
5597
|
-
#: ../lib/puppet/pops/issues.rb:
|
5613
|
+
#: ../lib/puppet/pops/issues.rb:809
|
5598
5614
|
msgid "No data provider is registered for backend '%{name}'"
|
5599
5615
|
msgstr ""
|
5600
5616
|
|
5601
|
-
#: ../lib/puppet/pops/issues.rb:
|
5617
|
+
#: ../lib/puppet/pops/issues.rb:813
|
5602
5618
|
msgid "Hierarchy name '%{name}' defined more than once."
|
5603
5619
|
msgstr ""
|
5604
5620
|
|
5605
|
-
#: ../lib/puppet/pops/issues.rb:
|
5621
|
+
#: ../lib/puppet/pops/issues.rb:822
|
5606
5622
|
msgid "'hiera3_backend' is only allowed in the global layer"
|
5607
5623
|
msgstr ""
|
5608
5624
|
|
5609
|
-
#: ../lib/puppet/pops/issues.rb:
|
5625
|
+
#: ../lib/puppet/pops/issues.rb:826
|
5610
5626
|
msgid "'default_hierarchy' is only allowed in the module layer"
|
5611
5627
|
msgstr ""
|
5612
5628
|
|
5613
|
-
#: ../lib/puppet/pops/issues.rb:
|
5629
|
+
#: ../lib/puppet/pops/issues.rb:830
|
5614
5630
|
msgid "Use \"data_hash: %{function_name}_data\" instead of \"hiera3_backend: %{function_name}\""
|
5615
5631
|
msgstr ""
|
5616
5632
|
|
5617
|
-
#: ../lib/puppet/pops/issues.rb:
|
5633
|
+
#: ../lib/puppet/pops/issues.rb:834
|
5618
5634
|
msgid "One of %{keys} must be defined in hierarchy '%{name}'"
|
5619
5635
|
msgstr ""
|
5620
5636
|
|
5621
|
-
#: ../lib/puppet/pops/issues.rb:
|
5637
|
+
#: ../lib/puppet/pops/issues.rb:838 ../lib/puppet/pops/issues.rb:846
|
5622
5638
|
msgid "Only one of %{keys} can be defined in hierarchy '%{name}'"
|
5623
5639
|
msgstr ""
|
5624
5640
|
|
5625
|
-
#: ../lib/puppet/pops/issues.rb:
|
5641
|
+
#: ../lib/puppet/pops/issues.rb:842
|
5626
5642
|
msgid "Only one of %{keys} can be defined in defaults"
|
5627
5643
|
msgstr ""
|
5628
5644
|
|
5629
|
-
#: ../lib/puppet/pops/issues.rb:
|
5645
|
+
#: ../lib/puppet/pops/issues.rb:850
|
5630
5646
|
msgid "Option key '%{key}' used in hierarchy '%{name}' is reserved by Puppet"
|
5631
5647
|
msgstr ""
|
5632
5648
|
|
5633
|
-
#: ../lib/puppet/pops/issues.rb:
|
5649
|
+
#: ../lib/puppet/pops/issues.rb:854
|
5634
5650
|
msgid "Option key '%{key}' used in defaults is reserved by Puppet"
|
5635
5651
|
msgstr ""
|
5636
5652
|
|
5637
|
-
#: ../lib/puppet/pops/issues.rb:
|
5653
|
+
#: ../lib/puppet/pops/issues.rb:858
|
5638
5654
|
msgid "Unable to find '%{function_type}' function named '%{function_name}'"
|
5639
5655
|
msgstr ""
|
5640
5656
|
|
5641
|
-
#: ../lib/puppet/pops/issues.rb:
|
5657
|
+
#: ../lib/puppet/pops/issues.rb:862
|
5642
5658
|
msgid "'alias' interpolation is only permitted if the expression is equal to the entire string"
|
5643
5659
|
msgstr ""
|
5644
5660
|
|
5645
|
-
#: ../lib/puppet/pops/issues.rb:
|
5661
|
+
#: ../lib/puppet/pops/issues.rb:866
|
5646
5662
|
msgid "Unknown interpolation method '%{name}'"
|
5647
5663
|
msgstr ""
|
5648
5664
|
|
5649
|
-
#: ../lib/puppet/pops/issues.rb:
|
5665
|
+
#: ../lib/puppet/pops/issues.rb:870
|
5650
5666
|
msgid "Interpolation using method syntax is not allowed in this context"
|
5651
5667
|
msgstr ""
|
5652
5668
|
|
5653
|
-
#: ../lib/puppet/pops/issues.rb:
|
5669
|
+
#: ../lib/puppet/pops/issues.rb:874
|
5654
5670
|
msgid "Endless recursion detected when attempting to serialize value of class %{type_name}"
|
5655
5671
|
msgstr ""
|
5656
5672
|
|
5657
|
-
#: ../lib/puppet/pops/issues.rb:
|
5673
|
+
#: ../lib/puppet/pops/issues.rb:878
|
5658
5674
|
msgid "%{path} contains the special value default. It will be converted to the String 'default'"
|
5659
5675
|
msgstr ""
|
5660
5676
|
|
5661
|
-
#: ../lib/puppet/pops/issues.rb:
|
5677
|
+
#: ../lib/puppet/pops/issues.rb:882
|
5662
5678
|
msgid "%{path} contains %{klass} value. It will be converted to the String '%{value}'"
|
5663
5679
|
msgstr ""
|
5664
5680
|
|
5665
|
-
#: ../lib/puppet/pops/issues.rb:
|
5681
|
+
#: ../lib/puppet/pops/issues.rb:886
|
5666
5682
|
msgid "%{path} contains a hash with %{klass} key. It will be converted to the String '%{value}'"
|
5667
5683
|
msgstr ""
|
5668
5684
|
|
5669
|
-
#: ../lib/puppet/pops/issues.rb:
|
5685
|
+
#: ../lib/puppet/pops/issues.rb:890
|
5670
5686
|
msgid "The feature '%{feature}' is only available when compiling a catalog"
|
5671
5687
|
msgstr ""
|
5672
5688
|
|
5673
|
-
#: ../lib/puppet/pops/issues.rb:
|
5689
|
+
#: ../lib/puppet/pops/issues.rb:894
|
5674
5690
|
msgid "The catalog operation '%{operation}' is only available when compiling a catalog"
|
5675
5691
|
msgstr ""
|
5676
5692
|
|
5677
|
-
#: ../lib/puppet/pops/issues.rb:
|
5693
|
+
#: ../lib/puppet/pops/issues.rb:898
|
5678
5694
|
msgid "The task operation '%{operation}' is not available when compiling a catalog"
|
5679
5695
|
msgstr ""
|
5680
5696
|
|
5681
|
-
#: ../lib/puppet/pops/issues.rb:
|
5697
|
+
#: ../lib/puppet/pops/issues.rb:902
|
5682
5698
|
msgid "The 'bolt' library is required to %{action}"
|
5683
5699
|
msgstr ""
|
5684
5700
|
|
5685
|
-
#: ../lib/puppet/pops/issues.rb:
|
5701
|
+
#: ../lib/puppet/pops/issues.rb:906
|
5686
5702
|
msgid "Task not found: %{type_name}"
|
5687
5703
|
msgstr ""
|
5688
5704
|
|
5689
|
-
#: ../lib/puppet/pops/issues.rb:
|
5705
|
+
#: ../lib/puppet/pops/issues.rb:910
|
5690
5706
|
msgid "Failed to load: %{type_name}"
|
5691
5707
|
msgstr ""
|
5692
5708
|
|
@@ -5804,6 +5820,18 @@ msgstr ""
|
|
5804
5820
|
msgid "The code loaded from %{source_ref} did not produce a Function class when evaluated. Got '%{klass}'"
|
5805
5821
|
msgstr ""
|
5806
5822
|
|
5823
|
+
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:17
|
5824
|
+
msgid "The code loaded from %{source_ref} does not seem to be a Puppet 3x API function - no 'newfunction' call."
|
5825
|
+
msgstr ""
|
5826
|
+
|
5827
|
+
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:36
|
5828
|
+
msgid "The code loaded from %{source_ref} did not produce the expected 3x function info Hash when evaluated. Got '%{klass}'"
|
5829
|
+
msgstr ""
|
5830
|
+
|
5831
|
+
#: ../lib/puppet/pops/loader/ruby_legacy_function_instantiator.rb:39
|
5832
|
+
msgid "The code loaded from %{source_ref} produced mis-matched name, expected 'function_%{type_name}', got %{created_name}"
|
5833
|
+
msgstr ""
|
5834
|
+
|
5807
5835
|
#: ../lib/puppet/pops/loader/task_instantiator.rb:16
|
5808
5836
|
msgid "Only one file can exists besides the .json file for task %{name} in directory %{directory}"
|
5809
5837
|
msgstr ""
|
@@ -6464,6 +6492,14 @@ msgstr ""
|
|
6464
6492
|
msgid "No ability to determine if %{name} exists"
|
6465
6493
|
msgstr ""
|
6466
6494
|
|
6495
|
+
#: ../lib/puppet/property/keyvalue.rb:131
|
6496
|
+
msgid "The %{name} property must be specified as a hash or an array of key/value pairs (strings)!"
|
6497
|
+
msgstr ""
|
6498
|
+
|
6499
|
+
#: ../lib/puppet/property/keyvalue.rb:137
|
6500
|
+
msgid "Key/value pairs must be separated by '%{separator}'"
|
6501
|
+
msgstr ""
|
6502
|
+
|
6467
6503
|
#: ../lib/puppet/provider.rb:146
|
6468
6504
|
msgid "No command %{command} defined for provider %{provider}"
|
6469
6505
|
msgstr ""
|
@@ -6480,32 +6516,32 @@ msgstr ""
|
|
6480
6516
|
msgid "No resource and no name in property hash in %{class_name} instance"
|
6481
6517
|
msgstr ""
|
6482
6518
|
|
6483
|
-
#: ../lib/puppet/provider/
|
6484
|
-
msgid "
|
6519
|
+
#: ../lib/puppet/provider/aix_object.rb:124
|
6520
|
+
msgid "Invalid value %{value}: %{property} must be an Integer!"
|
6485
6521
|
msgstr ""
|
6486
6522
|
|
6487
|
-
#: ../lib/puppet/provider/
|
6488
|
-
msgid "
|
6523
|
+
#: ../lib/puppet/provider/aix_object.rb:374
|
6524
|
+
msgid "Could not set %{property} on %{resource}[%{name}]: %{detail}"
|
6489
6525
|
msgstr ""
|
6490
6526
|
|
6491
|
-
#: ../lib/puppet/provider/
|
6492
|
-
msgid "
|
6527
|
+
#: ../lib/puppet/provider/aix_object.rb:400
|
6528
|
+
msgid "attributes is setting the %{properties} properties via. the %{attributes} attributes, respectively! Please specify these property values in the resource declaration instead."
|
6493
6529
|
msgstr ""
|
6494
6530
|
|
6495
|
-
#: ../lib/puppet/provider/
|
6496
|
-
msgid "
|
6531
|
+
#: ../lib/puppet/provider/aix_object.rb:402 ../lib/puppet/provider/aix_object.rb:411
|
6532
|
+
msgid "Could not set attributes on %{resource}[%{name}]: %{detail}"
|
6497
6533
|
msgstr ""
|
6498
6534
|
|
6499
|
-
#: ../lib/puppet/provider/
|
6500
|
-
msgid "Could not
|
6535
|
+
#: ../lib/puppet/provider/aix_object.rb:423
|
6536
|
+
msgid "aix.object_info(): Could not find %{resource}[%{name}]"
|
6501
6537
|
msgstr ""
|
6502
6538
|
|
6503
|
-
#: ../lib/puppet/provider/
|
6504
|
-
msgid "
|
6539
|
+
#: ../lib/puppet/provider/aix_object.rb:469 ../lib/puppet/provider/nameservice.rb:180 ../lib/puppet/provider/nameservice/directoryservice.rb:423
|
6540
|
+
msgid "Could not create %{resource} %{name}: %{detail}"
|
6505
6541
|
msgstr ""
|
6506
6542
|
|
6507
|
-
#: ../lib/puppet/provider/
|
6508
|
-
msgid "Could not
|
6543
|
+
#: ../lib/puppet/provider/aix_object.rb:481 ../lib/puppet/provider/nameservice.rb:194
|
6544
|
+
msgid "Could not delete %{resource} %{name}: %{detail}"
|
6509
6545
|
msgstr ""
|
6510
6546
|
|
6511
6547
|
#: ../lib/puppet/provider/augeas/augeas.rb:87
|
@@ -6596,19 +6632,15 @@ msgstr ""
|
|
6596
6632
|
msgid "no command specified, cannot create"
|
6597
6633
|
msgstr ""
|
6598
6634
|
|
6599
|
-
#: ../lib/puppet/provider/exec.rb:
|
6600
|
-
msgid "
|
6601
|
-
msgstr ""
|
6602
|
-
|
6603
|
-
#: ../lib/puppet/provider/exec.rb:40
|
6604
|
-
msgid "Overriding environment setting '%{env_name}' with '%{value}'"
|
6635
|
+
#: ../lib/puppet/provider/exec.rb:19
|
6636
|
+
msgid "Cannot understand environment setting %{setting}"
|
6605
6637
|
msgstr ""
|
6606
6638
|
|
6607
|
-
#: ../lib/puppet/provider/exec.rb:
|
6608
|
-
msgid "
|
6639
|
+
#: ../lib/puppet/provider/exec.rb:26
|
6640
|
+
msgid "Overriding environment setting '%{var}' with '%{value}'"
|
6609
6641
|
msgstr ""
|
6610
6642
|
|
6611
|
-
#: ../lib/puppet/provider/exec.rb:
|
6643
|
+
#: ../lib/puppet/provider/exec.rb:91
|
6612
6644
|
msgid "'%{command}' is not qualified and no path was specified. Please qualify the command or specify a path."
|
6613
6645
|
msgstr ""
|
6614
6646
|
|
@@ -6648,11 +6680,11 @@ msgstr ""
|
|
6648
6680
|
msgid "Can only manage owner, group, and mode on filesystems that support Windows ACLs, such as NTFS"
|
6649
6681
|
msgstr ""
|
6650
6682
|
|
6651
|
-
#: ../lib/puppet/provider/group/aix.rb:
|
6652
|
-
msgid "
|
6683
|
+
#: ../lib/puppet/provider/group/aix.rb:47
|
6684
|
+
msgid "No AIX group exists with a group name or gid of %{group}!"
|
6653
6685
|
msgstr ""
|
6654
6686
|
|
6655
|
-
#: ../lib/puppet/provider/group/groupadd.rb:13 ../lib/puppet/provider/group/pw.rb:
|
6687
|
+
#: ../lib/puppet/provider/group/groupadd.rb:13 ../lib/puppet/provider/group/pw.rb:17
|
6656
6688
|
msgid "GID must be an integer"
|
6657
6689
|
msgstr ""
|
6658
6690
|
|
@@ -6784,10 +6816,22 @@ msgstr ""
|
|
6784
6816
|
msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
|
6785
6817
|
msgstr ""
|
6786
6818
|
|
6787
|
-
#: ../lib/puppet/provider/nameservice.rb:
|
6819
|
+
#: ../lib/puppet/provider/nameservice.rb:169 ../lib/puppet/provider/nameservice/directoryservice.rb:378
|
6820
|
+
msgid "already exists"
|
6821
|
+
msgstr ""
|
6822
|
+
|
6823
|
+
#: ../lib/puppet/provider/nameservice.rb:186
|
6824
|
+
msgid "already absent"
|
6825
|
+
msgstr ""
|
6826
|
+
|
6827
|
+
#: ../lib/puppet/provider/nameservice.rb:278
|
6788
6828
|
msgid "Nameservice command must be an array"
|
6789
6829
|
msgstr ""
|
6790
6830
|
|
6831
|
+
#: ../lib/puppet/provider/nameservice.rb:282 ../lib/puppet/provider/nameservice/directoryservice.rb:337 ../lib/puppet/provider/nameservice/directoryservice.rb:368
|
6832
|
+
msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
|
6833
|
+
msgstr ""
|
6834
|
+
|
6791
6835
|
#: ../lib/puppet/provider/nameservice/directoryservice.rb:101
|
6792
6836
|
msgid "Could not get %{resource} list from DirectoryService"
|
6793
6837
|
msgstr ""
|
@@ -6809,15 +6853,15 @@ msgstr ""
|
|
6809
6853
|
msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
|
6810
6854
|
msgstr ""
|
6811
6855
|
|
6812
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6856
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:395
|
6813
6857
|
msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
|
6814
6858
|
msgstr ""
|
6815
6859
|
|
6816
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6860
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:443
|
6817
6861
|
msgid "Could not remove %{member} from group: %{resource}, %{detail}"
|
6818
6862
|
msgstr ""
|
6819
6863
|
|
6820
|
-
#: ../lib/puppet/provider/nameservice/directoryservice.rb:
|
6864
|
+
#: ../lib/puppet/provider/nameservice/directoryservice.rb:457
|
6821
6865
|
msgid "Could not add %{new_member} to group: %{name}, %{detail}"
|
6822
6866
|
msgstr ""
|
6823
6867
|
|
@@ -7242,24 +7286,62 @@ msgstr ""
|
|
7242
7286
|
msgid "The %{file} plist does not contain a 'label' key; Puppet is skipping it"
|
7243
7287
|
msgstr ""
|
7244
7288
|
|
7289
|
+
#: ../lib/puppet/provider/service/launchd.rb:204
|
7290
|
+
msgid "Reading overrides plist, attempt %{i}"
|
7291
|
+
msgstr ""
|
7292
|
+
|
7293
|
+
#: ../lib/puppet/provider/service/launchd.rb:207
|
7294
|
+
msgid "Unable to read overrides plist, too many attempts"
|
7295
|
+
msgstr ""
|
7296
|
+
|
7297
|
+
#: ../lib/puppet/provider/service/launchd.rb:208
|
7298
|
+
msgid "Overrides file could not be read, trying again."
|
7299
|
+
msgstr ""
|
7300
|
+
|
7245
7301
|
#. TRANSLATORS 'runsvdir' is a linux service name and should not be translated
|
7246
7302
|
#: ../lib/puppet/provider/service/runit.rb:93
|
7247
7303
|
msgid "Waiting 5 seconds for runsvdir to discover service %{service}"
|
7248
7304
|
msgstr ""
|
7249
7305
|
|
7250
|
-
#: ../lib/puppet/provider/
|
7251
|
-
msgid "
|
7306
|
+
#: ../lib/puppet/provider/service/windows.rb:22
|
7307
|
+
msgid "Cannot enable %{resource_name}, error was: %{detail}"
|
7308
|
+
msgstr ""
|
7309
|
+
|
7310
|
+
#: ../lib/puppet/provider/service/windows.rb:28
|
7311
|
+
msgid "Cannot disable %{resource_name}, error was: %{detail}"
|
7312
|
+
msgstr ""
|
7313
|
+
|
7314
|
+
#: ../lib/puppet/provider/service/windows.rb:34
|
7315
|
+
msgid "Cannot enable %{resource_name} for manual start, error was: %{detail}"
|
7316
|
+
msgstr ""
|
7317
|
+
|
7318
|
+
#: ../lib/puppet/provider/service/windows.rb:52
|
7319
|
+
msgid "Unknown start type: %{start_type}"
|
7320
|
+
msgstr ""
|
7321
|
+
|
7322
|
+
#: ../lib/puppet/provider/service/windows.rb:55
|
7323
|
+
msgid "Cannot get start type %{resource_name}, error was: %{detail}"
|
7324
|
+
msgstr ""
|
7325
|
+
|
7326
|
+
#: ../lib/puppet/provider/service/windows.rb:69
|
7327
|
+
msgid "Will not start disabled service %{resource_name} without managing enable. Specify 'enable => false' to override."
|
7252
7328
|
msgstr ""
|
7253
7329
|
|
7254
|
-
|
7255
|
-
|
7256
|
-
#: ../lib/puppet/provider/user/aix.rb:176 ../lib/puppet/provider/user/aix.rb:179
|
7257
|
-
msgid "AIX group must be a valid existing group"
|
7330
|
+
#: ../lib/puppet/provider/service/windows.rb:101
|
7331
|
+
msgid "Unknown service state '%{current_state}' for service '%{resource_name}'"
|
7258
7332
|
msgstr ""
|
7259
7333
|
|
7260
7334
|
#. TRANSLATORS 'AIX' is the name of an operating system and should not be translated
|
7261
|
-
#: ../lib/puppet/provider/user/aix.rb:
|
7262
|
-
msgid "Could not convert AIX expires date '%{
|
7335
|
+
#: ../lib/puppet/provider/user/aix.rb:68
|
7336
|
+
msgid "Could not convert AIX expires date '%{expires}' on %{class_name}[%{resource_name}]"
|
7337
|
+
msgstr ""
|
7338
|
+
|
7339
|
+
#: ../lib/puppet/provider/user/aix.rb:82
|
7340
|
+
msgid "Invalid value %{groups}: Groups must be comma separated!"
|
7341
|
+
msgstr ""
|
7342
|
+
|
7343
|
+
#: ../lib/puppet/provider/user/aix.rb:150
|
7344
|
+
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}"
|
7263
7345
|
msgstr ""
|
7264
7346
|
|
7265
7347
|
#. TRANSLATORS 'ruby-shadow' is a Ruby gem library
|
@@ -7267,6 +7349,18 @@ msgstr ""
|
|
7267
7349
|
msgid "ruby-shadow doesn't support %{method}"
|
7268
7350
|
msgstr ""
|
7269
7351
|
|
7352
|
+
#: ../lib/puppet/provider/user/windows_adsi.rb:128
|
7353
|
+
msgid "The user account '%s' is disabled; puppet will not reset the password"
|
7354
|
+
msgstr ""
|
7355
|
+
|
7356
|
+
#: ../lib/puppet/provider/user/windows_adsi.rb:130
|
7357
|
+
msgid "The user account '%s' is locked out; puppet will not reset the password"
|
7358
|
+
msgstr ""
|
7359
|
+
|
7360
|
+
#: ../lib/puppet/provider/user/windows_adsi.rb:132
|
7361
|
+
msgid "The user account '%s' is expired; puppet will not reset the password"
|
7362
|
+
msgstr ""
|
7363
|
+
|
7270
7364
|
#: ../lib/puppet/provider/yumrepo/inifile.rb:185
|
7271
7365
|
msgid "changing mode of %{file} from %{current_mode} to %{target_mode}"
|
7272
7366
|
msgstr ""
|
@@ -7629,10 +7723,6 @@ msgstr ""
|
|
7629
7723
|
msgid "Setting %{name} is already using short name '%{short}'"
|
7630
7724
|
msgstr ""
|
7631
7725
|
|
7632
|
-
#: ../lib/puppet/settings.rb:1167
|
7633
|
-
msgid "Setting %{name} is deprecated."
|
7634
|
-
msgstr ""
|
7635
|
-
|
7636
7726
|
#. TRANSLATORS 'puppet.conf' is a file name and should not be translated
|
7637
7727
|
#: ../lib/puppet/settings.rb:1172
|
7638
7728
|
msgid "Setting %{name} is deprecated in puppet.conf."
|
@@ -8435,43 +8525,43 @@ msgstr ""
|
|
8435
8525
|
msgid "Command must be a String, got value of class %{klass}"
|
8436
8526
|
msgstr ""
|
8437
8527
|
|
8438
|
-
#: ../lib/puppet/type/exec.rb:
|
8528
|
+
#: ../lib/puppet/type/exec.rb:214
|
8439
8529
|
msgid "Unable to execute commands as other users on Windows"
|
8440
8530
|
msgstr ""
|
8441
8531
|
|
8442
|
-
#: ../lib/puppet/type/exec.rb:
|
8532
|
+
#: ../lib/puppet/type/exec.rb:216
|
8443
8533
|
msgid "Only root can execute commands as other users"
|
8444
8534
|
msgstr ""
|
8445
8535
|
|
8446
|
-
#: ../lib/puppet/type/exec.rb:
|
8536
|
+
#: ../lib/puppet/type/exec.rb:272
|
8447
8537
|
msgid "Invalid environment setting '%{value}'"
|
8448
8538
|
msgstr ""
|
8449
8539
|
|
8450
|
-
#: ../lib/puppet/type/exec.rb:
|
8540
|
+
#: ../lib/puppet/type/exec.rb:285
|
8451
8541
|
msgid "The umask specification is invalid: %{value}"
|
8452
8542
|
msgstr ""
|
8453
8543
|
|
8454
|
-
#: ../lib/puppet/type/exec.rb:
|
8544
|
+
#: ../lib/puppet/type/exec.rb:301
|
8455
8545
|
msgid "The timeout must be a number."
|
8456
8546
|
msgstr ""
|
8457
8547
|
|
8458
|
-
#: ../lib/puppet/type/exec.rb:
|
8548
|
+
#: ../lib/puppet/type/exec.rb:318
|
8459
8549
|
msgid "Tries must be an integer"
|
8460
8550
|
msgstr ""
|
8461
8551
|
|
8462
|
-
#: ../lib/puppet/type/exec.rb:
|
8552
|
+
#: ../lib/puppet/type/exec.rb:322
|
8463
8553
|
msgid "Tries must be an integer >= 1"
|
8464
8554
|
msgstr ""
|
8465
8555
|
|
8466
|
-
#: ../lib/puppet/type/exec.rb:
|
8556
|
+
#: ../lib/puppet/type/exec.rb:335
|
8467
8557
|
msgid "try_sleep must be a number"
|
8468
8558
|
msgstr ""
|
8469
8559
|
|
8470
|
-
#: ../lib/puppet/type/exec.rb:
|
8560
|
+
#: ../lib/puppet/type/exec.rb:339
|
8471
8561
|
msgid "try_sleep cannot be a negative number"
|
8472
8562
|
msgstr ""
|
8473
8563
|
|
8474
|
-
#: ../lib/puppet/type/exec.rb:
|
8564
|
+
#: ../lib/puppet/type/exec.rb:454 ../lib/puppet/type/exec.rb:506
|
8475
8565
|
msgid "Check %{value} exceeded timeout"
|
8476
8566
|
msgstr ""
|
8477
8567
|
|
@@ -8591,12 +8681,12 @@ msgstr ""
|
|
8591
8681
|
msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
|
8592
8682
|
msgstr ""
|
8593
8683
|
|
8594
|
-
#: ../lib/puppet/type/file/source.rb:
|
8684
|
+
#: ../lib/puppet/type/file/source.rb:135
|
8595
8685
|
msgid "No source for content was stored with the metadata"
|
8596
8686
|
msgstr ""
|
8597
8687
|
|
8598
8688
|
#. TRANSLATORS "source_permissions" is a parameter name and should not be translated
|
8599
|
-
#: ../lib/puppet/type/file/source.rb:
|
8689
|
+
#: ../lib/puppet/type/file/source.rb:363
|
8600
8690
|
msgid "The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`."
|
8601
8691
|
msgstr ""
|
8602
8692
|
|
@@ -8612,16 +8702,24 @@ msgstr ""
|
|
8612
8702
|
msgid "Could not create %{type} filebucket: %{detail}"
|
8613
8703
|
msgstr ""
|
8614
8704
|
|
8615
|
-
#: ../lib/puppet/type/group.rb:
|
8705
|
+
#: ../lib/puppet/type/group.rb:61
|
8616
8706
|
msgid "GID cannot be deleted"
|
8617
8707
|
msgstr ""
|
8618
8708
|
|
8619
|
-
#: ../lib/puppet/type/group.rb:
|
8709
|
+
#: ../lib/puppet/type/group.rb:73
|
8620
8710
|
msgid "Invalid GID %{gid}"
|
8621
8711
|
msgstr ""
|
8622
8712
|
|
8623
|
-
#: ../lib/puppet/type/group.rb:
|
8624
|
-
msgid "
|
8713
|
+
#: ../lib/puppet/type/group.rb:92
|
8714
|
+
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"
|
8715
|
+
msgstr ""
|
8716
|
+
|
8717
|
+
#: ../lib/puppet/type/group.rb:96
|
8718
|
+
msgid "User names must be provided, not UID numbers."
|
8719
|
+
msgstr ""
|
8720
|
+
|
8721
|
+
#: ../lib/puppet/type/group.rb:100
|
8722
|
+
msgid "User names must not be empty. If you want to specify \"no users\" pass an empty array"
|
8625
8723
|
msgstr ""
|
8626
8724
|
|
8627
8725
|
#: ../lib/puppet/type/host.rb:32
|
@@ -8736,47 +8834,47 @@ msgstr ""
|
|
8736
8834
|
msgid "Invalid value %{value}"
|
8737
8835
|
msgstr ""
|
8738
8836
|
|
8739
|
-
#: ../lib/puppet/type/resources.rb:
|
8837
|
+
#: ../lib/puppet/type/resources.rb:109
|
8740
8838
|
msgid "The 'ensure' attribute on %{name} resources does not accept 'absent' as a value"
|
8741
8839
|
msgstr ""
|
8742
8840
|
|
8743
|
-
#: ../lib/puppet/type/resources.rb:
|
8841
|
+
#: ../lib/puppet/type/resources.rb:136
|
8744
8842
|
msgid "Could not find resource type"
|
8745
8843
|
msgstr ""
|
8746
8844
|
|
8747
|
-
#: ../lib/puppet/type/schedule.rb:
|
8845
|
+
#: ../lib/puppet/type/schedule.rb:103
|
8748
8846
|
msgid "Invalid range value '%{value}'"
|
8749
8847
|
msgstr ""
|
8750
8848
|
|
8751
|
-
#: ../lib/puppet/type/schedule.rb:
|
8849
|
+
#: ../lib/puppet/type/schedule.rb:120
|
8752
8850
|
msgid "Invalid range %{value}"
|
8753
8851
|
msgstr ""
|
8754
8852
|
|
8755
|
-
#: ../lib/puppet/type/schedule.rb:
|
8853
|
+
#: ../lib/puppet/type/schedule.rb:124
|
8756
8854
|
msgid "Invalid hour '%{n}'"
|
8757
8855
|
msgstr ""
|
8758
8856
|
|
8759
|
-
#: ../lib/puppet/type/schedule.rb:
|
8857
|
+
#: ../lib/puppet/type/schedule.rb:128
|
8760
8858
|
msgid "Invalid minute '%{n}'"
|
8761
8859
|
msgstr ""
|
8762
8860
|
|
8763
|
-
#: ../lib/puppet/type/schedule.rb:
|
8861
|
+
#: ../lib/puppet/type/schedule.rb:162
|
8764
8862
|
msgid "Incorrectly converted time: %{time}: %{hour} vs %{value}"
|
8765
8863
|
msgstr ""
|
8766
8864
|
|
8767
|
-
#: ../lib/puppet/type/schedule.rb:
|
8865
|
+
#: ../lib/puppet/type/schedule.rb:171
|
8768
8866
|
msgid "Assuming upper limit should be that time the next day"
|
8769
8867
|
msgstr ""
|
8770
8868
|
|
8771
|
-
#: ../lib/puppet/type/schedule.rb:
|
8869
|
+
#: ../lib/puppet/type/schedule.rb:329
|
8772
8870
|
msgid "Repeat must be a number"
|
8773
8871
|
msgstr ""
|
8774
8872
|
|
8775
|
-
#: ../lib/puppet/type/schedule.rb:
|
8873
|
+
#: ../lib/puppet/type/schedule.rb:338
|
8776
8874
|
msgid "Repeat must be 1 unless periodmatch is 'distance', not '%{period}'"
|
8777
8875
|
msgstr ""
|
8778
8876
|
|
8779
|
-
#: ../lib/puppet/type/schedule.rb:
|
8877
|
+
#: ../lib/puppet/type/schedule.rb:382
|
8780
8878
|
msgid "%{value} is not a valid day of the week"
|
8781
8879
|
msgstr ""
|
8782
8880
|
|
@@ -8891,65 +8989,61 @@ msgstr ""
|
|
8891
8989
|
msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
|
8892
8990
|
msgstr ""
|
8893
8991
|
|
8894
|
-
#: ../lib/puppet/type/user.rb:
|
8992
|
+
#: ../lib/puppet/type/user.rb:432
|
8895
8993
|
msgid "User provider %{name} can not manage home directories"
|
8896
8994
|
msgstr ""
|
8897
8995
|
|
8898
8996
|
#. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
|
8899
8997
|
#. TRANSLATORS separated by dashes.
|
8900
|
-
#: ../lib/puppet/type/user.rb:
|
8998
|
+
#: ../lib/puppet/type/user.rb:449
|
8901
8999
|
msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
|
8902
9000
|
msgstr ""
|
8903
9001
|
|
8904
|
-
#: ../lib/puppet/type/user.rb:
|
9002
|
+
#: ../lib/puppet/type/user.rb:526
|
8905
9003
|
msgid "Role names must be provided, not numbers"
|
8906
9004
|
msgstr ""
|
8907
9005
|
|
8908
|
-
#: ../lib/puppet/type/user.rb:
|
9006
|
+
#: ../lib/puppet/type/user.rb:528
|
8909
9007
|
msgid "Role names must be provided as an array, not a comma-separated list"
|
8910
9008
|
msgstr ""
|
8911
9009
|
|
8912
|
-
#: ../lib/puppet/type/user.rb:
|
9010
|
+
#: ../lib/puppet/type/user.rb:563
|
8913
9011
|
msgid "Auth names must be provided, not numbers"
|
8914
9012
|
msgstr ""
|
8915
9013
|
|
8916
|
-
#: ../lib/puppet/type/user.rb:
|
9014
|
+
#: ../lib/puppet/type/user.rb:565
|
8917
9015
|
msgid "Auth names must be provided as an array, not a comma-separated list"
|
8918
9016
|
msgstr ""
|
8919
9017
|
|
8920
|
-
#: ../lib/puppet/type/user.rb:
|
9018
|
+
#: ../lib/puppet/type/user.rb:589
|
8921
9019
|
msgid "Profile names must be provided, not numbers"
|
8922
9020
|
msgstr ""
|
8923
9021
|
|
8924
|
-
#: ../lib/puppet/type/user.rb:
|
9022
|
+
#: ../lib/puppet/type/user.rb:591
|
8925
9023
|
msgid "Profile names must be provided as an array, not a comma-separated list"
|
8926
9024
|
msgstr ""
|
8927
9025
|
|
8928
|
-
#: ../lib/puppet/type/user.rb:
|
8929
|
-
msgid "Key/value pairs must be separated by an ="
|
8930
|
-
msgstr ""
|
8931
|
-
|
8932
|
-
#: ../lib/puppet/type/user.rb:722
|
9026
|
+
#: ../lib/puppet/type/user.rb:714
|
8933
9027
|
msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
|
8934
9028
|
msgstr ""
|
8935
9029
|
|
8936
|
-
#: ../lib/puppet/type/user.rb:
|
9030
|
+
#: ../lib/puppet/type/user.rb:717
|
8937
9031
|
msgid "Paths to keyfiles must be absolute, not %{entry}"
|
8938
9032
|
msgstr ""
|
8939
9033
|
|
8940
|
-
#: ../lib/puppet/type/user.rb:
|
9034
|
+
#: ../lib/puppet/type/user.rb:721
|
8941
9035
|
msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
|
8942
9036
|
msgstr ""
|
8943
9037
|
|
8944
|
-
#: ../lib/puppet/type/user.rb:
|
9038
|
+
#: ../lib/puppet/type/user.rb:733
|
8945
9039
|
msgid "purge_ssh_keys can only be true for users with a defined home directory"
|
8946
9040
|
msgstr ""
|
8947
9041
|
|
8948
|
-
#: ../lib/puppet/type/user.rb:
|
9042
|
+
#: ../lib/puppet/type/user.rb:740
|
8949
9043
|
msgid "purge_ssh_keys value '%{value}' meta character ~ or %{home_placeholder} only allowed for users with a defined home directory"
|
8950
9044
|
msgstr ""
|
8951
9045
|
|
8952
|
-
#: ../lib/puppet/type/user.rb:
|
9046
|
+
#: ../lib/puppet/type/user.rb:754
|
8953
9047
|
msgid "Class name must be provided."
|
8954
9048
|
msgstr ""
|
8955
9049
|
|
@@ -9345,19 +9439,23 @@ msgstr ""
|
|
9345
9439
|
msgid "%{klass} failed with error %{error_type}: %{detail}"
|
9346
9440
|
msgstr ""
|
9347
9441
|
|
9348
|
-
#: ../lib/puppet/util/execution.rb:
|
9349
|
-
msgid "
|
9442
|
+
#: ../lib/puppet/util/execution.rb:195
|
9443
|
+
msgid "Working directory %{cwd} does not exist!"
|
9350
9444
|
msgstr ""
|
9351
9445
|
|
9352
9446
|
#: ../lib/puppet/util/execution.rb:285
|
9447
|
+
msgid "Could not get output"
|
9448
|
+
msgstr ""
|
9449
|
+
|
9450
|
+
#: ../lib/puppet/util/execution.rb:294
|
9353
9451
|
msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
|
9354
9452
|
msgstr ""
|
9355
9453
|
|
9356
|
-
#: ../lib/puppet/util/execution.rb:
|
9454
|
+
#: ../lib/puppet/util/execution.rb:371
|
9357
9455
|
msgid "Could not execute posix command: %{detail}"
|
9358
9456
|
msgstr ""
|
9359
9457
|
|
9360
|
-
#: ../lib/puppet/util/execution.rb:
|
9458
|
+
#: ../lib/puppet/util/execution.rb:419
|
9361
9459
|
msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
|
9362
9460
|
msgstr ""
|
9363
9461
|
|
@@ -9695,15 +9793,19 @@ msgstr ""
|
|
9695
9793
|
msgid "Unable to write the file %{file_path}. %{error}"
|
9696
9794
|
msgstr ""
|
9697
9795
|
|
9698
|
-
#: ../lib/puppet/util/posix.rb:
|
9796
|
+
#: ../lib/puppet/util/posix.rb:22
|
9797
|
+
msgid "Removing any duplicate group entries"
|
9798
|
+
msgstr ""
|
9799
|
+
|
9800
|
+
#: ../lib/puppet/util/posix.rb:35
|
9699
9801
|
msgid "Did not get id from caller"
|
9700
9802
|
msgstr ""
|
9701
9803
|
|
9702
|
-
#: ../lib/puppet/util/posix.rb:
|
9804
|
+
#: ../lib/puppet/util/posix.rb:39 ../lib/puppet/util/posix.rb:64
|
9703
9805
|
msgid "Tried to get %{field} field for silly id %{id}"
|
9704
9806
|
msgstr ""
|
9705
9807
|
|
9706
|
-
#: ../lib/puppet/util/posix.rb:
|
9808
|
+
#: ../lib/puppet/util/posix.rb:92 ../lib/puppet/util/posix.rb:102 ../lib/puppet/util/posix.rb:112
|
9707
9809
|
msgid "Can only handle users and groups"
|
9708
9810
|
msgstr ""
|
9709
9811
|
|
@@ -9883,43 +9985,43 @@ msgstr ""
|
|
9883
9985
|
msgid "Must use a valid SID::Principal"
|
9884
9986
|
msgstr ""
|
9885
9987
|
|
9886
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9887
|
-
msgid "Value must be in DOMAIN
|
9988
|
+
#: ../lib/puppet/util/windows/adsi.rb:137
|
9989
|
+
msgid "Value must be in DOMAIN\\%{object_class} style syntax"
|
9888
9990
|
msgstr ""
|
9889
9991
|
|
9890
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9992
|
+
#: ../lib/puppet/util/windows/adsi.rb:163
|
9891
9993
|
msgid "Could not resolve name: %{name}"
|
9892
9994
|
msgstr ""
|
9893
9995
|
|
9894
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9895
|
-
msgid "
|
9996
|
+
#: ../lib/puppet/util/windows/adsi.rb:200
|
9997
|
+
msgid "Subclass must implement class-level method 'list_all'!"
|
9896
9998
|
msgstr ""
|
9897
9999
|
|
9898
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9899
|
-
msgid "
|
10000
|
+
#: ../lib/puppet/util/windows/adsi.rb:254
|
10001
|
+
msgid "Puppet is not able to create/delete domain %{object_class} objects with the %{object_class} resource."
|
9900
10002
|
msgstr ""
|
9901
10003
|
|
9902
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9903
|
-
msgid "
|
10004
|
+
#: ../lib/puppet/util/windows/adsi.rb:258
|
10005
|
+
msgid "%{object_class} update failed: %{error}"
|
9904
10006
|
msgstr ""
|
9905
10007
|
|
9906
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9907
|
-
msgid "
|
10008
|
+
#: ../lib/puppet/util/windows/adsi.rb:284
|
10009
|
+
msgid "Cannot create user if group '%{name}' exists."
|
9908
10010
|
msgstr ""
|
9909
10011
|
|
9910
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9911
|
-
msgid "
|
10012
|
+
#: ../lib/puppet/util/windows/adsi.rb:425
|
10013
|
+
msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
|
9912
10014
|
msgstr ""
|
9913
10015
|
|
9914
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9915
|
-
msgid "
|
10016
|
+
#: ../lib/puppet/util/windows/adsi.rb:469
|
10017
|
+
msgid "Failed to get user name"
|
9916
10018
|
msgstr ""
|
9917
10019
|
|
9918
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
9919
|
-
msgid "
|
10020
|
+
#: ../lib/puppet/util/windows/adsi.rb:506
|
10021
|
+
msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
|
9920
10022
|
msgstr ""
|
9921
10023
|
|
9922
|
-
#: ../lib/puppet/util/windows/adsi.rb:
|
10024
|
+
#: ../lib/puppet/util/windows/adsi.rb:524
|
9923
10025
|
msgid "Cannot create group if user '%{name}' exists."
|
9924
10026
|
msgstr ""
|
9925
10027
|
|
@@ -9995,27 +10097,27 @@ msgstr ""
|
|
9995
10097
|
msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
|
9996
10098
|
msgstr ""
|
9997
10099
|
|
9998
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10100
|
+
#: ../lib/puppet/util/windows/process.rb:44
|
9999
10101
|
msgid "Failed to get child process exit code"
|
10000
10102
|
msgstr ""
|
10001
10103
|
|
10002
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10104
|
+
#: ../lib/puppet/util/windows/process.rb:237
|
10003
10105
|
msgid "GetVersionEx failed"
|
10004
10106
|
msgstr ""
|
10005
10107
|
|
10006
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10108
|
+
#: ../lib/puppet/util/windows/process.rb:266
|
10007
10109
|
msgid "Discarding environment variable %{string} which contains invalid bytes"
|
10008
10110
|
msgstr ""
|
10009
10111
|
|
10010
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10112
|
+
#: ../lib/puppet/util/windows/process.rb:282
|
10011
10113
|
msgid "environment variable name must not be nil or empty"
|
10012
10114
|
msgstr ""
|
10013
10115
|
|
10014
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10116
|
+
#: ../lib/puppet/util/windows/process.rb:287
|
10015
10117
|
msgid "Failed to remove environment variable: %{name}"
|
10016
10118
|
msgstr ""
|
10017
10119
|
|
10018
|
-
#: ../lib/puppet/util/windows/process.rb:
|
10120
|
+
#: ../lib/puppet/util/windows/process.rb:292
|
10019
10121
|
msgid "Failed to set environment variable: %{name}"
|
10020
10122
|
msgstr ""
|
10021
10123
|
|
@@ -10071,46 +10173,168 @@ msgstr ""
|
|
10071
10173
|
msgid "Failed to get volume information"
|
10072
10174
|
msgstr ""
|
10073
10175
|
|
10074
|
-
|
10176
|
+
#. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
|
10177
|
+
#: ../lib/puppet/util/windows/security.rb:332
|
10178
|
+
msgid "An attempt to set mode %{mode} on item %{path} would result in the owner, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
|
10179
|
+
msgstr ""
|
10180
|
+
|
10181
|
+
#. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
|
10182
|
+
#: ../lib/puppet/util/windows/security.rb:338
|
10183
|
+
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"
|
10184
|
+
msgstr ""
|
10185
|
+
|
10186
|
+
#: ../lib/puppet/util/windows/security.rb:409 ../lib/puppet/util/windows/security.rb:426 ../lib/puppet/util/windows/sid.rb:154 ../lib/puppet/util/windows/sid.rb:216 ../lib/puppet/util/windows/user.rb:43
|
10075
10187
|
msgid "Invalid SID"
|
10076
10188
|
msgstr ""
|
10077
10189
|
|
10078
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10190
|
+
#: ../lib/puppet/util/windows/security.rb:413 ../lib/puppet/util/windows/security.rb:430
|
10079
10191
|
msgid "Failed to add access control entry"
|
10080
10192
|
msgstr ""
|
10081
10193
|
|
10082
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10194
|
+
#: ../lib/puppet/util/windows/security.rb:441 ../lib/puppet/util/windows/security.rb:623
|
10083
10195
|
msgid "Invalid DACL"
|
10084
10196
|
msgstr ""
|
10085
10197
|
|
10086
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10198
|
+
#: ../lib/puppet/util/windows/security.rb:464
|
10087
10199
|
msgid "Unsupported access control entry type: 0x%{type}"
|
10088
10200
|
msgstr ""
|
10089
10201
|
|
10090
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10202
|
+
#: ../lib/puppet/util/windows/security.rb:498
|
10091
10203
|
msgid "Failed to open '%{path}'"
|
10092
10204
|
msgstr ""
|
10093
10205
|
|
10094
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10206
|
+
#: ../lib/puppet/util/windows/security.rb:545
|
10095
10207
|
msgid "Failed to adjust process privileges"
|
10096
10208
|
msgstr ""
|
10097
10209
|
|
10098
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10210
|
+
#: ../lib/puppet/util/windows/security.rb:575
|
10099
10211
|
msgid "Failed to get security information"
|
10100
10212
|
msgstr ""
|
10101
10213
|
|
10102
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10214
|
+
#: ../lib/puppet/util/windows/security.rb:586
|
10103
10215
|
msgid "Failed to get security descriptor control"
|
10104
10216
|
msgstr ""
|
10105
10217
|
|
10106
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10218
|
+
#: ../lib/puppet/util/windows/security.rb:619
|
10107
10219
|
msgid "Failed to initialize ACL"
|
10108
10220
|
msgstr ""
|
10109
10221
|
|
10110
|
-
#: ../lib/puppet/util/windows/security.rb:
|
10222
|
+
#: ../lib/puppet/util/windows/security.rb:658
|
10111
10223
|
msgid "Failed to set security information"
|
10112
10224
|
msgstr ""
|
10113
10225
|
|
10226
|
+
#: ../lib/puppet/util/windows/service.rb:300
|
10227
|
+
msgid "Starting the %{service_name} service"
|
10228
|
+
msgstr ""
|
10229
|
+
|
10230
|
+
#: ../lib/puppet/util/windows/service.rb:310
|
10231
|
+
msgid "Failed to start the service"
|
10232
|
+
msgstr ""
|
10233
|
+
|
10234
|
+
#: ../lib/puppet/util/windows/service.rb:314
|
10235
|
+
msgid "Successfully started the %{service_name} service"
|
10236
|
+
msgstr ""
|
10237
|
+
|
10238
|
+
#: ../lib/puppet/util/windows/service.rb:322
|
10239
|
+
msgid "Stopping the %{service_name} service"
|
10240
|
+
msgstr ""
|
10241
|
+
|
10242
|
+
#: ../lib/puppet/util/windows/service.rb:330
|
10243
|
+
msgid "Successfully stopped the %{service_name} service"
|
10244
|
+
msgstr ""
|
10245
|
+
|
10246
|
+
#: ../lib/puppet/util/windows/service.rb:338
|
10247
|
+
msgid "Resuming the %{service_name} service"
|
10248
|
+
msgstr ""
|
10249
|
+
|
10250
|
+
#: ../lib/puppet/util/windows/service.rb:354
|
10251
|
+
msgid "Successfully resumed the %{service_name} service"
|
10252
|
+
msgstr ""
|
10253
|
+
|
10254
|
+
#: ../lib/puppet/util/windows/service.rb:369
|
10255
|
+
msgid "Unknown Service state '%{current_state}' for '%{service_name}'"
|
10256
|
+
msgstr ""
|
10257
|
+
|
10258
|
+
#: ../lib/puppet/util/windows/service.rb:386
|
10259
|
+
msgid "Unknown start type '%{start_type}' for '%{service_name}'"
|
10260
|
+
msgstr ""
|
10261
|
+
|
10262
|
+
#: ../lib/puppet/util/windows/service.rb:401
|
10263
|
+
msgid "Unknown start type %{start_type}"
|
10264
|
+
msgstr ""
|
10265
|
+
|
10266
|
+
#: ../lib/puppet/util/windows/service.rb:422
|
10267
|
+
msgid "Failed to update service configuration"
|
10268
|
+
msgstr ""
|
10269
|
+
|
10270
|
+
#: ../lib/puppet/util/windows/service.rb:482
|
10271
|
+
msgid "Failed to fetch services"
|
10272
|
+
msgstr ""
|
10273
|
+
|
10274
|
+
#: ../lib/puppet/util/windows/service.rb:531
|
10275
|
+
msgid "Failed to open a handle to the service"
|
10276
|
+
msgstr ""
|
10277
|
+
|
10278
|
+
#: ../lib/puppet/util/windows/service.rb:548
|
10279
|
+
msgid "Failed to open a handle to the service control manager"
|
10280
|
+
msgstr ""
|
10281
|
+
|
10282
|
+
#: ../lib/puppet/util/windows/service.rb:571
|
10283
|
+
msgid "The service is already in the %{final_state} state. No further work needs to be done."
|
10284
|
+
msgstr ""
|
10285
|
+
|
10286
|
+
#: ../lib/puppet/util/windows/service.rb:583
|
10287
|
+
msgid "The service must be in one of the %{valid_initial_states} states to perform this transition. It is currently in the %{current_state} state."
|
10288
|
+
msgstr ""
|
10289
|
+
|
10290
|
+
#: ../lib/puppet/util/windows/service.rb:594
|
10291
|
+
msgid "There is already a pending transition to the %{final_state} state for the %{service_name} service."
|
10292
|
+
msgstr ""
|
10293
|
+
|
10294
|
+
#: ../lib/puppet/util/windows/service.rb:610
|
10295
|
+
msgid "The service is in the %{pending_state} state, which is an unsafe pending state."
|
10296
|
+
msgstr ""
|
10297
|
+
|
10298
|
+
#: ../lib/puppet/util/windows/service.rb:615
|
10299
|
+
msgid "Transitioning the %{service_name} service from %{initial_state} to %{final_state}"
|
10300
|
+
msgstr ""
|
10301
|
+
|
10302
|
+
#: ../lib/puppet/util/windows/service.rb:619
|
10303
|
+
msgid "Waiting for the transition to finish"
|
10304
|
+
msgstr ""
|
10305
|
+
|
10306
|
+
#: ../lib/puppet/util/windows/service.rb:623
|
10307
|
+
msgid "Failed to transition the %{service_name} service to the %{final_state} state. Detail: %{detail}"
|
10308
|
+
msgstr ""
|
10309
|
+
|
10310
|
+
#: ../lib/puppet/util/windows/service.rb:662 ../lib/puppet/util/windows/service.rb:698
|
10311
|
+
msgid "Service query failed"
|
10312
|
+
msgstr ""
|
10313
|
+
|
10314
|
+
#: ../lib/puppet/util/windows/service.rb:715
|
10315
|
+
msgid "Failed to send the %{control_signal} signal to the service. Its current state is %{current_state}. Failed with"
|
10316
|
+
msgstr ""
|
10317
|
+
|
10318
|
+
#: ../lib/puppet/util/windows/service.rb:749
|
10319
|
+
msgid "The service transitioned to the %{pending_state} state."
|
10320
|
+
msgstr ""
|
10321
|
+
|
10322
|
+
#: ../lib/puppet/util/windows/service.rb:759
|
10323
|
+
msgid "Timed out while waiting for the service to transition from %{initial_state} to %{final_state} OR from %{initial_state} to %{pending_state} to %{final_state}. The service's current state is %{current_state}."
|
10324
|
+
msgstr ""
|
10325
|
+
|
10326
|
+
#: ../lib/puppet/util/windows/service.rb:773
|
10327
|
+
msgid "Waiting for the pending transition to the %{final_state} state to finish."
|
10328
|
+
msgstr ""
|
10329
|
+
|
10330
|
+
#: ../lib/puppet/util/windows/service.rb:786
|
10331
|
+
msgid "Unexpected transition to the %{current_state} state while waiting for the pending transition from %{pending_state} to %{final_state} to finish."
|
10332
|
+
msgstr ""
|
10333
|
+
|
10334
|
+
#: ../lib/puppet/util/windows/service.rb:800
|
10335
|
+
msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
|
10336
|
+
msgstr ""
|
10337
|
+
|
10114
10338
|
#: ../lib/puppet/util/windows/sid.rb:93
|
10115
10339
|
msgid "Octet string must be an array of bytes"
|
10116
10340
|
msgstr ""
|
@@ -10183,23 +10407,23 @@ msgstr ""
|
|
10183
10407
|
msgid "Unknown trigger type %{type}"
|
10184
10408
|
msgstr ""
|
10185
10409
|
|
10186
|
-
#: ../lib/puppet/util/windows/user.rb:
|
10410
|
+
#: ../lib/puppet/util/windows/user.rb:38
|
10187
10411
|
msgid "Failed to create administrators SID"
|
10188
10412
|
msgstr ""
|
10189
10413
|
|
10190
|
-
#: ../lib/puppet/util/windows/user.rb:
|
10414
|
+
#: ../lib/puppet/util/windows/user.rb:48
|
10191
10415
|
msgid "Failed to check membership"
|
10192
10416
|
msgstr ""
|
10193
10417
|
|
10194
|
-
#: ../lib/puppet/util/windows/user.rb:
|
10418
|
+
#: ../lib/puppet/util/windows/user.rb:86
|
10195
10419
|
msgid "Failed to logon user %{name}"
|
10196
10420
|
msgstr ""
|
10197
10421
|
|
10198
|
-
#: ../lib/puppet/util/windows/user.rb:
|
10422
|
+
#: ../lib/puppet/util/windows/user.rb:110
|
10199
10423
|
msgid "Failed to load user profile %{user}"
|
10200
10424
|
msgstr ""
|
10201
10425
|
|
10202
|
-
#: ../lib/puppet/util/windows/user.rb:
|
10426
|
+
#: ../lib/puppet/util/windows/user.rb:116
|
10203
10427
|
msgid "Failed to unload user profile %{user}"
|
10204
10428
|
msgstr ""
|
10205
10429
|
|