puppet 5.5.1-x64-mingw32 → 5.5.2-x64-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 +7 -0
- data/CONTRIBUTING.md +3 -3
- data/README.md +2 -2
- data/conf/auth.conf +2 -2
- data/conf/environment.conf +1 -1
- data/conf/fileserver.conf +1 -1
- data/conf/puppet.conf +4 -4
- data/ext/README.environment +1 -1
- data/ext/debian/copyright +2 -2
- data/ext/debian/puppetmaster.README.debian +2 -2
- data/ext/hiera/hiera.yaml +1 -1
- data/ext/puppet-test +1 -1
- data/ext/rack/example-passenger-vhost.conf +1 -1
- data/ext/regexp_nodes/regexp_nodes.rb +12 -12
- data/ext/upload_facts.rb +1 -1
- data/lib/hiera/puppet_function.rb +1 -1
- data/lib/puppet.rb +1 -1
- data/lib/puppet/application/agent.rb +1 -1
- data/lib/puppet/application/apply.rb +1 -1
- data/lib/puppet/application/cert.rb +1 -1
- data/lib/puppet/application/device.rb +8 -8
- data/lib/puppet/application/lookup.rb +1 -1
- data/lib/puppet/application/master.rb +1 -1
- data/lib/puppet/application/resource.rb +1 -1
- data/lib/puppet/application/script.rb +1 -1
- data/lib/puppet/defaults.rb +22 -16
- data/lib/puppet/face/config.rb +1 -1
- data/lib/puppet/face/help/man.erb +1 -1
- data/lib/puppet/face/module/build.rb +3 -3
- data/lib/puppet/face/status.rb +2 -2
- data/lib/puppet/functions/all.rb +2 -2
- data/lib/puppet/functions/any.rb +2 -2
- data/lib/puppet/functions/assert_type.rb +3 -3
- data/lib/puppet/functions/each.rb +2 -2
- data/lib/puppet/functions/eyaml_lookup_key.rb +1 -1
- data/lib/puppet/functions/filter.rb +2 -2
- data/lib/puppet/functions/hiera.rb +5 -5
- data/lib/puppet/functions/hiera_array.rb +5 -5
- data/lib/puppet/functions/hiera_hash.rb +6 -6
- data/lib/puppet/functions/hiera_include.rb +7 -7
- data/lib/puppet/functions/hocon_data.rb +1 -1
- data/lib/puppet/functions/json_data.rb +1 -1
- data/lib/puppet/functions/lest.rb +1 -1
- data/lib/puppet/functions/lookup.rb +1 -1
- data/lib/puppet/functions/map.rb +1 -1
- data/lib/puppet/functions/match.rb +11 -0
- data/lib/puppet/functions/reduce.rb +1 -1
- data/lib/puppet/functions/reverse_each.rb +1 -1
- data/lib/puppet/functions/step.rb +1 -1
- data/lib/puppet/functions/then.rb +1 -1
- data/lib/puppet/functions/tree_each.rb +7 -7
- data/lib/puppet/functions/with.rb +4 -4
- data/lib/puppet/functions/yaml_data.rb +1 -1
- data/lib/puppet/indirector/node/exec.rb +1 -1
- data/lib/puppet/indirector/node/ldap.rb +1 -1
- data/lib/puppet/module_tool/applications/application.rb +1 -1
- data/lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb +1 -1
- data/lib/puppet/network/http/factory.rb +3 -0
- data/lib/puppet/parser/ast/pops_bridge.rb +18 -0
- data/lib/puppet/parser/compiler.rb +1 -1
- data/lib/puppet/parser/functions.rb +1 -1
- data/lib/puppet/parser/functions/assert_type.rb +3 -3
- data/lib/puppet/parser/functions/each.rb +2 -2
- data/lib/puppet/parser/functions/filter.rb +1 -1
- data/lib/puppet/parser/functions/hiera.rb +4 -4
- data/lib/puppet/parser/functions/hiera_array.rb +5 -5
- data/lib/puppet/parser/functions/hiera_hash.rb +6 -6
- data/lib/puppet/parser/functions/hiera_include.rb +10 -11
- data/lib/puppet/parser/functions/inline_template.rb +1 -1
- data/lib/puppet/parser/functions/lest.rb +1 -1
- data/lib/puppet/parser/functions/lookup.rb +1 -1
- data/lib/puppet/parser/functions/map.rb +1 -1
- data/lib/puppet/parser/functions/reduce.rb +1 -1
- data/lib/puppet/parser/functions/reverse_each.rb +1 -1
- data/lib/puppet/parser/functions/step.rb +1 -1
- data/lib/puppet/parser/functions/then.rb +1 -1
- data/lib/puppet/parser/functions/with.rb +4 -4
- data/lib/puppet/pops/types/types.rb +8 -4
- data/lib/puppet/provider/user/aix.rb +1 -1
- data/lib/puppet/reference/providers.rb +1 -1
- data/lib/puppet/reference/report.rb +1 -1
- data/lib/puppet/resource/capability_finder.rb +1 -1
- data/lib/puppet/resource/catalog.rb +2 -2
- data/lib/puppet/resource/type.rb +6 -2
- data/lib/puppet/settings/config_file.rb +1 -1
- data/lib/puppet/settings/environment_conf.rb +10 -1
- data/lib/puppet/ssl/certificate_authority.rb +2 -2
- data/lib/puppet/transaction/report.rb +1 -2
- data/lib/puppet/type.rb +12 -12
- data/lib/puppet/type/file/content.rb +15 -2
- data/lib/puppet/type/file/ensure.rb +1 -1
- data/lib/puppet/type/schedule.rb +1 -1
- data/lib/puppet/type/stage.rb +1 -1
- data/lib/puppet/version.rb +1 -1
- data/locales/ja/puppet.po +179 -148
- data/locales/puppet.pot +139 -115
- data/man/man5/puppet.conf.5 +16 -16
- data/man/man8/puppet-agent.8 +2 -2
- data/man/man8/puppet-apply.8 +2 -2
- data/man/man8/puppet-ca.8 +3 -3
- data/man/man8/puppet-catalog.8 +2 -2
- data/man/man8/puppet-cert.8 +2 -2
- data/man/man8/puppet-certificate.8 +3 -3
- data/man/man8/puppet-certificate_request.8 +2 -2
- data/man/man8/puppet-certificate_revocation_list.8 +2 -2
- data/man/man8/puppet-config.8 +3 -3
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +2 -2
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +2 -2
- data/man/man8/puppet-facts.8 +2 -2
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +2 -2
- data/man/man8/puppet-help.8 +2 -2
- data/man/man8/puppet-key.8 +2 -2
- data/man/man8/puppet-lookup.8 +2 -2
- data/man/man8/puppet-man.8 +2 -2
- data/man/man8/puppet-master.8 +2 -2
- data/man/man8/puppet-module.8 +4 -4
- data/man/man8/puppet-node.8 +2 -2
- data/man/man8/puppet-parser.8 +2 -2
- data/man/man8/puppet-plugin.8 +2 -2
- data/man/man8/puppet-report.8 +2 -2
- data/man/man8/puppet-resource.8 +2 -2
- data/man/man8/puppet-script.8 +2 -2
- data/man/man8/puppet-status.8 +3 -3
- data/man/man8/puppet.8 +2 -2
- data/spec/integration/type/file_spec.rb +30 -0
- data/spec/unit/defaults_spec.rb +14 -0
- data/spec/unit/environments_spec.rb +40 -0
- data/spec/unit/face/module/build_spec.rb +2 -2
- data/spec/unit/functions/match_spec.rb +18 -0
- data/spec/unit/functions/new_spec.rb +1 -0
- data/spec/unit/network/http/factory_spec.rb +35 -28
- data/spec/unit/resource/type_spec.rb +22 -6
- data/spec/unit/type/file/content_spec.rb +12 -0
- data/spec/unit/type/file/source_spec.rb +8 -2
- metadata +3632 -3656
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.1-46-g2800397\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-05-18 20:31+0000\n"
|
13
|
+
"PO-Revision-Date: 2018-05-18 20:31+0000\n"
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
16
16
|
"Language: \n"
|
@@ -25,7 +25,7 @@ msgid "The function '%{class_name}' is deprecated in favor of using 'lookup'."
|
|
25
25
|
msgstr ""
|
26
26
|
|
27
27
|
#: ../lib/hiera/puppet_function.rb:65
|
28
|
-
msgid "See https://
|
28
|
+
msgid "See https://puppet.com/docs/puppet/%{minor_version}/deprecated_language.html"
|
29
29
|
msgstr ""
|
30
30
|
|
31
31
|
#: ../lib/hiera/scope.rb:43 ../lib/puppet/parser/scope.rb:537
|
@@ -53,7 +53,7 @@ msgid "Puppet %{version} requires ruby 1.9.3 or greater."
|
|
53
53
|
msgstr ""
|
54
54
|
|
55
55
|
#: ../lib/puppet.rb:130
|
56
|
-
msgid "Support for ruby version %{version} is deprecated and will be removed in a future release. See https://
|
56
|
+
msgid "Support for ruby version %{version} is deprecated and will be removed in a future release. See https://puppet.com/docs/puppet/latest/system_requirements.html for a list of supported ruby versions."
|
57
57
|
msgstr ""
|
58
58
|
|
59
59
|
#: ../lib/puppet.rb:177
|
@@ -509,63 +509,63 @@ msgstr ""
|
|
509
509
|
msgid "Could not retrieve catalog; skipping run"
|
510
510
|
msgstr ""
|
511
511
|
|
512
|
-
#: ../lib/puppet/configurer.rb:
|
512
|
+
#: ../lib/puppet/configurer.rb:184
|
513
513
|
msgid "Applied catalog in %{seconds} seconds"
|
514
514
|
msgstr ""
|
515
515
|
|
516
|
-
#: ../lib/puppet/configurer.rb:
|
516
|
+
#: ../lib/puppet/configurer.rb:225
|
517
517
|
msgid "Could not select a functional puppet master"
|
518
518
|
msgstr ""
|
519
519
|
|
520
|
-
#: ../lib/puppet/configurer.rb:
|
520
|
+
#: ../lib/puppet/configurer.rb:262
|
521
521
|
msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
|
522
522
|
msgstr ""
|
523
523
|
|
524
|
-
#: ../lib/puppet/configurer.rb:
|
524
|
+
#: ../lib/puppet/configurer.rb:307
|
525
525
|
msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
|
526
526
|
msgstr ""
|
527
527
|
|
528
|
-
#: ../lib/puppet/configurer.rb:
|
528
|
+
#: ../lib/puppet/configurer.rb:312
|
529
529
|
msgid "Using configured environment '%{env}'"
|
530
530
|
msgstr ""
|
531
531
|
|
532
|
-
#: ../lib/puppet/configurer.rb:
|
532
|
+
#: ../lib/puppet/configurer.rb:316
|
533
533
|
msgid "Unable to fetch my node definition, but the agent run will continue:"
|
534
534
|
msgstr ""
|
535
535
|
|
536
|
-
#: ../lib/puppet/configurer.rb:
|
536
|
+
#: ../lib/puppet/configurer.rb:340
|
537
537
|
msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
|
538
538
|
msgstr ""
|
539
539
|
|
540
|
-
#: ../lib/puppet/configurer.rb:
|
540
|
+
#: ../lib/puppet/configurer.rb:351
|
541
541
|
msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
|
542
542
|
msgstr ""
|
543
543
|
|
544
|
-
#: ../lib/puppet/configurer.rb:
|
544
|
+
#: ../lib/puppet/configurer.rb:353
|
545
545
|
msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
|
546
546
|
msgstr ""
|
547
547
|
|
548
|
-
#: ../lib/puppet/configurer.rb:
|
548
|
+
#: ../lib/puppet/configurer.rb:372
|
549
549
|
msgid "Failed to apply catalog: %{detail}"
|
550
550
|
msgstr ""
|
551
551
|
|
552
|
-
#: ../lib/puppet/configurer.rb:
|
552
|
+
#: ../lib/puppet/configurer.rb:421 ../lib/puppet/face/report.rb:47
|
553
553
|
msgid "Could not send report: %{detail}"
|
554
554
|
msgstr ""
|
555
555
|
|
556
|
-
#: ../lib/puppet/configurer.rb:
|
556
|
+
#: ../lib/puppet/configurer.rb:430
|
557
557
|
msgid "Could not save last run local report: %{detail}"
|
558
558
|
msgstr ""
|
559
559
|
|
560
|
-
#: ../lib/puppet/configurer.rb:
|
560
|
+
#: ../lib/puppet/configurer.rb:442
|
561
561
|
msgid "Could not run command from %{setting}: %{detail}"
|
562
562
|
msgstr ""
|
563
563
|
|
564
|
-
#: ../lib/puppet/configurer.rb:
|
564
|
+
#: ../lib/puppet/configurer.rb:460
|
565
565
|
msgid "Could not retrieve catalog from cache: %{detail}"
|
566
566
|
msgstr ""
|
567
567
|
|
568
|
-
#: ../lib/puppet/configurer.rb:
|
568
|
+
#: ../lib/puppet/configurer.rb:480
|
569
569
|
msgid "Could not retrieve catalog from remote server: %{detail}"
|
570
570
|
msgstr ""
|
571
571
|
|
@@ -902,37 +902,37 @@ msgstr ""
|
|
902
902
|
msgid "New environment loaders generated from the requested section."
|
903
903
|
msgstr ""
|
904
904
|
|
905
|
-
#: ../lib/puppet/face/config.rb:
|
905
|
+
#: ../lib/puppet/face/config.rb:137
|
906
906
|
msgid "No section specified; defaulting to '%{section_name}'."
|
907
907
|
msgstr ""
|
908
908
|
|
909
909
|
#. TRANSLATORS '--section' is a command line option and should not be translated
|
910
|
-
#: ../lib/puppet/face/config.rb:
|
910
|
+
#: ../lib/puppet/face/config.rb:140
|
911
911
|
msgid "Set the config section by using the `--section` flag."
|
912
912
|
msgstr ""
|
913
913
|
|
914
914
|
#. TRANSLATORS `puppet config --section user print foo` is a command line example and should not be translated
|
915
|
-
#: ../lib/puppet/face/config.rb:
|
915
|
+
#: ../lib/puppet/face/config.rb:142
|
916
916
|
msgid "For example, `puppet config --section user print foo`."
|
917
917
|
msgstr ""
|
918
918
|
|
919
|
-
#: ../lib/puppet/face/config.rb:
|
919
|
+
#: ../lib/puppet/face/config.rb:143
|
920
920
|
msgid "For more information, see https://puppet.com/docs/puppet/latest/configuration.html"
|
921
921
|
msgstr ""
|
922
922
|
|
923
|
-
#: ../lib/puppet/face/config.rb:
|
923
|
+
#: ../lib/puppet/face/config.rb:150
|
924
924
|
msgid "Resolving settings from section '%{section_name}' in environment '%{environment_name}'"
|
925
925
|
msgstr ""
|
926
926
|
|
927
|
-
#: ../lib/puppet/face/config.rb:
|
927
|
+
#: ../lib/puppet/face/config.rb:155
|
928
928
|
msgid "Set Puppet's settings."
|
929
929
|
msgstr ""
|
930
930
|
|
931
|
-
#: ../lib/puppet/face/config.rb:
|
931
|
+
#: ../lib/puppet/face/config.rb:156
|
932
932
|
msgid "[setting_name] [setting_value]"
|
933
933
|
msgstr ""
|
934
934
|
|
935
|
-
#: ../lib/puppet/face/config.rb:
|
935
|
+
#: ../lib/puppet/face/config.rb:184
|
936
936
|
msgid ""
|
937
937
|
"The environment should be set in either the `[user]`, `[agent]`, or `[master]`\n"
|
938
938
|
"section. Variables set in the `[agent]` section are used when running\n"
|
@@ -944,25 +944,25 @@ msgid ""
|
|
944
944
|
"https://puppet.com/docs/puppet/latest/configuration.html#environment\n"
|
945
945
|
msgstr ""
|
946
946
|
|
947
|
-
#: ../lib/puppet/face/config.rb:
|
947
|
+
#: ../lib/puppet/face/config.rb:212
|
948
948
|
msgid "Delete a Puppet setting."
|
949
949
|
msgstr ""
|
950
950
|
|
951
|
-
#: ../lib/puppet/face/config.rb:
|
951
|
+
#: ../lib/puppet/face/config.rb:213
|
952
952
|
msgid "(<setting>"
|
953
953
|
msgstr ""
|
954
954
|
|
955
955
|
#. TRANSLATORS 'main' is a specific section name and should not be translated
|
956
|
-
#: ../lib/puppet/face/config.rb:
|
956
|
+
#: ../lib/puppet/face/config.rb:250
|
957
957
|
msgid "Deleted setting from '%{section_name}': '%{setting_string}'"
|
958
958
|
msgstr ""
|
959
959
|
|
960
|
-
#: ../lib/puppet/face/config.rb:
|
960
|
+
#: ../lib/puppet/face/config.rb:253
|
961
961
|
msgid "No setting found in configuration file for section '%{section_name}' setting name '%{name}'"
|
962
962
|
msgstr ""
|
963
963
|
|
964
964
|
#. TRANSLATORS the 'puppet.conf' is a specific file and should not be translated
|
965
|
-
#: ../lib/puppet/face/config.rb:
|
965
|
+
#: ../lib/puppet/face/config.rb:260
|
966
966
|
msgid "The puppet.conf file does not exist %{puppet_conf}"
|
967
967
|
msgstr ""
|
968
968
|
|
@@ -1288,11 +1288,11 @@ msgid "puppet module build only accepts 0 or 1 arguments"
|
|
1288
1288
|
msgstr ""
|
1289
1289
|
|
1290
1290
|
#: ../lib/puppet/face/module/build.rb:47
|
1291
|
-
msgid "Unable to find metadata.json in module root %{pwd} or parent directories. See <https://
|
1291
|
+
msgid "Unable to find metadata.json in module root %{pwd} or parent directories. See <https://puppet.com/docs/puppet/latest/modules_publishing.html> for required file format."
|
1292
1292
|
msgstr ""
|
1293
1293
|
|
1294
1294
|
#: ../lib/puppet/face/module/build.rb:51
|
1295
|
-
msgid "Unable to find metadata.json in module root %{module_path} or parent directories. See <https://
|
1295
|
+
msgid "Unable to find metadata.json in module root %{module_path} or parent directories. See <https://puppet.com/docs/puppet/latest/modules_publishing.html> for required file format."
|
1296
1296
|
msgstr ""
|
1297
1297
|
|
1298
1298
|
#: ../lib/puppet/face/module/build.rb:61
|
@@ -2212,7 +2212,7 @@ msgstr ""
|
|
2212
2212
|
msgid "The given data does not contain a Collection at %{walked_path}, got '%{klass}'"
|
2213
2213
|
msgstr ""
|
2214
2214
|
|
2215
|
-
#: ../lib/puppet/functions/empty.rb:
|
2215
|
+
#: ../lib/puppet/functions/empty.rb:74
|
2216
2216
|
msgid "Calling function empty() with %{arg_type} value is deprecated."
|
2217
2217
|
msgstr ""
|
2218
2218
|
|
@@ -2241,7 +2241,7 @@ msgstr ""
|
|
2241
2241
|
msgid "match() expects pattern of T, where T is String, Regexp, Regexp[r], Pattern[p], or Array[T]. Got %{klass}"
|
2242
2242
|
msgstr ""
|
2243
2243
|
|
2244
|
-
#: ../lib/puppet/functions/match.rb:
|
2244
|
+
#: ../lib/puppet/functions/match.rb:105
|
2245
2245
|
msgid "Given Regexp Type has no regular expression"
|
2246
2246
|
msgstr ""
|
2247
2247
|
|
@@ -2257,7 +2257,7 @@ msgstr ""
|
|
2257
2257
|
msgid "slice(): block must define one parameter, or the same number of parameters as the given size of the slice (%{slice_size}). Block has %{serving_size}; %{parameter_names}"
|
2258
2258
|
msgstr ""
|
2259
2259
|
|
2260
|
-
#: ../lib/puppet/functions/strftime.rb:
|
2260
|
+
#: ../lib/puppet/functions/strftime.rb:207
|
2261
2261
|
msgid "The argument signature (String format, [String timezone]) is deprecated for #strftime. See #strftime documentation and Timespan type for more info"
|
2262
2262
|
msgstr ""
|
2263
2263
|
|
@@ -3325,7 +3325,7 @@ msgid "Could not determine module path"
|
|
3325
3325
|
msgstr ""
|
3326
3326
|
|
3327
3327
|
#: ../lib/puppet/module_tool/applications/application.rb:43
|
3328
|
-
msgid "Unable to find metadata.json in module root at %{path} See https://
|
3328
|
+
msgid "Unable to find metadata.json in module root at %{path} See https://puppet.com/docs/puppet/latest/modules_publishing.html for required file format."
|
3329
3329
|
msgstr ""
|
3330
3330
|
|
3331
3331
|
#: ../lib/puppet/module_tool/applications/application.rb:53
|
@@ -4264,7 +4264,7 @@ msgstr ""
|
|
4264
4264
|
msgid "Node inheritance is removed in Puppet 4.0.0. See http://links.puppet.com/puppet-node-inheritance-deprecation"
|
4265
4265
|
msgstr ""
|
4266
4266
|
|
4267
|
-
#: ../lib/puppet/parser/ast/pops_bridge.rb:
|
4267
|
+
#: ../lib/puppet/parser/ast/pops_bridge.rb:194
|
4268
4268
|
msgid "Instantiating Resource with type checked parameters - scope is missing, skipping type checking."
|
4269
4269
|
msgstr ""
|
4270
4270
|
|
@@ -4285,7 +4285,7 @@ msgid "Compilation has been halted because: %{error}"
|
|
4285
4285
|
msgstr ""
|
4286
4286
|
|
4287
4287
|
#: ../lib/puppet/parser/compiler.rb:30
|
4288
|
-
msgid "For more information, see https://
|
4288
|
+
msgid "For more information, see https://puppet.com/docs/puppet/latest/environments_about.html"
|
4289
4289
|
msgstr ""
|
4290
4290
|
|
4291
4291
|
#. TRANSLATORS "stage" is a keyword in Puppet and should not be translated
|
@@ -4436,7 +4436,7 @@ msgstr ""
|
|
4436
4436
|
msgid "'%{param}' is not a valid relationship to a capability"
|
4437
4437
|
msgstr ""
|
4438
4438
|
|
4439
|
-
#: ../lib/puppet/parser/compiler/catalog_validator/relationship_validator.rb:
|
4439
|
+
#: ../lib/puppet/parser/compiler/catalog_validator/relationship_validator.rb:43
|
4440
4440
|
msgid "Could not find resource '%{res}' in parameter '%{param}'"
|
4441
4441
|
msgstr ""
|
4442
4442
|
|
@@ -4920,7 +4920,7 @@ msgstr ""
|
|
4920
4920
|
msgid "Can only delete from an Array or Hash."
|
4921
4921
|
msgstr ""
|
4922
4922
|
|
4923
|
-
#: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:
|
4923
|
+
#: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:526
|
4924
4924
|
msgid "Internal Error: Configuration of runtime error handling wrong: should have raised exception"
|
4925
4925
|
msgstr ""
|
4926
4926
|
|
@@ -4937,11 +4937,11 @@ msgstr ""
|
|
4937
4937
|
msgid "Unknown resource type: '%{type}'"
|
4938
4938
|
msgstr ""
|
4939
4939
|
|
4940
|
-
#: ../lib/puppet/pops/evaluator/runtime3_support.rb:
|
4940
|
+
#: ../lib/puppet/pops/evaluator/runtime3_support.rb:148
|
4941
4941
|
msgid "Internal error - attempt to create a local scope without a hash"
|
4942
4942
|
msgstr ""
|
4943
4943
|
|
4944
|
-
#: ../lib/puppet/pops/evaluator/runtime3_support.rb:
|
4944
|
+
#: ../lib/puppet/pops/evaluator/runtime3_support.rb:286
|
4945
4945
|
msgid "Unknown function '%{name}'"
|
4946
4946
|
msgstr ""
|
4947
4947
|
|
@@ -6313,65 +6313,65 @@ msgstr ""
|
|
6313
6313
|
msgid "Unknown type <%{type}>"
|
6314
6314
|
msgstr ""
|
6315
6315
|
|
6316
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6316
|
+
#: ../lib/puppet/pops/types/types.rb:928
|
6317
6317
|
msgid "The string '%{str}' cannot be converted to Numeric"
|
6318
6318
|
msgstr ""
|
6319
6319
|
|
6320
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6320
|
+
#: ../lib/puppet/pops/types/types.rb:931
|
6321
6321
|
msgid "Value of type %{type} cannot be converted to Numeric"
|
6322
6322
|
msgstr ""
|
6323
6323
|
|
6324
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6324
|
+
#: ../lib/puppet/pops/types/types.rb:1169
|
6325
6325
|
msgid "The string '%{str}' cannot be converted to Integer"
|
6326
6326
|
msgstr ""
|
6327
6327
|
|
6328
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6328
|
+
#: ../lib/puppet/pops/types/types.rb:1172
|
6329
6329
|
msgid "Value of type %{type} cannot be converted to Integer"
|
6330
6330
|
msgstr ""
|
6331
6331
|
|
6332
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6332
|
+
#: ../lib/puppet/pops/types/types.rb:1180
|
6333
6333
|
msgid "Illegal radix: %{radix}, expected 2, 8, 10, 16, or default"
|
6334
6334
|
msgstr ""
|
6335
6335
|
|
6336
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6336
|
+
#: ../lib/puppet/pops/types/types.rb:1293
|
6337
6337
|
msgid "The string '%{str}' cannot be converted to Float"
|
6338
6338
|
msgstr ""
|
6339
6339
|
|
6340
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6340
|
+
#: ../lib/puppet/pops/types/types.rb:1296
|
6341
6341
|
msgid "Value of type %{type} cannot be converted to Float"
|
6342
6342
|
msgstr ""
|
6343
6343
|
|
6344
6344
|
#. TRANSLATORS 'PStringType#initialize' is a class and method name and should not be translated
|
6345
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6345
|
+
#: ../lib/puppet/pops/types/types.rb:1513
|
6346
6346
|
msgid "Passing more than one argument to PStringType#initialize is deprecated"
|
6347
6347
|
msgstr ""
|
6348
6348
|
|
6349
6349
|
#. TRANSLATORS 'PStringType#values' and '#value' are classes and method names and should not be translated
|
6350
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6350
|
+
#: ../lib/puppet/pops/types/types.rb:1567
|
6351
6351
|
msgid "Method PStringType#values is deprecated. Use #value instead"
|
6352
6352
|
msgstr ""
|
6353
6353
|
|
6354
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6354
|
+
#: ../lib/puppet/pops/types/types.rb:1915
|
6355
6355
|
msgid "The string '%{str}' cannot be converted to Boolean"
|
6356
6356
|
msgstr ""
|
6357
6357
|
|
6358
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6358
|
+
#: ../lib/puppet/pops/types/types.rb:1918
|
6359
6359
|
msgid "Value of type %{type} cannot be converted to Boolean"
|
6360
6360
|
msgstr ""
|
6361
6361
|
|
6362
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6362
|
+
#: ../lib/puppet/pops/types/types.rb:2646
|
6363
6363
|
msgid "Value of type %{type} cannot be converted to Array"
|
6364
6364
|
msgstr ""
|
6365
6365
|
|
6366
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6366
|
+
#: ../lib/puppet/pops/types/types.rb:2716
|
6367
6367
|
msgid "Puppet::Pops::Types::PHashType#element_type is deprecated, use #value_type instead"
|
6368
6368
|
msgstr ""
|
6369
6369
|
|
6370
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6370
|
+
#: ../lib/puppet/pops/types/types.rb:2853
|
6371
6371
|
msgid "odd number of arguments for Hash"
|
6372
6372
|
msgstr ""
|
6373
6373
|
|
6374
|
-
#: ../lib/puppet/pops/types/types.rb:
|
6374
|
+
#: ../lib/puppet/pops/types/types.rb:2864
|
6375
6375
|
msgid "Value of type %{type} cannot be converted to Hash"
|
6376
6376
|
msgstr ""
|
6377
6377
|
|
@@ -6498,67 +6498,67 @@ msgstr ""
|
|
6498
6498
|
msgid "missing path argument %{narg} for %{cmd}"
|
6499
6499
|
msgstr ""
|
6500
6500
|
|
6501
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6501
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:136
|
6502
6502
|
msgid "missing string argument %{narg} for %{cmd}"
|
6503
6503
|
msgstr ""
|
6504
6504
|
|
6505
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6505
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:141
|
6506
6506
|
msgid "invalid comparator for command %{cmd}"
|
6507
6507
|
msgstr ""
|
6508
6508
|
|
6509
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6509
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:228 ../lib/puppet/provider/augeas/augeas.rb:259 ../lib/puppet/provider/augeas/augeas.rb:307 ../lib/puppet/provider/augeas/augeas.rb:322
|
6510
6510
|
msgid "Invalid command: %{cmd}"
|
6511
6511
|
msgstr ""
|
6512
6512
|
|
6513
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6513
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:269
|
6514
6514
|
msgid "Error trying to get path '%{path}'"
|
6515
6515
|
msgstr ""
|
6516
6516
|
|
6517
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6517
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:287 ../lib/puppet/provider/augeas/augeas.rb:295 ../lib/puppet/provider/augeas/augeas.rb:343 ../lib/puppet/provider/augeas/augeas.rb:351
|
6518
6518
|
msgid "Invalid array in command: %{cmd}"
|
6519
6519
|
msgstr ""
|
6520
6520
|
|
6521
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6521
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:317
|
6522
6522
|
msgid "Error trying to match path '%{path}'"
|
6523
6523
|
msgstr ""
|
6524
6524
|
|
6525
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6525
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:387
|
6526
6526
|
msgid "Loading failed for one or more files, see debug for /augeas//error output"
|
6527
6527
|
msgstr ""
|
6528
6528
|
|
6529
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6529
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:429
|
6530
6530
|
msgid "Error sending command '%{command}' with params %{param}/%{message}"
|
6531
6531
|
msgstr ""
|
6532
6532
|
|
6533
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6533
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:444
|
6534
6534
|
msgid "Saving failed, see debug"
|
6535
6535
|
msgstr ""
|
6536
6536
|
|
6537
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6537
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:486
|
6538
6538
|
msgid "Save failed, see debug"
|
6539
6539
|
msgstr ""
|
6540
6540
|
|
6541
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6541
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:498
|
6542
6542
|
msgid "invalid command %{cmd}"
|
6543
6543
|
msgstr ""
|
6544
6544
|
|
6545
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6545
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:506 ../lib/puppet/provider/augeas/augeas.rb:511 ../lib/puppet/provider/augeas/augeas.rb:518 ../lib/puppet/provider/augeas/augeas.rb:522 ../lib/puppet/provider/augeas/augeas.rb:528 ../lib/puppet/provider/augeas/augeas.rb:536 ../lib/puppet/provider/augeas/augeas.rb:549 ../lib/puppet/provider/augeas/augeas.rb:553 ../lib/puppet/provider/augeas/augeas.rb:557 ../lib/puppet/provider/augeas/augeas.rb:561 ../lib/puppet/provider/augeas/augeas.rb:565
|
6546
6546
|
msgid "Error sending command '%{command}' with params %{params}"
|
6547
6547
|
msgstr ""
|
6548
6548
|
|
6549
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6549
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:513 ../lib/puppet/provider/augeas/augeas.rb:530
|
6550
6550
|
msgid "command '%{command}' not supported in installed version of ruby-augeas"
|
6551
6551
|
msgstr ""
|
6552
6552
|
|
6553
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6553
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:545
|
6554
6554
|
msgid "Invalid value '%{where}' for where param"
|
6555
6555
|
msgstr ""
|
6556
6556
|
|
6557
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6557
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:566
|
6558
6558
|
msgid "Command '%{command}' is not supported"
|
6559
6559
|
msgstr ""
|
6560
6560
|
|
6561
|
-
#: ../lib/puppet/provider/augeas/augeas.rb:
|
6561
|
+
#: ../lib/puppet/provider/augeas/augeas.rb:569
|
6562
6562
|
msgid "Error sending command '%{command}' with params %{params}/%{message}"
|
6563
6563
|
msgstr ""
|
6564
6564
|
|
@@ -7487,43 +7487,43 @@ msgstr ""
|
|
7487
7487
|
msgid "%{name} is not a class; cannot add code from it"
|
7488
7488
|
msgstr ""
|
7489
7489
|
|
7490
|
-
#: ../lib/puppet/resource/type.rb:
|
7490
|
+
#: ../lib/puppet/resource/type.rb:195
|
7491
7491
|
msgid "Cannot have code outside of a class/node/define because 'freeze_main' is enabled"
|
7492
7492
|
msgstr ""
|
7493
7493
|
|
7494
|
-
#: ../lib/puppet/resource/type.rb:
|
7494
|
+
#: ../lib/puppet/resource/type.rb:199
|
7495
7495
|
msgid "Cannot merge classes with different parent classes (%{name} => %{parent} vs. %{other_name} => %{other_parent})"
|
7496
7496
|
msgstr ""
|
7497
7497
|
|
7498
|
-
#: ../lib/puppet/resource/type.rb:
|
7498
|
+
#: ../lib/puppet/resource/type.rb:230
|
7499
7499
|
msgid "Cannot create resources for defined resource types"
|
7500
7500
|
msgstr ""
|
7501
7501
|
|
7502
|
-
#: ../lib/puppet/resource/type.rb:
|
7502
|
+
#: ../lib/puppet/resource/type.rb:284
|
7503
7503
|
msgid "The method Puppet::Resource::Type.assign_parameter_values is deprecated and will be removed in the next major release of Puppet."
|
7504
7504
|
msgstr ""
|
7505
7505
|
|
7506
|
-
#: ../lib/puppet/resource/type.rb:
|
7506
|
+
#: ../lib/puppet/resource/type.rb:300
|
7507
7507
|
msgid "Could not find parent resource type '%{parent}' of type %{parent_type} in %{env}"
|
7508
7508
|
msgstr ""
|
7509
7509
|
|
7510
|
-
#: ../lib/puppet/resource/type.rb:
|
7510
|
+
#: ../lib/puppet/resource/type.rb:427
|
7511
7511
|
msgid "Parameter '%{name}' is given a type, but is not a valid parameter."
|
7512
7512
|
msgstr ""
|
7513
7513
|
|
7514
|
-
#: ../lib/puppet/resource/type.rb:
|
7514
|
+
#: ../lib/puppet/resource/type.rb:430
|
7515
7515
|
msgid "Parameter '%{name}' is given a type that is not a Puppet Type, got %{class_name}"
|
7516
7516
|
msgstr ""
|
7517
7517
|
|
7518
|
-
#: ../lib/puppet/resource/type.rb:
|
7518
|
+
#: ../lib/puppet/resource/type.rb:470
|
7519
7519
|
msgid "Could not find scope for %{class_name}"
|
7520
7520
|
msgstr ""
|
7521
7521
|
|
7522
|
-
#: ../lib/puppet/resource/type.rb:
|
7522
|
+
#: ../lib/puppet/resource/type.rb:491
|
7523
7523
|
msgid "%{param} is a metaparam; this value will inherit to all contained resources in the %{name} definition"
|
7524
7524
|
msgstr ""
|
7525
7525
|
|
7526
|
-
#: ../lib/puppet/resource/type.rb:
|
7526
|
+
#: ../lib/puppet/resource/type.rb:493
|
7527
7527
|
msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
|
7528
7528
|
msgstr ""
|
7529
7529
|
|
@@ -7703,7 +7703,7 @@ msgid "Please use the directory environments feature to specify environments."
|
|
7703
7703
|
msgstr ""
|
7704
7704
|
|
7705
7705
|
#: ../lib/puppet/settings/config_file.rb:93
|
7706
|
-
msgid "(See https://
|
7706
|
+
msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
|
7707
7707
|
msgstr ""
|
7708
7708
|
|
7709
7709
|
#: ../lib/puppet/settings/config_file.rb:138
|
@@ -7804,7 +7804,7 @@ msgid "Could not write CA password: %{detail}"
|
|
7804
7804
|
msgstr ""
|
7805
7805
|
|
7806
7806
|
#: ../lib/puppet/ssl/certificate_authority.rb:212
|
7807
|
-
msgid "Puppet::SSL::CertificateAuthority#list_certificates is deprecated. Please use Puppet::SSL::CertificateAuthority#list or the certificate status API to query certificate information. See https://
|
7807
|
+
msgid "Puppet::SSL::CertificateAuthority#list_certificates is deprecated. Please use Puppet::SSL::CertificateAuthority#list or the certificate status API to query certificate information. See https://puppet.com/docs/puppet/latest/http_api/http_certificate_status.html"
|
7808
7808
|
msgstr ""
|
7809
7809
|
|
7810
7810
|
#: ../lib/puppet/ssl/certificate_authority.rb:250
|
@@ -7864,7 +7864,7 @@ msgid "CSR '%{csr}' subjectAltName contains a wildcard, which is not allowed: %{
|
|
7864
7864
|
msgstr ""
|
7865
7865
|
|
7866
7866
|
#: ../lib/puppet/ssl/certificate_authority.rb:480
|
7867
|
-
msgid "Puppet::SSL::CertificateAuthority#certificate_is_alive? is deprecated. Please use Puppet::SSL::CertificateAuthority#verify or the certificate status API to query certificate information. See https://
|
7867
|
+
msgid "Puppet::SSL::CertificateAuthority#certificate_is_alive? is deprecated. Please use Puppet::SSL::CertificateAuthority#verify or the certificate status API to query certificate information. See https://puppet.com/docs/puppet/latest/http_api/http_certificate_status.html"
|
7868
7868
|
msgstr ""
|
7869
7869
|
|
7870
7870
|
#: ../lib/puppet/ssl/certificate_authority.rb:497
|
@@ -8536,6 +8536,30 @@ msgstr ""
|
|
8536
8536
|
msgid "MD5 is not supported in FIPS mode"
|
8537
8537
|
msgstr ""
|
8538
8538
|
|
8539
|
+
#. TRANSLATORS "content" is an attribute and should not be translated
|
8540
|
+
#: ../lib/puppet/type/file/content.rb:53
|
8541
|
+
msgid "Using a checksum in a file's \"content\" property is deprecated."
|
8542
|
+
msgstr ""
|
8543
|
+
|
8544
|
+
#. TRANSLATORS "filebucket" is a resource type and should not be translated. The quoted occurrence of "content" is an attribute and should not be translated.
|
8545
|
+
#: ../lib/puppet/type/file/content.rb:55
|
8546
|
+
msgid "The ability to use a checksum to retrieve content from the filebucket using the \"content\" property will be removed in a future release."
|
8547
|
+
msgstr ""
|
8548
|
+
|
8549
|
+
#. TRANSLATORS "content" is an attribute and should not be translated.
|
8550
|
+
#: ../lib/puppet/type/file/content.rb:57
|
8551
|
+
msgid "The literal value of the \"content\" property will be written to the file."
|
8552
|
+
msgstr ""
|
8553
|
+
|
8554
|
+
#. TRANSLATORS "static catalogs" should not be translated.
|
8555
|
+
#: ../lib/puppet/type/file/content.rb:59
|
8556
|
+
msgid "The checksum retrieval functionality is being replaced by the use of static catalogs."
|
8557
|
+
msgstr ""
|
8558
|
+
|
8559
|
+
#: ../lib/puppet/type/file/content.rb:60
|
8560
|
+
msgid "See https://puppet.com/docs/puppet/latest/static_catalogs.html for more information."
|
8561
|
+
msgstr ""
|
8562
|
+
|
8539
8563
|
#. TRANSLATORS 'Ensure' is an attribute and ':present' is a value and should not be translated
|
8540
8564
|
#: ../lib/puppet/type/file/data_sync.rb:31
|
8541
8565
|
msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
|
@@ -8565,7 +8589,7 @@ msgstr ""
|
|
8565
8589
|
msgid "Invalid GID %{gid}"
|
8566
8590
|
msgstr ""
|
8567
8591
|
|
8568
|
-
#: ../lib/puppet/type/group.rb:166 ../lib/puppet/type/user.rb:
|
8592
|
+
#: ../lib/puppet/type/group.rb:166 ../lib/puppet/type/user.rb:649
|
8569
8593
|
msgid "Attributes value pairs must be separated by an ="
|
8570
8594
|
msgstr ""
|
8571
8595
|
|
@@ -8796,105 +8820,105 @@ msgstr ""
|
|
8796
8820
|
msgid "Could not find group(s) %{groups}"
|
8797
8821
|
msgstr ""
|
8798
8822
|
|
8799
|
-
#: ../lib/puppet/type/user.rb:
|
8823
|
+
#: ../lib/puppet/type/user.rb:255
|
8800
8824
|
msgid "Passwords cannot include ':'"
|
8801
8825
|
msgstr ""
|
8802
8826
|
|
8803
|
-
#: ../lib/puppet/type/user.rb:
|
8827
|
+
#: ../lib/puppet/type/user.rb:260
|
8804
8828
|
msgid "created password"
|
8805
8829
|
msgstr ""
|
8806
8830
|
|
8807
|
-
#: ../lib/puppet/type/user.rb:
|
8831
|
+
#: ../lib/puppet/type/user.rb:262
|
8808
8832
|
msgid "changed password"
|
8809
8833
|
msgstr ""
|
8810
8834
|
|
8811
|
-
#: ../lib/puppet/type/user.rb:
|
8835
|
+
#: ../lib/puppet/type/user.rb:267
|
8812
8836
|
msgid "[old password hash redacted]"
|
8813
8837
|
msgstr ""
|
8814
8838
|
|
8815
|
-
#: ../lib/puppet/type/user.rb:
|
8839
|
+
#: ../lib/puppet/type/user.rb:270
|
8816
8840
|
msgid "[new password hash redacted]"
|
8817
8841
|
msgstr ""
|
8818
8842
|
|
8819
|
-
#: ../lib/puppet/type/user.rb:
|
8843
|
+
#: ../lib/puppet/type/user.rb:289
|
8820
8844
|
msgid "Password minimum age must be provided as a number."
|
8821
8845
|
msgstr ""
|
8822
8846
|
|
8823
|
-
#: ../lib/puppet/type/user.rb:
|
8847
|
+
#: ../lib/puppet/type/user.rb:308
|
8824
8848
|
msgid "Password maximum age must be provided as a number."
|
8825
8849
|
msgstr ""
|
8826
8850
|
|
8827
|
-
#: ../lib/puppet/type/user.rb:
|
8851
|
+
#: ../lib/puppet/type/user.rb:339
|
8828
8852
|
msgid "Group names must be provided, not GID numbers."
|
8829
8853
|
msgstr ""
|
8830
8854
|
|
8831
|
-
#: ../lib/puppet/type/user.rb:
|
8855
|
+
#: ../lib/puppet/type/user.rb:341
|
8832
8856
|
msgid "Group names must be provided as an array, not a comma-separated list."
|
8833
8857
|
msgstr ""
|
8834
8858
|
|
8835
|
-
#: ../lib/puppet/type/user.rb:
|
8859
|
+
#: ../lib/puppet/type/user.rb:342
|
8836
8860
|
msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
|
8837
8861
|
msgstr ""
|
8838
8862
|
|
8839
|
-
#: ../lib/puppet/type/user.rb:
|
8863
|
+
#: ../lib/puppet/type/user.rb:434
|
8840
8864
|
msgid "User provider %{name} can not manage home directories"
|
8841
8865
|
msgstr ""
|
8842
8866
|
|
8843
8867
|
#. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
|
8844
8868
|
#. TRANSLATORS separated by dashes.
|
8845
|
-
#: ../lib/puppet/type/user.rb:
|
8869
|
+
#: ../lib/puppet/type/user.rb:451
|
8846
8870
|
msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
|
8847
8871
|
msgstr ""
|
8848
8872
|
|
8849
|
-
#: ../lib/puppet/type/user.rb:
|
8873
|
+
#: ../lib/puppet/type/user.rb:528
|
8850
8874
|
msgid "Role names must be provided, not numbers"
|
8851
8875
|
msgstr ""
|
8852
8876
|
|
8853
|
-
#: ../lib/puppet/type/user.rb:
|
8877
|
+
#: ../lib/puppet/type/user.rb:530
|
8854
8878
|
msgid "Role names must be provided as an array, not a comma-separated list"
|
8855
8879
|
msgstr ""
|
8856
8880
|
|
8857
|
-
#: ../lib/puppet/type/user.rb:
|
8881
|
+
#: ../lib/puppet/type/user.rb:565
|
8858
8882
|
msgid "Auth names must be provided, not numbers"
|
8859
8883
|
msgstr ""
|
8860
8884
|
|
8861
|
-
#: ../lib/puppet/type/user.rb:
|
8885
|
+
#: ../lib/puppet/type/user.rb:567
|
8862
8886
|
msgid "Auth names must be provided as an array, not a comma-separated list"
|
8863
8887
|
msgstr ""
|
8864
8888
|
|
8865
|
-
#: ../lib/puppet/type/user.rb:
|
8889
|
+
#: ../lib/puppet/type/user.rb:591
|
8866
8890
|
msgid "Profile names must be provided, not numbers"
|
8867
8891
|
msgstr ""
|
8868
8892
|
|
8869
|
-
#: ../lib/puppet/type/user.rb:
|
8893
|
+
#: ../lib/puppet/type/user.rb:593
|
8870
8894
|
msgid "Profile names must be provided as an array, not a comma-separated list"
|
8871
8895
|
msgstr ""
|
8872
8896
|
|
8873
|
-
#: ../lib/puppet/type/user.rb:
|
8897
|
+
#: ../lib/puppet/type/user.rb:615
|
8874
8898
|
msgid "Key/value pairs must be separated by an ="
|
8875
8899
|
msgstr ""
|
8876
8900
|
|
8877
|
-
#: ../lib/puppet/type/user.rb:
|
8901
|
+
#: ../lib/puppet/type/user.rb:722
|
8878
8902
|
msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
|
8879
8903
|
msgstr ""
|
8880
8904
|
|
8881
|
-
#: ../lib/puppet/type/user.rb:
|
8905
|
+
#: ../lib/puppet/type/user.rb:725
|
8882
8906
|
msgid "Paths to keyfiles must be absolute, not %{entry}"
|
8883
8907
|
msgstr ""
|
8884
8908
|
|
8885
|
-
#: ../lib/puppet/type/user.rb:
|
8909
|
+
#: ../lib/puppet/type/user.rb:729
|
8886
8910
|
msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
|
8887
8911
|
msgstr ""
|
8888
8912
|
|
8889
|
-
#: ../lib/puppet/type/user.rb:
|
8913
|
+
#: ../lib/puppet/type/user.rb:741
|
8890
8914
|
msgid "purge_ssh_keys can only be true for users with a defined home directory"
|
8891
8915
|
msgstr ""
|
8892
8916
|
|
8893
|
-
#: ../lib/puppet/type/user.rb:
|
8917
|
+
#: ../lib/puppet/type/user.rb:748
|
8894
8918
|
msgid "purge_ssh_keys value '%{value}' meta character ~ or %{home_placeholder} only allowed for users with a defined home directory"
|
8895
8919
|
msgstr ""
|
8896
8920
|
|
8897
|
-
#: ../lib/puppet/type/user.rb:
|
8921
|
+
#: ../lib/puppet/type/user.rb:762
|
8898
8922
|
msgid "Class name must be provided."
|
8899
8923
|
msgstr ""
|
8900
8924
|
|