puppet 6.10.0 → 6.10.1

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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +1 -1
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +18 -18
  5. data/ext/project_data.yaml +2 -2
  6. data/lib/puppet/module_tool/applications/installer.rb +5 -1
  7. data/lib/puppet/module_tool/tar/mini.rb +11 -1
  8. data/lib/puppet/network/uri.rb +18 -0
  9. data/lib/puppet/node/environment.rb +5 -15
  10. data/lib/puppet/pops/validation.rb +11 -19
  11. data/lib/puppet/provider/service/windows.rb +8 -0
  12. data/lib/puppet/type/notify.rb +3 -2
  13. data/lib/puppet/type/service.rb +7 -2
  14. data/lib/puppet/util/windows/service.rb +149 -4
  15. data/lib/puppet/version.rb +1 -1
  16. data/locales/puppet.pot +81 -69
  17. data/man/man5/puppet.conf.5 +2 -2
  18. data/man/man8/puppet-agent.8 +1 -1
  19. data/man/man8/puppet-apply.8 +1 -1
  20. data/man/man8/puppet-catalog.8 +1 -1
  21. data/man/man8/puppet-config.8 +1 -1
  22. data/man/man8/puppet-describe.8 +1 -1
  23. data/man/man8/puppet-device.8 +1 -1
  24. data/man/man8/puppet-doc.8 +1 -1
  25. data/man/man8/puppet-epp.8 +1 -1
  26. data/man/man8/puppet-facts.8 +1 -1
  27. data/man/man8/puppet-filebucket.8 +1 -1
  28. data/man/man8/puppet-generate.8 +1 -1
  29. data/man/man8/puppet-help.8 +1 -1
  30. data/man/man8/puppet-key.8 +1 -1
  31. data/man/man8/puppet-lookup.8 +1 -1
  32. data/man/man8/puppet-man.8 +1 -1
  33. data/man/man8/puppet-module.8 +1 -1
  34. data/man/man8/puppet-node.8 +1 -1
  35. data/man/man8/puppet-parser.8 +1 -1
  36. data/man/man8/puppet-plugin.8 +1 -1
  37. data/man/man8/puppet-report.8 +1 -1
  38. data/man/man8/puppet-resource.8 +1 -1
  39. data/man/man8/puppet-script.8 +1 -1
  40. data/man/man8/puppet-ssl.8 +1 -1
  41. data/man/man8/puppet-status.8 +1 -1
  42. data/man/man8/puppet.8 +2 -2
  43. data/spec/integration/type/notify_spec.rb +46 -0
  44. data/spec/unit/module_tool/tar/mini_spec.rb +1 -1
  45. data/spec/unit/network/http/api/indirected_routes_spec.rb +25 -10
  46. data/spec/unit/network/uri_spec.rb +47 -0
  47. data/spec/unit/provider/service/windows_spec.rb +20 -0
  48. data/spec/unit/type/file/source_spec.rb +4 -4
  49. data/spec/unit/type/schedule_spec.rb +3 -1
  50. data/spec/unit/type/service_spec.rb +16 -0
  51. data/spec/unit/util/windows/service_spec.rb +9 -0
  52. metadata +7 -2
@@ -6,7 +6,7 @@
6
6
  # Raketasks and such to set the version based on the output of `git describe`
7
7
 
8
8
  module Puppet
9
- PUPPETVERSION = '6.10.0'
9
+ PUPPETVERSION = '6.10.1'
10
10
 
11
11
  ##
12
12
  # version is a public API method intended to always provide a fast and
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 6.9.0-36-g6b76b78\n"
9
+ "Project-Id-Version: Puppet automation framework 6.10.0-16-gc7a8e5e\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2019-09-17 23:18+0000\n"
13
- "PO-Revision-Date: 2019-09-17 23:18+0000\n"
12
+ "POT-Creation-Date: 2019-09-30 23:18+0000\n"
13
+ "PO-Revision-Date: 2019-09-30 23:18+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -3215,19 +3215,19 @@ msgstr ""
3215
3215
  msgid "No file containing checksums found."
3216
3216
  msgstr ""
3217
3217
 
3218
- #: ../lib/puppet/module_tool/applications/installer.rb:82 ../lib/puppet/module_tool/applications/upgrader.rb:102
3218
+ #: ../lib/puppet/module_tool/applications/installer.rb:84 ../lib/puppet/module_tool/applications/upgrader.rb:102
3219
3219
  msgid "Downloading from %{host} ..."
3220
3220
  msgstr ""
3221
3221
 
3222
- #: ../lib/puppet/module_tool/applications/installer.rb:128 ../lib/puppet/module_tool/applications/upgrader.rb:140
3222
+ #: ../lib/puppet/module_tool/applications/installer.rb:132 ../lib/puppet/module_tool/applications/upgrader.rb:140
3223
3223
  msgid "Resolving dependencies ..."
3224
3224
  msgstr ""
3225
3225
 
3226
- #: ../lib/puppet/module_tool/applications/installer.rb:158
3226
+ #: ../lib/puppet/module_tool/applications/installer.rb:162
3227
3227
  msgid "Preparing to install ..."
3228
3228
  msgstr ""
3229
3229
 
3230
- #: ../lib/puppet/module_tool/applications/installer.rb:161
3230
+ #: ../lib/puppet/module_tool/applications/installer.rb:165
3231
3231
  msgid "Installing -- do not interrupt ..."
3232
3232
  msgstr ""
3233
3233
 
@@ -4012,11 +4012,11 @@ msgstr ""
4012
4012
  msgid "Trusted node data modified for node %{name}"
4013
4013
  msgstr ""
4014
4014
 
4015
- #: ../lib/puppet/node/environment.rb:216
4015
+ #: ../lib/puppet/node/environment.rb:206
4016
4016
  msgid "The 'disable_per_environment_manifest' setting is true, and the '%{env_name}' environment has an environment.conf manifest that conflicts with the 'default_manifest' setting."
4017
4017
  msgstr ""
4018
4018
 
4019
- #: ../lib/puppet/node/environment.rb:553 ../lib/puppet/pops/loaders.rb:298
4019
+ #: ../lib/puppet/node/environment.rb:543 ../lib/puppet/pops/loaders.rb:298
4020
4020
  msgid "Could not parse for environment %{env}: %{detail}"
4021
4021
  msgstr ""
4022
4022
 
@@ -7064,19 +7064,23 @@ msgstr ""
7064
7064
  msgid "Cannot enable %{resource_name} for manual start, error was: %{detail}"
7065
7065
  msgstr ""
7066
7066
 
7067
- #: ../lib/puppet/provider/service/windows.rb:53
7067
+ #: ../lib/puppet/provider/service/windows.rb:41
7068
+ msgid "Cannot enable %{resource_name} for delayed start, error was: %{detail}"
7069
+ msgstr ""
7070
+
7071
+ #: ../lib/puppet/provider/service/windows.rb:61
7068
7072
  msgid "Unknown start type: %{start_type}"
7069
7073
  msgstr ""
7070
7074
 
7071
- #: ../lib/puppet/provider/service/windows.rb:56
7075
+ #: ../lib/puppet/provider/service/windows.rb:64
7072
7076
  msgid "Cannot get start type %{resource_name}, error was: %{detail}"
7073
7077
  msgstr ""
7074
7078
 
7075
- #: ../lib/puppet/provider/service/windows.rb:70
7079
+ #: ../lib/puppet/provider/service/windows.rb:78
7076
7080
  msgid "Will not start disabled service %{resource_name} without managing enable. Specify 'enable => false' to override."
7077
7081
  msgstr ""
7078
7082
 
7079
- #: ../lib/puppet/provider/service/windows.rb:102
7083
+ #: ../lib/puppet/provider/service/windows.rb:110
7080
7084
  msgid "Unknown service state '%{current_state}' for service '%{resource_name}'"
7081
7085
  msgstr ""
7082
7086
 
@@ -7194,35 +7198,35 @@ msgstr ""
7194
7198
  msgid "Invalid resource type %{type}"
7195
7199
  msgstr ""
7196
7200
 
7197
- #: ../lib/puppet/resource.rb:504
7201
+ #: ../lib/puppet/resource.rb:521
7198
7202
  msgid "The method Puppet::Resource.set_default_parameters is deprecated and will be removed in the next major release of Puppet."
7199
7203
  msgstr ""
7200
7204
 
7201
- #: ../lib/puppet/resource.rb:509
7205
+ #: ../lib/puppet/resource.rb:526
7202
7206
  msgid "Cannot evaluate default parameters for %{resource} - not a parser resource"
7203
7207
  msgstr ""
7204
7208
 
7205
- #: ../lib/puppet/resource.rb:549
7209
+ #: ../lib/puppet/resource.rb:566
7206
7210
  msgid "The method Puppet::Resource.validate_complete is deprecated and will be removed in the next major release of Puppet."
7207
7211
  msgstr ""
7208
7212
 
7209
- #: ../lib/puppet/resource.rb:555
7213
+ #: ../lib/puppet/resource.rb:572
7210
7214
  msgid "Must pass %{param} to %{resource}"
7211
7215
  msgstr ""
7212
7216
 
7213
- #: ../lib/puppet/resource.rb:567
7217
+ #: ../lib/puppet/resource.rb:584
7214
7218
  msgid "Expected parameter '%{name}' of '%{value0}' to have type %{value1}, got %{value2}"
7215
7219
  msgstr ""
7216
7220
 
7217
- #: ../lib/puppet/resource.rb:573
7221
+ #: ../lib/puppet/resource.rb:590
7218
7222
  msgid "no parameter named '%{name}'"
7219
7223
  msgstr ""
7220
7224
 
7221
- #: ../lib/puppet/resource.rb:617
7225
+ #: ../lib/puppet/resource.rb:634
7222
7226
  msgid "No title provided and %{type} is not a valid resource reference"
7223
7227
  msgstr ""
7224
7228
 
7225
- #: ../lib/puppet/resource.rb:691
7229
+ #: ../lib/puppet/resource.rb:708
7226
7230
  msgid "No set of title patterns matched the title \"%{title}\"."
7227
7231
  msgstr ""
7228
7232
 
@@ -8337,72 +8341,72 @@ msgstr ""
8337
8341
  msgid "Could not set %{attribute} on %{class_name}: %{detail}"
8338
8342
  msgstr ""
8339
8343
 
8340
- #: ../lib/puppet/type/exec.rb:107
8344
+ #: ../lib/puppet/type/exec.rb:118
8341
8345
  msgid "executed successfully"
8342
8346
  msgstr ""
8343
8347
 
8344
- #: ../lib/puppet/type/exec.rb:141
8348
+ #: ../lib/puppet/type/exec.rb:152
8345
8349
  msgid "Command exceeded timeout"
8346
8350
  msgstr ""
8347
8351
 
8348
- #: ../lib/puppet/type/exec.rb:166
8352
+ #: ../lib/puppet/type/exec.rb:177
8349
8353
  msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
8350
8354
  msgstr ""
8351
8355
 
8352
- #: ../lib/puppet/type/exec.rb:168
8356
+ #: ../lib/puppet/type/exec.rb:179
8353
8357
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
8354
8358
  msgstr ""
8355
8359
 
8356
- #: ../lib/puppet/type/exec.rb:189
8360
+ #: ../lib/puppet/type/exec.rb:200
8357
8361
  msgid "Command must be a String, got value of class %{klass}"
8358
8362
  msgstr ""
8359
8363
 
8360
- #: ../lib/puppet/type/exec.rb:221
8364
+ #: ../lib/puppet/type/exec.rb:232
8361
8365
  msgid "Unable to execute commands as other users on Windows"
8362
8366
  msgstr ""
8363
8367
 
8364
- #: ../lib/puppet/type/exec.rb:223
8368
+ #: ../lib/puppet/type/exec.rb:234
8365
8369
  msgid "Only root can execute commands as other users"
8366
8370
  msgstr ""
8367
8371
 
8368
- #: ../lib/puppet/type/exec.rb:279
8372
+ #: ../lib/puppet/type/exec.rb:290
8369
8373
  msgid "Invalid environment setting '%{value}'"
8370
8374
  msgstr ""
8371
8375
 
8372
- #: ../lib/puppet/type/exec.rb:292
8376
+ #: ../lib/puppet/type/exec.rb:303
8373
8377
  msgid "The umask specification is invalid: %{value}"
8374
8378
  msgstr ""
8375
8379
 
8376
- #: ../lib/puppet/type/exec.rb:308
8380
+ #: ../lib/puppet/type/exec.rb:319
8377
8381
  msgid "The timeout must be a number."
8378
8382
  msgstr ""
8379
8383
 
8380
- #: ../lib/puppet/type/exec.rb:325
8384
+ #: ../lib/puppet/type/exec.rb:336
8381
8385
  msgid "Tries must be an integer"
8382
8386
  msgstr ""
8383
8387
 
8384
- #: ../lib/puppet/type/exec.rb:329
8388
+ #: ../lib/puppet/type/exec.rb:340
8385
8389
  msgid "Tries must be an integer >= 1"
8386
8390
  msgstr ""
8387
8391
 
8388
- #: ../lib/puppet/type/exec.rb:342
8392
+ #: ../lib/puppet/type/exec.rb:353
8389
8393
  msgid "try_sleep must be a number"
8390
8394
  msgstr ""
8391
8395
 
8392
- #: ../lib/puppet/type/exec.rb:346
8396
+ #: ../lib/puppet/type/exec.rb:357
8393
8397
  msgid "try_sleep cannot be a negative number"
8394
8398
  msgstr ""
8395
8399
 
8396
8400
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
8397
- #: ../lib/puppet/type/exec.rb:418
8401
+ #: ../lib/puppet/type/exec.rb:429
8398
8402
  msgid "Checking that 'creates' path '%{creates_path}' exists"
8399
8403
  msgstr ""
8400
8404
 
8401
- #: ../lib/puppet/type/exec.rb:463 ../lib/puppet/type/exec.rb:519
8405
+ #: ../lib/puppet/type/exec.rb:474 ../lib/puppet/type/exec.rb:530
8402
8406
  msgid "Check %{value} exceeded timeout"
8403
8407
  msgstr ""
8404
8408
 
8405
- #: ../lib/puppet/type/exec.rb:608
8409
+ #: ../lib/puppet/type/exec.rb:619
8406
8410
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
8407
8411
  msgstr ""
8408
8412
 
@@ -8623,11 +8627,11 @@ msgstr ""
8623
8627
  msgid "%{value} is not a valid day of the week"
8624
8628
  msgstr ""
8625
8629
 
8626
- #: ../lib/puppet/type/service.rb:91
8627
- msgid "Setting enable to manual is only supported on Microsoft Windows."
8630
+ #: ../lib/puppet/type/service.rb:96
8631
+ msgid "Setting enable to %{value} is only supported on Microsoft Windows."
8628
8632
  msgstr ""
8629
8633
 
8630
- #: ../lib/puppet/type/service.rb:248
8634
+ #: ../lib/puppet/type/service.rb:253
8631
8635
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8632
8636
  msgstr ""
8633
8637
 
@@ -9885,115 +9889,123 @@ msgstr ""
9885
9889
  msgid "Failed to set security information"
9886
9890
  msgstr ""
9887
9891
 
9888
- #: ../lib/puppet/util/windows/service.rb:301
9892
+ #: ../lib/puppet/util/windows/service.rb:338
9889
9893
  msgid "Starting the %{service_name} service. Timeout set to: %{timeout} seconds"
9890
9894
  msgstr ""
9891
9895
 
9892
- #: ../lib/puppet/util/windows/service.rb:311
9896
+ #: ../lib/puppet/util/windows/service.rb:348
9893
9897
  msgid "Failed to start the service"
9894
9898
  msgstr ""
9895
9899
 
9896
- #: ../lib/puppet/util/windows/service.rb:315
9900
+ #: ../lib/puppet/util/windows/service.rb:352
9897
9901
  msgid "Successfully started the %{service_name} service"
9898
9902
  msgstr ""
9899
9903
 
9900
- #: ../lib/puppet/util/windows/service.rb:324
9904
+ #: ../lib/puppet/util/windows/service.rb:361
9901
9905
  msgid "Stopping the %{service_name} service. Timeout set to: %{timeout} seconds"
9902
9906
  msgstr ""
9903
9907
 
9904
- #: ../lib/puppet/util/windows/service.rb:332
9908
+ #: ../lib/puppet/util/windows/service.rb:369
9905
9909
  msgid "Successfully stopped the %{service_name} service"
9906
9910
  msgstr ""
9907
9911
 
9908
- #: ../lib/puppet/util/windows/service.rb:341
9912
+ #: ../lib/puppet/util/windows/service.rb:378
9909
9913
  msgid "Resuming the %{service_name} service. Timeout set to: %{timeout} seconds"
9910
9914
  msgstr ""
9911
9915
 
9912
- #: ../lib/puppet/util/windows/service.rb:357
9916
+ #: ../lib/puppet/util/windows/service.rb:394
9913
9917
  msgid "Successfully resumed the %{service_name} service"
9914
9918
  msgstr ""
9915
9919
 
9916
- #: ../lib/puppet/util/windows/service.rb:373
9920
+ #: ../lib/puppet/util/windows/service.rb:410
9917
9921
  msgid "Unknown Service state '%{current_state}' for '%{service_name}'"
9918
9922
  msgstr ""
9919
9923
 
9920
- #: ../lib/puppet/util/windows/service.rb:391
9924
+ #: ../lib/puppet/util/windows/service.rb:437
9921
9925
  msgid "Unknown start type '%{start_type}' for '%{service_name}'"
9922
9926
  msgstr ""
9923
9927
 
9924
- #: ../lib/puppet/util/windows/service.rb:406
9928
+ #: ../lib/puppet/util/windows/service.rb:453
9925
9929
  msgid "Unknown start type %{start_type}"
9926
9930
  msgstr ""
9927
9931
 
9928
- #: ../lib/puppet/util/windows/service.rb:427
9932
+ #: ../lib/puppet/util/windows/service.rb:474
9929
9933
  msgid "Failed to update service configuration"
9930
9934
  msgstr ""
9931
9935
 
9932
- #: ../lib/puppet/util/windows/service.rb:487
9936
+ #: ../lib/puppet/util/windows/service.rb:535
9933
9937
  msgid "Failed to fetch services"
9934
9938
  msgstr ""
9935
9939
 
9936
- #: ../lib/puppet/util/windows/service.rb:536
9940
+ #: ../lib/puppet/util/windows/service.rb:584
9937
9941
  msgid "Failed to open a handle to the service"
9938
9942
  msgstr ""
9939
9943
 
9940
- #: ../lib/puppet/util/windows/service.rb:553
9944
+ #: ../lib/puppet/util/windows/service.rb:601
9941
9945
  msgid "Failed to open a handle to the service control manager"
9942
9946
  msgstr ""
9943
9947
 
9944
- #: ../lib/puppet/util/windows/service.rb:576
9948
+ #: ../lib/puppet/util/windows/service.rb:624
9945
9949
  msgid "The service is already in the %{final_state} state. No further work needs to be done."
9946
9950
  msgstr ""
9947
9951
 
9948
- #: ../lib/puppet/util/windows/service.rb:588
9952
+ #: ../lib/puppet/util/windows/service.rb:636
9949
9953
  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."
9950
9954
  msgstr ""
9951
9955
 
9952
- #: ../lib/puppet/util/windows/service.rb:599
9956
+ #: ../lib/puppet/util/windows/service.rb:647
9953
9957
  msgid "There is already a pending transition to the %{final_state} state for the %{service_name} service."
9954
9958
  msgstr ""
9955
9959
 
9956
- #: ../lib/puppet/util/windows/service.rb:615
9960
+ #: ../lib/puppet/util/windows/service.rb:663
9957
9961
  msgid "The service is in the %{pending_state} state, which is an unsafe pending state."
9958
9962
  msgstr ""
9959
9963
 
9960
- #: ../lib/puppet/util/windows/service.rb:620
9964
+ #: ../lib/puppet/util/windows/service.rb:668
9961
9965
  msgid "Transitioning the %{service_name} service from %{initial_state} to %{final_state}"
9962
9966
  msgstr ""
9963
9967
 
9964
- #: ../lib/puppet/util/windows/service.rb:624
9968
+ #: ../lib/puppet/util/windows/service.rb:672
9965
9969
  msgid "Waiting for the transition to finish"
9966
9970
  msgstr ""
9967
9971
 
9968
- #: ../lib/puppet/util/windows/service.rb:629
9972
+ #: ../lib/puppet/util/windows/service.rb:677
9969
9973
  msgid "Failed to transition the %{service_name} service to the %{final_state} state. Detail: %{detail}"
9970
9974
  msgstr ""
9971
9975
 
9972
- #: ../lib/puppet/util/windows/service.rb:668 ../lib/puppet/util/windows/service.rb:704
9976
+ #: ../lib/puppet/util/windows/service.rb:716 ../lib/puppet/util/windows/service.rb:752
9973
9977
  msgid "Service query failed"
9974
9978
  msgstr ""
9975
9979
 
9976
- #: ../lib/puppet/util/windows/service.rb:721
9980
+ #: ../lib/puppet/util/windows/service.rb:795
9981
+ msgid "Service query for %{parameter_name} failed"
9982
+ msgstr ""
9983
+
9984
+ #: ../lib/puppet/util/windows/service.rb:818
9985
+ msgid "Failed to update service %{change} configuration"
9986
+ msgstr ""
9987
+
9988
+ #: ../lib/puppet/util/windows/service.rb:845
9977
9989
  msgid "Failed to send the %{control_signal} signal to the service. Its current state is %{current_state}. Reason for failure:"
9978
9990
  msgstr ""
9979
9991
 
9980
- #: ../lib/puppet/util/windows/service.rb:756
9992
+ #: ../lib/puppet/util/windows/service.rb:880
9981
9993
  msgid "The service transitioned to the %{pending_state} state."
9982
9994
  msgstr ""
9983
9995
 
9984
- #: ../lib/puppet/util/windows/service.rb:770
9996
+ #: ../lib/puppet/util/windows/service.rb:894
9985
9997
  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}."
9986
9998
  msgstr ""
9987
9999
 
9988
- #: ../lib/puppet/util/windows/service.rb:785
10000
+ #: ../lib/puppet/util/windows/service.rb:909
9989
10001
  msgid "Waiting for the pending transition to the %{final_state} state to finish."
9990
10002
  msgstr ""
9991
10003
 
9992
- #: ../lib/puppet/util/windows/service.rb:799
10004
+ #: ../lib/puppet/util/windows/service.rb:923
9993
10005
  msgid "Unexpected transition to the %{current_state} state while waiting for the pending transition from %{pending_state} to %{final_state} to finish."
9994
10006
  msgstr ""
9995
10007
 
9996
- #: ../lib/puppet/util/windows/service.rb:813
10008
+ #: ../lib/puppet/util/windows/service.rb:937
9997
10009
  msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
9998
10010
  msgstr ""
9999
10011
 
@@ -1,7 +1,7 @@
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" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -904,7 +904,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
904
904
  The HTTP User\-Agent string to send when making network requests\.
905
905
  .
906
906
  .IP "\(bu" 4
907
- \fIDefault\fR: Puppet/6\.10\.0 Ruby/2\.4\.1\-p111 (x86_64\-linux)
907
+ \fIDefault\fR: Puppet/6\.10\.1 Ruby/2\.4\.1\-p111 (x86_64\-linux)
908
908
  .
909
909
  .IP "" 0
910
910
  .
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-AGENT" "8" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-agent\fR \- The puppet agent daemon
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-APPLY" "8" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-apply\fR \- Apply Puppet manifests locally
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CATALOG" "8" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CONFIG" "8" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DESCRIBE" "8" "September 2019" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "October 2019" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-describe\fR \- Display help about resource types