puppet 5.3.5-x64-mingw32 → 5.3.6-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.

Files changed (71) hide show
  1. data/lib/puppet/application/cert.rb +3 -1
  2. data/lib/puppet/application/device.rb +99 -12
  3. data/lib/puppet/application/lookup.rb +11 -1
  4. data/lib/puppet/context.rb +1 -1
  5. data/lib/puppet/functions/map.rb +1 -1
  6. data/lib/puppet/indirector/request.rb +6 -10
  7. data/lib/puppet/indirector/rest.rb +9 -9
  8. data/lib/puppet/network/http/connection.rb +8 -0
  9. data/lib/puppet/parser/compiler.rb +7 -0
  10. data/lib/puppet/parser/functions/new.rb +31 -46
  11. data/lib/puppet/parser/functions/return.rb +22 -1
  12. data/lib/puppet/provider/group/windows_adsi.rb +4 -7
  13. data/lib/puppet/provider/service/systemd.rb +1 -1
  14. data/lib/puppet/provider/user/aix.rb +1 -1
  15. data/lib/puppet/provider/user/windows_adsi.rb +1 -1
  16. data/lib/puppet/reference/configuration.rb +2 -0
  17. data/lib/puppet/resource/catalog.rb +1 -1
  18. data/lib/puppet/type/user.rb +34 -3
  19. data/lib/puppet/util/plist.rb +1 -1
  20. data/lib/puppet/util/reference.rb +1 -8
  21. data/lib/puppet/util/windows/adsi.rb +15 -18
  22. data/lib/puppet/util/windows/principal.rb +7 -6
  23. data/lib/puppet/util/windows/sid.rb +60 -7
  24. data/lib/puppet/version.rb +1 -1
  25. data/locales/ja/puppet.po +163 -140
  26. data/locales/puppet.pot +94 -76
  27. data/man/man5/puppet.conf.5 +91 -16
  28. data/man/man8/puppet-agent.8 +6 -2
  29. data/man/man8/puppet-apply.8 +2 -2
  30. data/man/man8/puppet-ca.8 +1 -1
  31. data/man/man8/puppet-catalog.8 +1 -1
  32. data/man/man8/puppet-cert.8 +1 -1
  33. data/man/man8/puppet-certificate.8 +1 -1
  34. data/man/man8/puppet-certificate_request.8 +1 -1
  35. data/man/man8/puppet-certificate_revocation_list.8 +1 -1
  36. data/man/man8/puppet-config.8 +1 -1
  37. data/man/man8/puppet-describe.8 +1 -1
  38. data/man/man8/puppet-device.8 +33 -11
  39. data/man/man8/puppet-doc.8 +1 -1
  40. data/man/man8/puppet-epp.8 +1 -1
  41. data/man/man8/puppet-facts.8 +1 -1
  42. data/man/man8/puppet-filebucket.8 +22 -4
  43. data/man/man8/puppet-generate.8 +1 -1
  44. data/man/man8/puppet-help.8 +1 -1
  45. data/man/man8/puppet-key.8 +1 -1
  46. data/man/man8/puppet-lookup.8 +1 -1
  47. data/man/man8/puppet-man.8 +1 -1
  48. data/man/man8/puppet-master.8 +1 -1
  49. data/man/man8/puppet-module.8 +11 -2
  50. data/man/man8/puppet-node.8 +1 -1
  51. data/man/man8/puppet-parser.8 +1 -1
  52. data/man/man8/puppet-plugin.8 +1 -1
  53. data/man/man8/puppet-report.8 +1 -1
  54. data/man/man8/puppet-resource.8 +1 -1
  55. data/man/man8/puppet-status.8 +1 -1
  56. data/man/man8/puppet.8 +2 -2
  57. data/spec/integration/application/lookup_spec.rb +21 -0
  58. data/spec/integration/util/windows/adsi_spec.rb +86 -1
  59. data/spec/integration/util/windows/principal_spec.rb +10 -1
  60. data/spec/unit/application/cert_spec.rb +17 -5
  61. data/spec/unit/application/device_spec.rb +96 -2
  62. data/spec/unit/indirector/rest_spec.rb +43 -0
  63. data/spec/unit/parser/compiler_spec.rb +8 -0
  64. data/spec/unit/provider/group/windows_adsi_spec.rb +79 -22
  65. data/spec/unit/provider/service/systemd_spec.rb +1 -1
  66. data/spec/unit/provider/user/windows_adsi_spec.rb +4 -4
  67. data/spec/unit/util/plist_spec.rb +3 -3
  68. data/spec/unit/util/windows/adsi_spec.rb +31 -27
  69. data/spec/unit/util/windows/sid_spec.rb +86 -15
  70. data/tasks/manpages.rake +1 -1
  71. metadata +3415 -3415
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 5.3.3-362-gf61e966\n"
9
+ "Project-Id-Version: Puppet automation framework 5.3.5-413-g6525ac3\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2018-01-26 22:31+0000\n"
13
- "PO-Revision-Date: 2018-01-26 22:31+0000\n"
12
+ "POT-Creation-Date: 2018-04-03 18:07+0000\n"
13
+ "PO-Revision-Date: 2018-04-03 18:07+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -217,7 +217,7 @@ msgstr ""
217
217
  msgid "Exiting"
218
218
  msgstr ""
219
219
 
220
- #: ../lib/puppet/application/apply.rb:348
220
+ #: ../lib/puppet/application/apply.rb:346
221
221
  msgid "Could not deserialize catalog from %{format}: %{detail}"
222
222
  msgstr ""
223
223
 
@@ -225,7 +225,11 @@ msgstr ""
225
225
  msgid "Manage certificates and requests"
226
226
  msgstr ""
227
227
 
228
- #: ../lib/puppet/application/cert.rb:329
228
+ #: ../lib/puppet/application/cert.rb:272
229
+ msgid "Refusing to destroy all certs, provide an explicit list of certs to destroy"
230
+ msgstr ""
231
+
232
+ #: ../lib/puppet/application/cert.rb:334
229
233
  msgid "You must specify the hosts to apply to; valid values are an array or the symbol :all"
230
234
  msgstr ""
231
235
 
@@ -233,22 +237,46 @@ msgstr ""
233
237
  msgid "Display help about resource types"
234
238
  msgstr ""
235
239
 
236
- #: ../lib/puppet/application/device.rb:66
240
+ #: ../lib/puppet/application/device.rb:75
237
241
  msgid "Manage remote network devices"
238
242
  msgstr ""
239
243
 
240
- #: ../lib/puppet/application/device.rb:203
244
+ #: ../lib/puppet/application/device.rb:211
245
+ msgid "resource command requires target"
246
+ msgstr ""
247
+
248
+ #: ../lib/puppet/application/device.rb:216
249
+ msgid "missing argument: --target is required when using --apply"
250
+ msgstr ""
251
+
252
+ #: ../lib/puppet/application/device.rb:220
253
+ msgid "%{file} does not exist, cannot apply"
254
+ msgstr ""
255
+
256
+ #: ../lib/puppet/application/device.rb:238
241
257
  msgid "Target device / certificate '%{target}' not found in %{config}"
242
258
  msgstr ""
243
259
 
244
- #: ../lib/puppet/application/device.rb:205
260
+ #: ../lib/puppet/application/device.rb:240
245
261
  msgid "No device found in %{config}"
246
262
  msgstr ""
247
263
 
248
- #: ../lib/puppet/application/device.rb:215
264
+ #: ../lib/puppet/application/device.rb:262
265
+ msgid "retrieving resource: %{resource} from %{target} at %{scheme}%{url_host}%{port}%{url_path}"
266
+ msgstr ""
267
+
268
+ #: ../lib/puppet/application/device.rb:294
249
269
  msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}"
250
270
  msgstr ""
251
271
 
272
+ #: ../lib/puppet/application/device.rb:331 ../lib/puppet/application/resource.rb:196
273
+ msgid "You must specify the type to display"
274
+ msgstr ""
275
+
276
+ #: ../lib/puppet/application/device.rb:332 ../lib/puppet/application/resource.rb:197
277
+ msgid "Could not find type %{type}"
278
+ msgstr ""
279
+
252
280
  #: ../lib/puppet/application/doc.rb:28
253
281
  msgid "Invalid output format %{arg}"
254
282
  msgstr ""
@@ -369,7 +397,7 @@ msgstr ""
369
397
  msgid "Unknown rendering format '%{format}'"
370
398
  msgstr ""
371
399
 
372
- #: ../lib/puppet/application/lookup.rb:350 ../lib/puppet/face/epp.rb:493
400
+ #: ../lib/puppet/application/lookup.rb:360 ../lib/puppet/face/epp.rb:493
373
401
  msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
374
402
  msgstr ""
375
403
 
@@ -421,14 +449,6 @@ msgstr ""
421
449
  msgid "Editing with Yaml output is not supported"
422
450
  msgstr ""
423
451
 
424
- #: ../lib/puppet/application/resource.rb:196
425
- msgid "You must specify the type to display"
426
- msgstr ""
427
-
428
- #: ../lib/puppet/application/resource.rb:197
429
- msgid "Could not find type %{type}"
430
- msgstr ""
431
-
432
452
  #: ../lib/puppet/application/resource.rb:204
433
453
  msgid "Invalid parameter setting %{setting}"
434
454
  msgstr ""
@@ -526,11 +546,11 @@ msgstr ""
526
546
  msgid "Could not run command from %{setting}: %{detail}"
527
547
  msgstr ""
528
548
 
529
- #: ../lib/puppet/configurer.rb:433
549
+ #: ../lib/puppet/configurer.rb:438
530
550
  msgid "Could not retrieve catalog from cache: %{detail}"
531
551
  msgstr ""
532
552
 
533
- #: ../lib/puppet/configurer.rb:445
553
+ #: ../lib/puppet/configurer.rb:458
534
554
  msgid "Could not retrieve catalog from remote server: %{detail}"
535
555
  msgstr ""
536
556
 
@@ -551,7 +571,7 @@ msgid "Attempted to pop, but already at root of the context stack."
551
571
  msgstr ""
552
572
 
553
573
  #: ../lib/puppet/context.rb:55
554
- msgid "no '%{name}' in %{table} at top of %{stack}"
574
+ msgid "Unable to lookup '%{name}'"
555
575
  msgstr ""
556
576
 
557
577
  #: ../lib/puppet/context.rb:80
@@ -2733,15 +2753,15 @@ msgstr ""
2733
2753
  msgid "Server version %{version} does not accept reports in '%{format}', use `preferred_serialization_format=pson`"
2734
2754
  msgstr ""
2735
2755
 
2736
- #: ../lib/puppet/indirector/request.rb:96
2756
+ #: ../lib/puppet/indirector/request.rb:100
2737
2757
  msgid "Could not find indirection '%{indirection}'"
2738
2758
  msgstr ""
2739
2759
 
2740
- #: ../lib/puppet/indirector/request.rb:135
2760
+ #: ../lib/puppet/indirector/request.rb:139
2741
2761
  msgid "HTTP REST queries cannot handle values of type '%{klass}'"
2742
2762
  msgstr ""
2743
2763
 
2744
- #: ../lib/puppet/indirector/request.rb:190
2764
+ #: ../lib/puppet/indirector/request.rb:194
2745
2765
  msgid "Error connecting to %{srv_server}:%{srv_port}: %{message}"
2746
2766
  msgstr ""
2747
2767
 
@@ -2757,15 +2777,15 @@ msgstr ""
2757
2777
  msgid "Resource instance does not match request key"
2758
2778
  msgstr ""
2759
2779
 
2760
- #: ../lib/puppet/indirector/rest.rb:187
2780
+ #: ../lib/puppet/indirector/rest.rb:185
2761
2781
  msgid "Find %{uri} resulted in 404 with the message: %{body}"
2762
2782
  msgstr ""
2763
2783
 
2764
- #: ../lib/puppet/indirector/rest.rb:220
2784
+ #: ../lib/puppet/indirector/rest.rb:218
2765
2785
  msgid "DELETE does not accept options"
2766
2786
  msgstr ""
2767
2787
 
2768
- #: ../lib/puppet/indirector/rest.rb:235
2788
+ #: ../lib/puppet/indirector/rest.rb:233
2769
2789
  msgid "PUT does not accept options"
2770
2790
  msgstr ""
2771
2791
 
@@ -3838,37 +3858,41 @@ msgstr ""
3838
3858
  msgid "Unknown content encoding - %{encoding}"
3839
3859
  msgstr ""
3840
3860
 
3841
- #: ../lib/puppet/network/http/connection.rb:55
3861
+ #: ../lib/puppet/network/http/connection.rb:56
3842
3862
  msgid "Unrecognized option(s): %{opts}"
3843
3863
  msgstr ""
3844
3864
 
3845
- #: ../lib/puppet/network/http/connection.rb:203
3865
+ #: ../lib/puppet/network/http/connection.rb:204
3846
3866
  msgid "Too many HTTP redirections for %{host}:%{port}"
3847
3867
  msgstr ""
3848
3868
 
3849
3869
  #. TRANSLATORS: Used in the phrase:
3850
3870
  #. "Received a response from the remote server."
3851
- #: ../lib/puppet/network/http/connection.rb:234
3871
+ #: ../lib/puppet/network/http/connection.rb:235
3852
3872
  msgid "the remote server"
3853
3873
  msgstr ""
3854
3874
 
3855
- #: ../lib/puppet/network/http/connection.rb:238
3875
+ #: ../lib/puppet/network/http/connection.rb:239
3856
3876
  msgid "Received a %{status_code} response from %{server_hostname}, but the Retry-After header value of \"%{retry_after}\" could not be converted to an integer or RFC 2822 date."
3857
3877
  msgstr ""
3858
3878
 
3859
- #: ../lib/puppet/network/http/connection.rb:249
3879
+ #: ../lib/puppet/network/http/connection.rb:250
3860
3880
  msgid "Received a %{status_code} response from %{server_hostname}. Sleeping for %{retry_sleep} seconds before retrying the request."
3861
3881
  msgstr ""
3862
3882
 
3863
- #: ../lib/puppet/network/http/connection.rb:320
3883
+ #: ../lib/puppet/network/http/connection.rb:306
3884
+ msgid "request %{uri} interrupted after %{elapsed} seconds"
3885
+ msgstr ""
3886
+
3887
+ #: ../lib/puppet/network/http/connection.rb:328
3864
3888
  msgid "expected one of %{certnames}"
3865
3889
  msgstr ""
3866
3890
 
3867
- #: ../lib/puppet/network/http/connection.rb:322
3891
+ #: ../lib/puppet/network/http/connection.rb:330
3868
3892
  msgid "expected %{certname}"
3869
3893
  msgstr ""
3870
3894
 
3871
- #: ../lib/puppet/network/http/connection.rb:325
3895
+ #: ../lib/puppet/network/http/connection.rb:333
3872
3896
  msgid "Server hostname '%{host}' did not match server certificate; %{expected_certnames}"
3873
3897
  msgstr ""
3874
3898
 
@@ -4000,23 +4024,23 @@ msgstr ""
4000
4024
  msgid "No name provided in serialized data"
4001
4025
  msgstr ""
4002
4026
 
4003
- #: ../lib/puppet/node.rb:100
4027
+ #: ../lib/puppet/node.rb:101
4004
4028
  msgid "Node names cannot be nil"
4005
4029
  msgstr ""
4006
4030
 
4007
- #: ../lib/puppet/node.rb:136
4031
+ #: ../lib/puppet/node.rb:137
4008
4032
  msgid "Could not retrieve facts for %{name}: %{detail}"
4009
4033
  msgstr ""
4010
4034
 
4011
- #: ../lib/puppet/node.rb:154
4035
+ #: ../lib/puppet/node.rb:155
4012
4036
  msgid "The node parameter '%{param_name}' for node '%{node_name}' was already set to '%{value}'. It could not be set to '%{desired_value}'"
4013
4037
  msgstr ""
4014
4038
 
4015
- #: ../lib/puppet/node.rb:193
4039
+ #: ../lib/puppet/node.rb:194
4016
4040
  msgid "Host is missing hostname and/or domain: %{name}"
4017
4041
  msgstr ""
4018
4042
 
4019
- #: ../lib/puppet/node.rb:225
4043
+ #: ../lib/puppet/node.rb:226
4020
4044
  msgid "Trusted node data modified for node %{name}"
4021
4045
  msgstr ""
4022
4046
 
@@ -8138,7 +8162,7 @@ msgid "Copying owner/mode/group from the source file on Windows is not supported
8138
8162
  msgstr ""
8139
8163
 
8140
8164
  #. TRANSLATORS "stat" is a program name and should not be translated
8141
- #: ../lib/puppet/type/file.rb:837 ../lib/puppet/type/tidy.rb:332
8165
+ #: ../lib/puppet/type/file.rb:837 ../lib/puppet/type/tidy.rb:339
8142
8166
  msgid "Could not stat; permission denied"
8143
8167
  msgstr ""
8144
8168
 
@@ -8403,11 +8427,11 @@ msgid "Invalid tidy size %{age}"
8403
8427
  msgstr ""
8404
8428
 
8405
8429
  #. TRANSLATORS "Tidy" is a program name and should not be translated
8406
- #: ../lib/puppet/type/tidy.rb:264
8430
+ #: ../lib/puppet/type/tidy.rb:271
8407
8431
  msgid "Tidying %{count} files"
8408
8432
  msgstr ""
8409
8433
 
8410
- #: ../lib/puppet/type/tidy.rb:328
8434
+ #: ../lib/puppet/type/tidy.rb:335
8411
8435
  msgid "File does not exist"
8412
8436
  msgstr ""
8413
8437
 
@@ -9025,7 +9049,7 @@ msgstr ""
9025
9049
  msgid "Could not write crontab for %{path}: %{detail}"
9026
9050
  msgstr ""
9027
9051
 
9028
- #: ../lib/puppet/util/http_proxy.rb:203
9052
+ #: ../lib/puppet/util/http_proxy.rb:205
9029
9053
  msgid "Too many HTTP redirections for %{uri}"
9030
9054
  msgstr ""
9031
9055
 
@@ -9291,37 +9315,31 @@ msgstr ""
9291
9315
  msgid "RDOC SUPPORT FOR MANIFEST HAS BEEN REMOVED - See PUP-3638"
9292
9316
  msgstr ""
9293
9317
 
9294
- #: ../lib/puppet/util/reference.rb:16
9295
- msgid ""
9296
- "*This page autogenerated on %{current_time}*\n"
9297
- msgstr ""
9298
-
9299
- #: ../lib/puppet/util/reference.rb:34
9318
+ #: ../lib/puppet/util/reference.rb:30
9300
9319
  msgid "Could not find section %{name}"
9301
9320
  msgstr ""
9302
9321
 
9303
- #: ../lib/puppet/util/reference.rb:40
9322
+ #: ../lib/puppet/util/reference.rb:36
9304
9323
  msgid "creating pdf"
9305
9324
  msgstr ""
9306
9325
 
9307
- #: ../lib/puppet/util/reference.rb:42
9326
+ #: ../lib/puppet/util/reference.rb:38
9308
9327
  msgid "Could not find rst2latex"
9309
9328
  msgstr ""
9310
9329
 
9311
- #: ../lib/puppet/util/reference.rb:52
9330
+ #: ../lib/puppet/util/reference.rb:48
9312
9331
  msgid "rst2latex failed"
9313
9332
  msgstr ""
9314
9333
 
9315
- #: ../lib/puppet/util/reference.rb:92
9334
+ #: ../lib/puppet/util/reference.rb:88
9316
9335
  msgid "%{name} Reference"
9317
9336
  msgstr ""
9318
9337
 
9319
- #. TRANSLATORS message accompanied by date of generation
9320
- #: ../lib/puppet/util/reference.rb:115
9338
+ #: ../lib/puppet/util/reference.rb:110
9321
9339
  msgid ""
9322
9340
  "\n"
9323
9341
  "\n"
9324
- "**This page is autogenerated; any changes will get overwritten** *(last generated on %{current_time})*\n"
9342
+ "**This page is autogenerated; any changes will get overwritten**\n"
9325
9343
  "\n"
9326
9344
  msgstr ""
9327
9345
 
@@ -9461,39 +9479,39 @@ msgstr ""
9461
9479
  msgid "Value must be in DOMAIN\\user style syntax"
9462
9480
  msgstr ""
9463
9481
 
9464
- #: ../lib/puppet/util/windows/adsi.rb:156
9482
+ #: ../lib/puppet/util/windows/adsi.rb:158
9465
9483
  msgid "Could not resolve name: %{name}"
9466
9484
  msgstr ""
9467
9485
 
9468
- #: ../lib/puppet/util/windows/adsi.rb:214
9486
+ #: ../lib/puppet/util/windows/adsi.rb:216
9469
9487
  msgid "Puppet is not able to create/delete domain users with the user resource."
9470
9488
  msgstr ""
9471
9489
 
9472
- #: ../lib/puppet/util/windows/adsi.rb:219
9490
+ #: ../lib/puppet/util/windows/adsi.rb:221
9473
9491
  msgid "User update failed: %{e}"
9474
9492
  msgstr ""
9475
9493
 
9476
- #: ../lib/puppet/util/windows/adsi.rb:314
9494
+ #: ../lib/puppet/util/windows/adsi.rb:316
9477
9495
  msgid "Cannot create user if group '%{name}' exists."
9478
9496
  msgstr ""
9479
9497
 
9480
- #: ../lib/puppet/util/windows/adsi.rb:328
9498
+ #: ../lib/puppet/util/windows/adsi.rb:330
9481
9499
  msgid "Failed to get user name"
9482
9500
  msgstr ""
9483
9501
 
9484
- #: ../lib/puppet/util/windows/adsi.rb:406
9502
+ #: ../lib/puppet/util/windows/adsi.rb:408
9485
9503
  msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
9486
9504
  msgstr ""
9487
9505
 
9488
- #: ../lib/puppet/util/windows/adsi.rb:444
9506
+ #: ../lib/puppet/util/windows/adsi.rb:446
9489
9507
  msgid "Puppet is not able to create/delete domain groups with the group resource."
9490
9508
  msgstr ""
9491
9509
 
9492
- #: ../lib/puppet/util/windows/adsi.rb:449
9510
+ #: ../lib/puppet/util/windows/adsi.rb:451
9493
9511
  msgid "Group update failed: %{error}"
9494
9512
  msgstr ""
9495
9513
 
9496
- #: ../lib/puppet/util/windows/adsi.rb:505
9514
+ #: ../lib/puppet/util/windows/adsi.rb:502
9497
9515
  msgid "Cannot create group if user '%{name}' exists."
9498
9516
  msgstr ""
9499
9517
 
@@ -9556,17 +9574,17 @@ msgstr ""
9556
9574
  msgid "Failed to call GetLongPathName"
9557
9575
  msgstr ""
9558
9576
 
9559
- #: ../lib/puppet/util/windows/principal.rb:67 ../lib/puppet/util/windows/principal.rb:74
9560
- msgid "Failed to call LookupAccountNameW"
9577
+ #: ../lib/puppet/util/windows/principal.rb:68 ../lib/puppet/util/windows/principal.rb:75
9578
+ msgid "Failed to call LookupAccountNameW with account: %{account_name}"
9561
9579
  msgstr ""
9562
9580
 
9563
9581
  #. TRANSLATORS `lookup_account_sid` is a variable name and should not be translated
9564
- #: ../lib/puppet/util/windows/principal.rb:97
9582
+ #: ../lib/puppet/util/windows/principal.rb:98
9565
9583
  msgid "Byte array for lookup_account_sid must not be nil and must be at least 1 byte long"
9566
9584
  msgstr ""
9567
9585
 
9568
- #: ../lib/puppet/util/windows/principal.rb:119 ../lib/puppet/util/windows/principal.rb:126
9569
- msgid "Failed to call LookupAccountSidW"
9586
+ #: ../lib/puppet/util/windows/principal.rb:120 ../lib/puppet/util/windows/principal.rb:127
9587
+ msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
9570
9588
  msgstr ""
9571
9589
 
9572
9590
  #: ../lib/puppet/util/windows/process.rb:24
@@ -9645,7 +9663,7 @@ msgstr ""
9645
9663
  msgid "Failed to get volume information"
9646
9664
  msgstr ""
9647
9665
 
9648
- #: ../lib/puppet/util/windows/security.rb:383 ../lib/puppet/util/windows/security.rb:400 ../lib/puppet/util/windows/sid.rb:127 ../lib/puppet/util/windows/sid.rb:189 ../lib/puppet/util/windows/user.rb:45
9666
+ #: ../lib/puppet/util/windows/security.rb:383 ../lib/puppet/util/windows/security.rb:400 ../lib/puppet/util/windows/sid.rb:156 ../lib/puppet/util/windows/sid.rb:218 ../lib/puppet/util/windows/user.rb:45
9649
9667
  msgid "Invalid SID"
9650
9668
  msgstr ""
9651
9669
 
@@ -9685,19 +9703,19 @@ msgstr ""
9685
9703
  msgid "Failed to set security information"
9686
9704
  msgstr ""
9687
9705
 
9688
- #: ../lib/puppet/util/windows/sid.rb:93
9706
+ #: ../lib/puppet/util/windows/sid.rb:94
9689
9707
  msgid "Octet string must be an array of bytes"
9690
9708
  msgstr ""
9691
9709
 
9692
- #: ../lib/puppet/util/windows/sid.rb:133
9710
+ #: ../lib/puppet/util/windows/sid.rb:162
9693
9711
  msgid "Failed to convert binary SID"
9694
9712
  msgstr ""
9695
9713
 
9696
- #: ../lib/puppet/util/windows/sid.rb:138
9714
+ #: ../lib/puppet/util/windows/sid.rb:167
9697
9715
  msgid "ConvertSidToStringSidW failed to allocate buffer for sid"
9698
9716
  msgstr ""
9699
9717
 
9700
- #: ../lib/puppet/util/windows/sid.rb:158
9718
+ #: ../lib/puppet/util/windows/sid.rb:187
9701
9719
  msgid "Failed to convert string SID: %{string_sid}"
9702
9720
  msgstr ""
9703
9721
 
@@ -1,10 +1,10 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPETCONF" "5" "June 2017" "Puppet Labs, LLC" "Puppet manual"
5
- \fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on 2017\-06\-29 14:42:23 \-0700)\fR
4
+ .TH "PUPPETCONF" "5" "April 2018" "Puppet, Inc." "Puppet manual"
5
+ \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
- .SH "Configuration Settings"
7
+ .SH "Configuration settings"
8
8
  .
9
9
  .IP "\(bu" 4
10
10
  Each of these settings can be specified in \fBpuppet\.conf\fR or on the command line\.
@@ -22,6 +22,9 @@ Multiple values should be specified as comma\-separated lists; multiple director
22
22
  Settings that represent time intervals should be specified in duration format: an integer immediately followed by one of the units \'y\' (years of 365 days), \'d\' (days), \'h\' (hours), \'m\' (minutes), or \'s\' (seconds)\. The unit cannot be combined with other units, and defaults to seconds when omitted\. Examples are \'3600\' which is equivalent to \'1h\' (one hour), and \'1825d\' which is equivalent to \'5y\' (5 years)\.
23
23
  .
24
24
  .IP "\(bu" 4
25
+ If you use the \fBsplay\fR setting, note that the period that it waits changes each time the Puppet agent is restarted\.
26
+ .
27
+ .IP "\(bu" 4
25
28
  Settings that take a single file or directory can optionally set the owner, group, and mode for their value: \fBrundir = $vardir/run { owner = puppet, group = puppet, mode = 644 }\fR
26
29
  .
27
30
  .IP "\(bu" 4
@@ -30,7 +33,7 @@ The Puppet executables will ignore any setting that isn\'t relevant to their fun
30
33
  .IP "" 0
31
34
  .
32
35
  .P
33
- See the configuration guide \fIhttps://docs\.puppetlabs\.com/puppet/latest/reference/config_about_settings\.html\fR for more details\.
36
+ See the configuration guide \fIhttps://puppet\.com/docs/puppet/latest/config_about_settings\.html\fR for more details\.
34
37
  .
35
38
  .SS "agent_catalog_run_lockfile"
36
39
  A lock file to indicate that a puppet agent catalog run is currently in progress\. The file contains the pid of the process that holds the lock on the catalog run\.
@@ -268,10 +271,22 @@ The certificate directory\.
268
271
  .IP "" 0
269
272
  .
270
273
  .SS "certificate_revocation"
271
- Whether certificate revocation should be supported by downloading a Certificate Revocation List (CRL) to all clients\. If enabled, CA chaining will almost definitely not work\.
274
+ Whether certificate revocation checking should be enabled, and what level of checking should be performed\.
275
+ .
276
+ .P
277
+ When certificate_revocation is set to \'true\' or \'chain\', Puppet will download the CA CRL and will perform revocation checking against each certificate in the chain\.
278
+ .
279
+ .P
280
+ Puppet is unable to load multiple CRLs, so if certificate_revocation is set to \'chain\' and Puppet attempts to verify a certificate signed by a root CA the behavior is equivalent to the \'leaf\' setting, and if Puppet attempts to verify a certificate signed by an intermediate CA then verification will fail as Puppet will be unable to load the multiple CRLs required for full chain checking\. As such the \'chain\' setting is limited in functionality and is meant as a stand in pending the implementation of full chain checking\.
281
+ .
282
+ .P
283
+ When certificate_revocation is set to \'leaf\', Puppet will download the CA CRL and will verify the leaf certificate against that CRL\. CRLs will not be fetched or checked for the rest of the certificates in the chain\. If you are using an intermediate CA certificate and want to enable certificate revocation checking, this setting must be set to \'leaf\'\.
284
+ .
285
+ .P
286
+ When certificate_revocation is set to \'false\', Puppet will disable all certificate revocation checking and will not attempt to download the CRL\.
272
287
  .
273
288
  .IP "\(bu" 4
274
- \fIDefault\fR: true
289
+ \fIDefault\fR: chain
275
290
  .
276
291
  .IP "" 0
277
292
  .
@@ -296,7 +311,7 @@ The special value \fBca\fR is reserved, and can\'t be used as the certname for a
296
311
  Defaults to the node\'s fully qualified domain name\.
297
312
  .
298
313
  .IP "\(bu" 4
299
- \fIDefault\fR: rll\.corp\.puppetlabs\.net
314
+ \fIDefault\fR: the Host\'s fully qualified domain name, as determined by facter
300
315
  .
301
316
  .IP "" 0
302
317
  .
@@ -503,6 +518,14 @@ Which digest algorithm to use for file resources and the filebucket\. Valid valu
503
518
  .
504
519
  .IP "" 0
505
520
  .
521
+ .SS "disable_i18n"
522
+ If true, turns off all translations of Puppet and module log messages, which affects error, warning, and info log messages, as well as any translations in the report and CLI\.
523
+ .
524
+ .IP "\(bu" 4
525
+ \fIDefault\fR: false
526
+ .
527
+ .IP "" 0
528
+ .
506
529
  .SS "disable_per_environment_manifest"
507
530
  Whether to disallow an environment\-specific main manifest\. When set to \fBtrue\fR, Puppet will use the manifest specified in the \fBdefault_manifest\fR setting for all environments\. If an environment specifies a different main manifest in its \fBenvironment\.conf\fR file, catalog requests for that environment will fail with an error\.
508
531
  .
@@ -581,7 +604,16 @@ Whether to document all resources when using \fBpuppet doc\fR to generate manife
581
604
  .IP "" 0
582
605
  .
583
606
  .SS "environment"
584
- The environment Puppet is running in\. For clients (e\.g\., \fBpuppet agent\fR) this determines the environment itself, which is used to find modules and much more\. For servers (i\.e\., \fBpuppet master\fR) this provides the default environment for nodes we know nothing about\.
607
+ The environment in which Puppet is running\. For clients, such as \fBpuppet agent\fR, this determines the environment itself, which Puppet uses to find modules and much more\. For servers, such as \fBpuppet master\fR, this provides the default environment for nodes that Puppet knows nothing about\.
608
+ .
609
+ .P
610
+ When defining an environment in the \fB[agent]\fR section, this refers to the environment that the agent requests from the master\. The environment doesn\'t have to exist on the local filesystem because the agent fetches it from the master\. This definition is used when running \fBpuppet agent\fR\.
611
+ .
612
+ .P
613
+ When defined in the \fB[user]\fR section, the environment refers to the path that Puppet uses to search for code and modules related to its execution\. This requires the environment to exist locally on the filesystem where puppet is being executed\. Puppet subcommands, including \fBpuppet module\fR and \fBpuppet apply\fR, use this definition\.
614
+ .
615
+ .P
616
+ Given that the context and effects vary depending on the config section \fIhttps://puppet\.com/docs/puppet/latest/config_file_main\.html#config\-sections\fR in which the \fBenvironment\fR setting is defined, do not set it globally\.
585
617
  .
586
618
  .IP "\(bu" 4
587
619
  \fIDefault\fR: production
@@ -728,6 +760,14 @@ Freezes the \'main\' class, disallowing any code to be added to it\. This essent
728
760
  .
729
761
  .IP "" 0
730
762
  .
763
+ .SS "future_features"
764
+ Whether or not to enable all features currently being developed for future major releases of Puppet\. Should be used with caution, as in development features are experimental and can have unexpected effects\.
765
+ .
766
+ .IP "\(bu" 4
767
+ \fIDefault\fR: false
768
+ .
769
+ .IP "" 0
770
+ .
731
771
  .SS "genconfig"
732
772
  When true, causes Puppet applications to print an example config file to stdout and exit\. The example will include descriptions of each setting, and the current (or default) value of each setting, incorporating any settings overridden on the CLI (with the exception of \fBgenconfig\fR itself)\. This setting only makes sense when specified on the command line as \fB\-\-genconfig\fR\.
733
773
  .
@@ -895,7 +935,7 @@ The time to wait for one block to be read from an HTTP connection\. If nothing i
895
935
  The HTTP User\-Agent string to send when making network requests\.
896
936
  .
897
937
  .IP "\(bu" 4
898
- \fIDefault\fR: Puppet/5\.0\.0 Ruby/2\.4\.1\-p111 (x86_64\-darwin15)
938
+ \fIDefault\fR: Puppet/5\.3\.6 Ruby/2\.3\.1\-p112 (x86_64\-linux)
899
939
  .
900
940
  .IP "" 0
901
941
  .
@@ -1044,6 +1084,22 @@ Where each client stores the CA certificate\.
1044
1084
  .
1045
1085
  .IP "" 0
1046
1086
  .
1087
+ .SS "localedest"
1088
+ Where Puppet should store translation files that it pulls down from the central server\.
1089
+ .
1090
+ .IP "\(bu" 4
1091
+ \fIDefault\fR: $vardir/locales
1092
+ .
1093
+ .IP "" 0
1094
+ .
1095
+ .SS "localesource"
1096
+ From where to retrieve translation files\. The standard Puppet \fBfile\fR type is used for retrieval, so anything that is a valid file source can be used here\.
1097
+ .
1098
+ .IP "\(bu" 4
1099
+ \fIDefault\fR: puppet:///locales
1100
+ .
1101
+ .IP "" 0
1102
+ .
1047
1103
  .SS "log_level"
1048
1104
  Default logging level for messages from Puppet\. Allowed values are:
1049
1105
  .
@@ -1566,6 +1622,14 @@ How often puppet agent applies the catalog\. Note that a runinterval of 0 means
1566
1622
  .
1567
1623
  .IP "" 0
1568
1624
  .
1625
+ .SS "runtimeout"
1626
+ The maximum amount of time an agent run is allowed to take\. A Puppet agent run that exceeds this timeout will be aborted\. Defaults to 0, which is unlimited\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1627
+ .
1628
+ .IP "\(bu" 4
1629
+ \fIDefault\fR: 0
1630
+ .
1631
+ .IP "" 0
1632
+ .
1569
1633
  .SS "serial"
1570
1634
  Where the serial number for certificates is stored\.
1571
1635
  .
@@ -1616,12 +1680,25 @@ Where the CA stores signed certificates\.
1616
1680
  .
1617
1681
  .SS "skip_tags"
1618
1682
  Tags to use to filter resources\. If this is set, then only resources not tagged with the specified tags will be applied\. Values must be comma\-separated\.
1683
+ .
1684
+ .SS "sourceaddress"
1685
+ The address the agent should use to initiate requests\.
1686
+ .
1687
+ .TP
1688
+ \fIDefault\fR:
1689
+
1619
1690
  .
1620
1691
  .SS "splay"
1621
- Whether to sleep for a pseudo\-random (but consistent) amount of time before a run\.
1692
+ Whether to sleep for a random amount of time, ranging from immediately up to its \fB$splaylimit\fR, before performing its first agent run after a service restart\. After this period, the agent runs periodically on its \fB$runinterval\fR\.
1622
1693
  .
1623
1694
  .P
1624
- For example, without \fBsplay\fR enabled, your agent checks in every 30 minutes at :01 and :31 past the hour\. After enabling \fBsplay\fR, the agent will wait the pseudorandom sleep time, say eight minutes, and then check in every 30 minutes, at :09 and :39 after the hour\. If you restart the same agent at 12:45 PM, it will wait its eight minutes, and check in at 12:52 PM, and every 30 minutes after that, at 1:22 PM, 1:52 PM, and so on\. Other agents will have different sleep times, and so will check in at different times even if they are all restarted at the same time\.
1695
+ For example, assume a default 30\-minute \fB$runinterval\fR, \fBsplay\fR set to its default of \fBfalse\fR, and an agent starting at :00 past the hour\. The agent would check in every 30 minutes at :01 and :31 past the hour\.
1696
+ .
1697
+ .P
1698
+ With \fBsplay\fR enabled, it waits any amount of time up to its \fB$splaylimit\fR before its first run\. For example, it might randomly wait 8 minutes, then start its first run at :08 past the hour\. With the \fB$runinterval\fR at its default 30 minutes, its next run will be at :38 past the hour\.
1699
+ .
1700
+ .P
1701
+ If you restart an agent\'s puppet service with \fBsplay\fR enabled, it recalculates its splay period and delays its first agent run after restarting for this new period\. If you simultaneously restart a group of puppet agents with \fBsplay\fR enabled, their checkins to your puppet masters can be distributed more evenly\.
1625
1702
  .
1626
1703
  .IP "\(bu" 4
1627
1704
  \fIDefault\fR: false
@@ -1629,7 +1706,7 @@ For example, without \fBsplay\fR enabled, your agent checks in every 30 minutes
1629
1706
  .IP "" 0
1630
1707
  .
1631
1708
  .SS "splaylimit"
1632
- The maximum time to delay before runs\. Defaults to being the same as the run interval\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1709
+ The maximum time to delay before an agent\'s first run when \fBsplay\fR is enabled\. Defaults to the agent\'s \fB$runinterval\fR\. The \fBsplay\fR interval is random and recalculated each time the agent is started or restarted\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1633
1710
  .
1634
1711
  .IP "\(bu" 4
1635
1712
  \fIDefault\fR: $runinterval
@@ -1640,7 +1717,7 @@ The maximum time to delay before runs\. Defaults to being the same as the run in
1640
1717
  The domain which will be queried to find the SRV records of servers to use\.
1641
1718
  .
1642
1719
  .IP "\(bu" 4
1643
- \fIDefault\fR: corp\.puppetlabs\.net
1720
+ \fIDefault\fR: delivery\.puppetlabs\.net
1644
1721
  .
1645
1722
  .IP "" 0
1646
1723
  .
@@ -1903,6 +1980,4 @@ The directory in which YAML data is stored, usually in a subdirectory\.
1903
1980
  \fIDefault\fR: $vardir/yaml
1904
1981
  .
1905
1982
  .IP "" 0
1906
- .
1907
- .P
1908
- \fIThis page autogenerated on 2017\-06\-29 14:42:23 \-0700\fR
1983
+