puppet 6.0.2-x64-mingw32 → 6.0.3-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 (61) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Gemfile.lock +11 -11
  4. data/lib/puppet/application.rb +5 -0
  5. data/lib/puppet/application/apply.rb +1 -0
  6. data/lib/puppet/application/script.rb +1 -1
  7. data/lib/puppet/application/ssl.rb +119 -49
  8. data/lib/puppet/defaults.rb +9 -27
  9. data/lib/puppet/face/node/clean.rb +0 -1
  10. data/lib/puppet/feature/base.rb +1 -1
  11. data/lib/puppet/file_serving/fileset.rb +1 -1
  12. data/lib/puppet/pops/validation/checker4_0.rb +4 -2
  13. data/lib/puppet/provider/package/windows.rb +2 -2
  14. data/lib/puppet/provider/package/windows/exe_package.rb +3 -10
  15. data/lib/puppet/provider/service/windows.rb +11 -3
  16. data/lib/puppet/provider/user/useradd.rb +2 -10
  17. data/lib/puppet/resource/catalog.rb +1 -5
  18. data/lib/puppet/ssl/host.rb +7 -9
  19. data/lib/puppet/transaction/persistence.rb +1 -1
  20. data/lib/puppet/type/package.rb +1 -1
  21. data/lib/puppet/type/user.rb +4 -1
  22. data/lib/puppet/util.rb +7 -3
  23. data/lib/puppet/util/execution.rb +1 -0
  24. data/lib/puppet/util/logging.rb +3 -2
  25. data/lib/puppet/util/windows/process.rb +6 -2
  26. data/lib/puppet/util/windows/security.rb +14 -0
  27. data/lib/puppet/util/windows/service.rb +217 -74
  28. data/lib/puppet/util/windows/user.rb +3 -5
  29. data/lib/puppet/version.rb +1 -1
  30. data/locales/ja/puppet.po +505 -276
  31. data/locales/puppet.pot +250 -111
  32. data/man/man5/puppet.conf.5 +8 -1
  33. data/man/man8/puppet-ssl.8 +22 -2
  34. data/man/man8/puppet.8 +1 -1
  35. data/spec/integration/parser/collection_spec.rb +4 -8
  36. data/spec/integration/type/file_spec.rb +6 -6
  37. data/spec/integration/util/windows/security_spec.rb +10 -7
  38. data/spec/integration/util/windows/user_spec.rb +37 -17
  39. data/spec/lib/puppet/test_ca.rb +1 -1
  40. data/spec/unit/agent_spec.rb +2 -2
  41. data/spec/unit/application/apply_spec.rb +41 -2
  42. data/spec/unit/application/face_base_spec.rb +1 -1
  43. data/spec/unit/application/ssl_spec.rb +160 -110
  44. data/spec/unit/application_spec.rb +29 -11
  45. data/spec/unit/configurer/downloader_spec.rb +1 -1
  46. data/spec/unit/configurer_spec.rb +5 -5
  47. data/spec/unit/face/node_spec.rb +1 -3
  48. data/spec/unit/file_serving/fileset_spec.rb +11 -11
  49. data/spec/unit/network/http/connection_spec.rb +2 -2
  50. data/spec/unit/pops/validator/validator_spec.rb +24 -10
  51. data/spec/unit/provider/package/windows/exe_package_spec.rb +3 -3
  52. data/spec/unit/provider/package/windows_spec.rb +4 -4
  53. data/spec/unit/provider/service/windows_spec.rb +21 -3
  54. data/spec/unit/provider/user/useradd_spec.rb +2 -2
  55. data/spec/unit/resource/catalog_spec.rb +2 -2
  56. data/spec/unit/ssl/host_spec.rb +1 -1
  57. data/spec/unit/transaction/persistence_spec.rb +4 -4
  58. data/spec/unit/util/execution_spec.rb +19 -1
  59. data/spec/unit/util/logging_spec.rb +58 -0
  60. data/spec/unit/util/windows/service_spec.rb +344 -191
  61. metadata +2 -2
data/locales/puppet.pot CHANGED
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 6.0.1-45-g4becbeb\n"
9
+ "Project-Id-Version: Puppet automation framework 6.0.2-87-gd2c9723\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2018-10-03 20:05+0000\n"
13
- "PO-Revision-Date: 2018-10-03 20:05+0000\n"
12
+ "POT-Creation-Date: 2018-10-18 18:20+0000\n"
13
+ "PO-Revision-Date: 2018-10-18 18:20+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -160,7 +160,7 @@ msgstr ""
160
160
  msgid "No valid command or main"
161
161
  msgstr ""
162
162
 
163
- #: ../lib/puppet/application.rb:499
163
+ #: ../lib/puppet/application.rb:504
164
164
  msgid "No help available for puppet %{app_name}"
165
165
  msgstr ""
166
166
 
@@ -194,7 +194,7 @@ msgstr ""
194
194
 
195
195
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
196
196
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
197
- #: ../lib/puppet/application/apply.rb:204 ../lib/puppet/application/apply.rb:318
197
+ #: ../lib/puppet/application/apply.rb:204 ../lib/puppet/application/apply.rb:319
198
198
  msgid "For puppet apply"
199
199
  msgstr ""
200
200
 
@@ -202,27 +202,27 @@ msgstr ""
202
202
  msgid "%{file} is not readable"
203
203
  msgstr ""
204
204
 
205
- #: ../lib/puppet/application/apply.rb:289 ../lib/puppet/application/script.rb:238
205
+ #: ../lib/puppet/application/apply.rb:290 ../lib/puppet/application/script.rb:238
206
206
  msgid "Exiting"
207
207
  msgstr ""
208
208
 
209
- #: ../lib/puppet/application/apply.rb:328
209
+ #: ../lib/puppet/application/apply.rb:329
210
210
  msgid "Could not deserialize catalog from %{format}: %{detail}"
211
211
  msgstr ""
212
212
 
213
- #: ../lib/puppet/application/apply.rb:349 ../lib/puppet/application/script.rb:141
213
+ #: ../lib/puppet/application/apply.rb:350 ../lib/puppet/application/script.rb:141
214
214
  msgid "Could not find facts for %{node}"
215
215
  msgstr ""
216
216
 
217
- #: ../lib/puppet/application/apply.rb:362 ../lib/puppet/application/script.rb:150
217
+ #: ../lib/puppet/application/apply.rb:363 ../lib/puppet/application/script.rb:150
218
218
  msgid "Could not find node %{node}"
219
219
  msgstr ""
220
220
 
221
- #: ../lib/puppet/application/apply.rb:375 ../lib/puppet/application/script.rb:134
221
+ #: ../lib/puppet/application/apply.rb:376 ../lib/puppet/application/script.rb:134
222
222
  msgid "Could not find file %{manifest}"
223
223
  msgstr ""
224
224
 
225
- #: ../lib/puppet/application/apply.rb:376
225
+ #: ../lib/puppet/application/apply.rb:377
226
226
  msgid "Only one file can be applied per run. Skipping %{files}"
227
227
  msgstr ""
228
228
 
@@ -434,10 +434,82 @@ msgstr ""
434
434
  msgid "Only one file can be used per run. Skipping %{files}"
435
435
  msgstr ""
436
436
 
437
- #: ../lib/puppet/application/ssl.rb:6
437
+ #: ../lib/puppet/application/ssl.rb:9
438
438
  msgid "Manage SSL keys and certificates for puppet SSL clients"
439
439
  msgstr ""
440
440
 
441
+ #: ../lib/puppet/application/ssl.rb:80
442
+ msgid "An action must be specified."
443
+ msgstr ""
444
+
445
+ #: ../lib/puppet/application/ssl.rb:92 ../lib/puppet/application/ssl.rb:97
446
+ msgid "The certificate for '%{name}' has not yet been signed"
447
+ msgstr ""
448
+
449
+ #: ../lib/puppet/application/ssl.rb:104
450
+ msgid "Unknown action '%{action}'"
451
+ msgstr ""
452
+
453
+ #: ../lib/puppet/application/ssl.rb:112
454
+ msgid "Submitted certificate request for '%{name}' to https://%{server}:%{port}"
455
+ msgstr ""
456
+
457
+ #: ../lib/puppet/application/ssl.rb:116
458
+ msgid "Failed to submit certificate request: %{message}"
459
+ msgstr ""
460
+
461
+ #: ../lib/puppet/application/ssl.rb:122
462
+ msgid "Downloading certificate '%{name}' from https://%{server}:%{port}"
463
+ msgstr ""
464
+
465
+ #: ../lib/puppet/application/ssl.rb:128
466
+ msgid "Downloaded certificate '%{name}' with fingerprint %{fingerprint}"
467
+ msgstr ""
468
+
469
+ #: ../lib/puppet/application/ssl.rb:133
470
+ msgid "Failed to download certificate: %{message}"
471
+ msgstr ""
472
+
473
+ #: ../lib/puppet/application/ssl.rb:140
474
+ msgid "The host's private key is missing"
475
+ msgstr ""
476
+
477
+ #: ../lib/puppet/application/ssl.rb:143
478
+ msgid "The host's certificate is missing"
479
+ msgstr ""
480
+
481
+ #: ../lib/puppet/application/ssl.rb:146
482
+ msgid "The host's key does not match the certificate"
483
+ msgstr ""
484
+
485
+ #: ../lib/puppet/application/ssl.rb:151
486
+ msgid "Failed to verify certificate '%{name}': %{message} (%{error})"
487
+ msgstr ""
488
+
489
+ #: ../lib/puppet/application/ssl.rb:156
490
+ msgid "Verified certificate '%{name}'"
491
+ msgstr ""
492
+
493
+ #: ../lib/puppet/application/ssl.rb:164
494
+ msgid "Verify failed: %{message}"
495
+ msgstr ""
496
+
497
+ #: ../lib/puppet/application/ssl.rb:174
498
+ msgid "Failed to connect to the CA to determine if certificate %{certname} has been cleaned"
499
+ msgstr ""
500
+
501
+ #: ../lib/puppet/application/ssl.rb:178
502
+ msgid ""
503
+ "The certificate %{certname} must be cleaned from the CA first. To fix this,\n"
504
+ "run the following commands on the CA:\n"
505
+ " puppetserver ca clean --certname %{certname}\n"
506
+ " puppet ssl clean\n"
507
+ msgstr ""
508
+
509
+ #: ../lib/puppet/application/ssl.rb:199
510
+ msgid "Removed %{label} %{path}"
511
+ msgstr ""
512
+
441
513
  #: ../lib/puppet/configurer.rb:23
442
514
  msgid "Puppet configuration client"
443
515
  msgstr ""
@@ -633,11 +705,11 @@ msgstr ""
633
705
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
634
706
  msgstr ""
635
707
 
636
- #: ../lib/puppet/defaults.rb:1476 ../lib/puppet/defaults.rb:1491
708
+ #: ../lib/puppet/defaults.rb:1458 ../lib/puppet/defaults.rb:1473
637
709
  msgid "Attempted to set both server and server_list."
638
710
  msgstr ""
639
711
 
640
- #: ../lib/puppet/defaults.rb:1477 ../lib/puppet/defaults.rb:1492
712
+ #: ../lib/puppet/defaults.rb:1459 ../lib/puppet/defaults.rb:1474
641
713
  msgid "Server setting will not be used."
642
714
  msgstr ""
643
715
 
@@ -1298,19 +1370,19 @@ msgstr ""
1298
1370
  msgid "At least one node should be passed"
1299
1371
  msgstr ""
1300
1372
 
1301
- #: ../lib/puppet/face/node/clean.rb:65
1373
+ #: ../lib/puppet/face/node/clean.rb:64
1302
1374
  msgid "Not managing %{node} certs as this host is not a CA"
1303
1375
  msgstr ""
1304
1376
 
1305
- #: ../lib/puppet/face/node/clean.rb:72
1377
+ #: ../lib/puppet/face/node/clean.rb:71
1306
1378
  msgid "%{node}'s facts removed"
1307
1379
  msgstr ""
1308
1380
 
1309
- #: ../lib/puppet/face/node/clean.rb:78
1381
+ #: ../lib/puppet/face/node/clean.rb:77
1310
1382
  msgid "%{node}'s cached node removed"
1311
1383
  msgstr ""
1312
1384
 
1313
- #: ../lib/puppet/face/node/clean.rb:84
1385
+ #: ../lib/puppet/face/node/clean.rb:83
1314
1386
  msgid "%{node}'s reports removed"
1315
1387
  msgstr ""
1316
1388
 
@@ -6787,11 +6859,11 @@ msgstr ""
6787
6859
  msgid "Cannot get start type %{resource_name}, error was: %{detail}"
6788
6860
  msgstr ""
6789
6861
 
6790
- #: ../lib/puppet/provider/service/windows.rb:62
6862
+ #: ../lib/puppet/provider/service/windows.rb:69
6791
6863
  msgid "Will not start disabled service %{resource_name} without managing enable. Specify 'enable => false' to override."
6792
6864
  msgstr ""
6793
6865
 
6794
- #: ../lib/puppet/provider/service/windows.rb:93
6866
+ #: ../lib/puppet/provider/service/windows.rb:101
6795
6867
  msgid "Unknown service state '%{current_state}' for service '%{resource_name}'"
6796
6868
  msgstr ""
6797
6869
 
@@ -7007,19 +7079,19 @@ msgstr ""
7007
7079
  msgid "Could not create class file %{file}: %{detail}"
7008
7080
  msgstr ""
7009
7081
 
7010
- #: ../lib/puppet/resource/catalog.rb:570
7082
+ #: ../lib/puppet/resource/catalog.rb:566
7011
7083
  msgid "Could not create resource file %{file}: %{detail}"
7012
7084
  msgstr ""
7013
7085
 
7014
- #: ../lib/puppet/resource/catalog.rb:604
7086
+ #: ../lib/puppet/resource/catalog.rb:600
7015
7087
  msgid "Duplicate declaration: %{resource} is already declared; cannot redeclare"
7016
7088
  msgstr ""
7017
7089
 
7018
- #: ../lib/puppet/resource/catalog.rb:606
7090
+ #: ../lib/puppet/resource/catalog.rb:602
7019
7091
  msgid "Duplicate declaration: %{resource} is already declared at %{error_location}; cannot redeclare"
7020
7092
  msgstr ""
7021
7093
 
7022
- #: ../lib/puppet/resource/catalog.rb:654 ../lib/puppet/resource/catalog.rb:658
7094
+ #: ../lib/puppet/resource/catalog.rb:650 ../lib/puppet/resource/catalog.rb:654
7023
7095
  msgid "Could not find resource %{resource} when converting %{message} resources"
7024
7096
  msgstr ""
7025
7097
 
@@ -7459,12 +7531,11 @@ msgid ""
7459
7531
  "On the master:\n"
7460
7532
  " puppetserver ca clean --certname %{cert_name}\n"
7461
7533
  "On the agent:\n"
7462
- " 1a. On most platforms: find %{ssl_dir} -name %{cert_name}.pem -delete\n"
7463
- " 1b. On Windows: del \"%{cert_dir}\\\\%{cert_name}.pem\" /f\n"
7534
+ " 1. puppet ssl clean\n"
7464
7535
  " 2. puppet agent -t\n"
7465
7536
  msgstr ""
7466
7537
 
7467
- #: ../lib/puppet/ssl/host.rb:240
7538
+ #: ../lib/puppet/ssl/host.rb:239
7468
7539
  msgid ""
7469
7540
  "The local CSR does not match the agent's public key.\n"
7470
7541
  "CSR fingerprint: %{fingerprint}\n"
@@ -7472,12 +7543,11 @@ msgid ""
7472
7543
  "Agent public key: %{agent_public_key}\n"
7473
7544
  "To fix this, remove the CSR from the agent and then start a puppet run, which will automatically regenerate a CSR.\n"
7474
7545
  "On the agent:\n"
7475
- " 1a. On most platforms: find %{ssl_dir} -name %{cert_name}.pem -delete\n"
7476
- " 1b. On Windows: del \"%{cert_dir}\\\\%{cert_name}.pem\" /f\n"
7546
+ " 1. puppet ssl clean\n"
7477
7547
  " 2. puppet agent -t\n"
7478
7548
  msgstr ""
7479
7549
 
7480
- #: ../lib/puppet/ssl/host.rb:257
7550
+ #: ../lib/puppet/ssl/host.rb:255
7481
7551
  msgid ""
7482
7552
  "The CSR retrieved from the master does not match the agent's public key.\n"
7483
7553
  "CSR fingerprint: %{fingerprint}\n"
@@ -7487,78 +7557,77 @@ msgid ""
7487
7557
  "On the master:\n"
7488
7558
  " puppetserver ca clean --certname %{cert_name}\n"
7489
7559
  "On the agent:\n"
7490
- " 1a. On most platforms: find %{ssl_dir} -name %{cert_name}.pem -delete\n"
7491
- " 1b. On Windows: del \"%{cert_dir}\\\\%{cert_name}.pem\" /f\n"
7560
+ " 1. puppet ssl clean\n"
7492
7561
  " 2. puppet agent -t\n"
7493
7562
  msgstr ""
7494
7563
 
7495
- #: ../lib/puppet/ssl/host.rb:311 ../lib/puppet/ssl/host.rb:332
7564
+ #: ../lib/puppet/ssl/host.rb:308 ../lib/puppet/ssl/host.rb:329
7496
7565
  msgid "Could not request certificate: %{message}"
7497
7566
  msgstr ""
7498
7567
 
7499
- #: ../lib/puppet/ssl/host.rb:313
7568
+ #: ../lib/puppet/ssl/host.rb:310
7500
7569
  msgid "Exiting; failed to retrieve certificate and waitforcert is disabled"
7501
7570
  msgstr ""
7502
7571
 
7503
- #: ../lib/puppet/ssl/host.rb:322
7572
+ #: ../lib/puppet/ssl/host.rb:319
7504
7573
  msgid "Exiting; no certificate found and waitforcert is disabled"
7505
7574
  msgstr ""
7506
7575
 
7507
- #: ../lib/puppet/ssl/host.rb:330
7576
+ #: ../lib/puppet/ssl/host.rb:327
7508
7577
  msgid "Did not receive certificate"
7509
7578
  msgstr ""
7510
7579
 
7511
- #: ../lib/puppet/ssl/host.rb:370
7580
+ #: ../lib/puppet/ssl/host.rb:367
7512
7581
  msgid "Response from the CA did not contain a valid certificate request: %{message}"
7513
7582
  msgstr ""
7514
7583
 
7515
- #: ../lib/puppet/ssl/host.rb:376
7584
+ #: ../lib/puppet/ssl/host.rb:373
7516
7585
  msgid "Could not download certificate request: %{message}"
7517
7586
  msgstr ""
7518
7587
 
7519
- #: ../lib/puppet/ssl/host.rb:403
7588
+ #: ../lib/puppet/ssl/host.rb:400
7520
7589
  msgid ""
7521
7590
  "Failed attempting to load CRL from %{crl_path}! The CRL below caused the error '%{error}':\n"
7522
7591
  "%{crl}"
7523
7592
  msgstr ""
7524
7593
 
7525
- #: ../lib/puppet/ssl/host.rb:431
7594
+ #: ../lib/puppet/ssl/host.rb:428
7526
7595
  msgid "The CA certificate at %{file_path} is invalid: %{message}"
7527
7596
  msgstr ""
7528
7597
 
7529
- #: ../lib/puppet/ssl/host.rb:455
7598
+ #: ../lib/puppet/ssl/host.rb:452
7530
7599
  msgid "No valid PEM-encoded certificates."
7531
7600
  msgstr ""
7532
7601
 
7533
- #: ../lib/puppet/ssl/host.rb:462
7602
+ #: ../lib/puppet/ssl/host.rb:459
7534
7603
  msgid "Could not parse certificate: %{message}"
7535
7604
  msgstr ""
7536
7605
 
7537
- #: ../lib/puppet/ssl/host.rb:485
7606
+ #: ../lib/puppet/ssl/host.rb:482
7538
7607
  msgid "Could not download CRLs: %{message}"
7539
7608
  msgstr ""
7540
7609
 
7541
- #: ../lib/puppet/ssl/host.rb:504
7610
+ #: ../lib/puppet/ssl/host.rb:501
7542
7611
  msgid "Response from the CA did not contain a valid CA certificate: %{message}"
7543
7612
  msgstr ""
7544
7613
 
7545
- #: ../lib/puppet/ssl/host.rb:507
7614
+ #: ../lib/puppet/ssl/host.rb:504
7546
7615
  msgid "Could not download CA certificate: %{message}"
7547
7616
  msgstr ""
7548
7617
 
7549
- #: ../lib/puppet/ssl/host.rb:547
7618
+ #: ../lib/puppet/ssl/host.rb:544
7550
7619
  msgid "The certificate at %{file_path} is invalid. Could not load."
7551
7620
  msgstr ""
7552
7621
 
7553
- #: ../lib/puppet/ssl/host.rb:568
7622
+ #: ../lib/puppet/ssl/host.rb:565
7554
7623
  msgid "Response from the CA did not contain a valid certificate for %{cert_name}."
7555
7624
  msgstr ""
7556
7625
 
7557
- #: ../lib/puppet/ssl/host.rb:572
7626
+ #: ../lib/puppet/ssl/host.rb:569
7558
7627
  msgid "No certificate for %{cert_name} on CA"
7559
7628
  msgstr ""
7560
7629
 
7561
- #: ../lib/puppet/ssl/host.rb:575
7630
+ #: ../lib/puppet/ssl/host.rb:572
7562
7631
  msgid "Could not download host certificate: %{message}"
7563
7632
  msgstr ""
7564
7633
 
@@ -8206,65 +8275,65 @@ msgstr ""
8206
8275
  msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
8207
8276
  msgstr ""
8208
8277
 
8209
- #: ../lib/puppet/type/user.rb:418
8278
+ #: ../lib/puppet/type/user.rb:421
8210
8279
  msgid "User provider %{name} can not manage home directories"
8211
8280
  msgstr ""
8212
8281
 
8213
8282
  #. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
8214
8283
  #. TRANSLATORS separated by dashes.
8215
- #: ../lib/puppet/type/user.rb:435
8284
+ #: ../lib/puppet/type/user.rb:438
8216
8285
  msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
8217
8286
  msgstr ""
8218
8287
 
8219
- #: ../lib/puppet/type/user.rb:512
8288
+ #: ../lib/puppet/type/user.rb:515
8220
8289
  msgid "Role names must be provided, not numbers"
8221
8290
  msgstr ""
8222
8291
 
8223
- #: ../lib/puppet/type/user.rb:514
8292
+ #: ../lib/puppet/type/user.rb:517
8224
8293
  msgid "Role names must be provided as an array, not a comma-separated list"
8225
8294
  msgstr ""
8226
8295
 
8227
- #: ../lib/puppet/type/user.rb:549
8296
+ #: ../lib/puppet/type/user.rb:552
8228
8297
  msgid "Auth names must be provided, not numbers"
8229
8298
  msgstr ""
8230
8299
 
8231
- #: ../lib/puppet/type/user.rb:551
8300
+ #: ../lib/puppet/type/user.rb:554
8232
8301
  msgid "Auth names must be provided as an array, not a comma-separated list"
8233
8302
  msgstr ""
8234
8303
 
8235
- #: ../lib/puppet/type/user.rb:575
8304
+ #: ../lib/puppet/type/user.rb:578
8236
8305
  msgid "Profile names must be provided, not numbers"
8237
8306
  msgstr ""
8238
8307
 
8239
- #: ../lib/puppet/type/user.rb:577
8308
+ #: ../lib/puppet/type/user.rb:580
8240
8309
  msgid "Profile names must be provided as an array, not a comma-separated list"
8241
8310
  msgstr ""
8242
8311
 
8243
- #: ../lib/puppet/type/user.rb:672
8312
+ #: ../lib/puppet/type/user.rb:675
8244
8313
  msgid "Ssh_authorized_key type is not available. Cannot purge SSH keys."
8245
8314
  msgstr ""
8246
8315
 
8247
- #: ../lib/puppet/type/user.rb:710
8316
+ #: ../lib/puppet/type/user.rb:713
8248
8317
  msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
8249
8318
  msgstr ""
8250
8319
 
8251
- #: ../lib/puppet/type/user.rb:713
8320
+ #: ../lib/puppet/type/user.rb:716
8252
8321
  msgid "Paths to keyfiles must be absolute, not %{entry}"
8253
8322
  msgstr ""
8254
8323
 
8255
- #: ../lib/puppet/type/user.rb:717
8324
+ #: ../lib/puppet/type/user.rb:720
8256
8325
  msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
8257
8326
  msgstr ""
8258
8327
 
8259
- #: ../lib/puppet/type/user.rb:729
8328
+ #: ../lib/puppet/type/user.rb:732
8260
8329
  msgid "purge_ssh_keys can only be true for users with a defined home directory"
8261
8330
  msgstr ""
8262
8331
 
8263
- #: ../lib/puppet/type/user.rb:736
8332
+ #: ../lib/puppet/type/user.rb:739
8264
8333
  msgid "purge_ssh_keys value '%{value}' meta character ~ or %{home_placeholder} only allowed for users with a defined home directory"
8265
8334
  msgstr ""
8266
8335
 
8267
- #: ../lib/puppet/type/user.rb:751
8336
+ #: ../lib/puppet/type/user.rb:754
8268
8337
  msgid "Class name must be provided."
8269
8338
  msgstr ""
8270
8339
 
@@ -8616,23 +8685,23 @@ msgstr ""
8616
8685
  msgid "%{klass} failed with error %{error_type}: %{detail}"
8617
8686
  msgstr ""
8618
8687
 
8619
- #: ../lib/puppet/util/execution.rb:194
8688
+ #: ../lib/puppet/util/execution.rb:195
8620
8689
  msgid "Working directory %{cwd} does not exist!"
8621
8690
  msgstr ""
8622
8691
 
8623
- #: ../lib/puppet/util/execution.rb:284
8692
+ #: ../lib/puppet/util/execution.rb:285
8624
8693
  msgid "Could not get output"
8625
8694
  msgstr ""
8626
8695
 
8627
- #: ../lib/puppet/util/execution.rb:293
8696
+ #: ../lib/puppet/util/execution.rb:294
8628
8697
  msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
8629
8698
  msgstr ""
8630
8699
 
8631
- #: ../lib/puppet/util/execution.rb:370
8700
+ #: ../lib/puppet/util/execution.rb:371
8632
8701
  msgid "Could not execute posix command: %{detail}"
8633
8702
  msgstr ""
8634
8703
 
8635
- #: ../lib/puppet/util/execution.rb:418
8704
+ #: ../lib/puppet/util/execution.rb:419
8636
8705
  msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
8637
8706
  msgstr ""
8638
8707
 
@@ -8863,20 +8932,20 @@ msgstr ""
8863
8932
  msgid "Unable to set ownership to %{user}:%{group} for log file: %{path}"
8864
8933
  msgstr ""
8865
8934
 
8866
- #: ../lib/puppet/util/logging.rb:82 ../lib/puppet/util/logging.rb:105
8935
+ #: ../lib/puppet/util/logging.rb:83 ../lib/puppet/util/logging.rb:106
8867
8936
  msgid "Wrapped exception:"
8868
8937
  msgstr ""
8869
8938
 
8870
8939
  #. TRANSLATORS the literals ":file", ":line", and ":key" should not be translated
8871
- #: ../lib/puppet/util/logging.rb:149
8940
+ #: ../lib/puppet/util/logging.rb:150
8872
8941
  msgid "Need either :file and :line, or :key"
8873
8942
  msgstr ""
8874
8943
 
8875
- #: ../lib/puppet/util/logging.rb:179
8944
+ #: ../lib/puppet/util/logging.rb:180
8876
8945
  msgid "(file & line not available)"
8877
8946
  msgstr ""
8878
8947
 
8879
- #: ../lib/puppet/util/logging.rb:281
8948
+ #: ../lib/puppet/util/logging.rb:282
8880
8949
  msgid "(location: %{location})"
8881
8950
  msgstr ""
8882
8951
 
@@ -9228,27 +9297,27 @@ msgstr ""
9228
9297
  msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
9229
9298
  msgstr ""
9230
9299
 
9231
- #: ../lib/puppet/util/windows/process.rb:40
9300
+ #: ../lib/puppet/util/windows/process.rb:44
9232
9301
  msgid "Failed to get child process exit code"
9233
9302
  msgstr ""
9234
9303
 
9235
- #: ../lib/puppet/util/windows/process.rb:233
9304
+ #: ../lib/puppet/util/windows/process.rb:237
9236
9305
  msgid "GetVersionEx failed"
9237
9306
  msgstr ""
9238
9307
 
9239
- #: ../lib/puppet/util/windows/process.rb:262
9308
+ #: ../lib/puppet/util/windows/process.rb:266
9240
9309
  msgid "Discarding environment variable %{string} which contains invalid bytes"
9241
9310
  msgstr ""
9242
9311
 
9243
- #: ../lib/puppet/util/windows/process.rb:278
9312
+ #: ../lib/puppet/util/windows/process.rb:282
9244
9313
  msgid "environment variable name must not be nil or empty"
9245
9314
  msgstr ""
9246
9315
 
9247
- #: ../lib/puppet/util/windows/process.rb:283
9316
+ #: ../lib/puppet/util/windows/process.rb:287
9248
9317
  msgid "Failed to remove environment variable: %{name}"
9249
9318
  msgstr ""
9250
9319
 
9251
- #: ../lib/puppet/util/windows/process.rb:288
9320
+ #: ../lib/puppet/util/windows/process.rb:292
9252
9321
  msgid "Failed to set environment variable: %{name}"
9253
9322
  msgstr ""
9254
9323
 
@@ -9304,96 +9373,166 @@ msgstr ""
9304
9373
  msgid "Failed to get volume information"
9305
9374
  msgstr ""
9306
9375
 
9307
- #: ../lib/puppet/util/windows/security.rb:395 ../lib/puppet/util/windows/security.rb:412 ../lib/puppet/util/windows/sid.rb:154 ../lib/puppet/util/windows/sid.rb:216 ../lib/puppet/util/windows/user.rb:45
9376
+ #. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
9377
+ #: ../lib/puppet/util/windows/security.rb:332
9378
+ msgid "An attempt to set mode %{mode} on item %{path} would result in the owner, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
9379
+ msgstr ""
9380
+
9381
+ #. TRANSLATORS 'SYSTEM' is a Windows name and should not be translated
9382
+ #: ../lib/puppet/util/windows/security.rb:338
9383
+ msgid "An attempt to set mode %{mode} on item %{path} would result in the group, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
9384
+ msgstr ""
9385
+
9386
+ #: ../lib/puppet/util/windows/security.rb:409 ../lib/puppet/util/windows/security.rb:426 ../lib/puppet/util/windows/sid.rb:154 ../lib/puppet/util/windows/sid.rb:216 ../lib/puppet/util/windows/user.rb:43
9308
9387
  msgid "Invalid SID"
9309
9388
  msgstr ""
9310
9389
 
9311
- #: ../lib/puppet/util/windows/security.rb:399 ../lib/puppet/util/windows/security.rb:416
9390
+ #: ../lib/puppet/util/windows/security.rb:413 ../lib/puppet/util/windows/security.rb:430
9312
9391
  msgid "Failed to add access control entry"
9313
9392
  msgstr ""
9314
9393
 
9315
- #: ../lib/puppet/util/windows/security.rb:427 ../lib/puppet/util/windows/security.rb:609
9394
+ #: ../lib/puppet/util/windows/security.rb:441 ../lib/puppet/util/windows/security.rb:623
9316
9395
  msgid "Invalid DACL"
9317
9396
  msgstr ""
9318
9397
 
9319
- #: ../lib/puppet/util/windows/security.rb:450
9398
+ #: ../lib/puppet/util/windows/security.rb:464
9320
9399
  msgid "Unsupported access control entry type: 0x%{type}"
9321
9400
  msgstr ""
9322
9401
 
9323
- #: ../lib/puppet/util/windows/security.rb:484
9402
+ #: ../lib/puppet/util/windows/security.rb:498
9324
9403
  msgid "Failed to open '%{path}'"
9325
9404
  msgstr ""
9326
9405
 
9327
- #: ../lib/puppet/util/windows/security.rb:531
9406
+ #: ../lib/puppet/util/windows/security.rb:545
9328
9407
  msgid "Failed to adjust process privileges"
9329
9408
  msgstr ""
9330
9409
 
9331
- #: ../lib/puppet/util/windows/security.rb:561
9410
+ #: ../lib/puppet/util/windows/security.rb:575
9332
9411
  msgid "Failed to get security information"
9333
9412
  msgstr ""
9334
9413
 
9335
- #: ../lib/puppet/util/windows/security.rb:572
9414
+ #: ../lib/puppet/util/windows/security.rb:586
9336
9415
  msgid "Failed to get security descriptor control"
9337
9416
  msgstr ""
9338
9417
 
9339
- #: ../lib/puppet/util/windows/security.rb:605
9418
+ #: ../lib/puppet/util/windows/security.rb:619
9340
9419
  msgid "Failed to initialize ACL"
9341
9420
  msgstr ""
9342
9421
 
9343
- #: ../lib/puppet/util/windows/security.rb:644
9422
+ #: ../lib/puppet/util/windows/security.rb:658
9344
9423
  msgid "Failed to set security information"
9345
9424
  msgstr ""
9346
9425
 
9347
- #: ../lib/puppet/util/windows/service.rb:276
9426
+ #: ../lib/puppet/util/windows/service.rb:300
9427
+ msgid "Starting the %{service_name} service"
9428
+ msgstr ""
9429
+
9430
+ #: ../lib/puppet/util/windows/service.rb:310
9348
9431
  msgid "Failed to start the service"
9349
9432
  msgstr ""
9350
9433
 
9351
- #: ../lib/puppet/util/windows/service.rb:292
9352
- msgid "Failed to send stop control to service, current state is %{current_state}. Failed with"
9434
+ #: ../lib/puppet/util/windows/service.rb:314
9435
+ msgid "Successfully started the %{service_name} service"
9353
9436
  msgstr ""
9354
9437
 
9355
- #: ../lib/puppet/util/windows/service.rb:311
9438
+ #: ../lib/puppet/util/windows/service.rb:322
9439
+ msgid "Stopping the %{service_name} service"
9440
+ msgstr ""
9441
+
9442
+ #: ../lib/puppet/util/windows/service.rb:330
9443
+ msgid "Successfully stopped the %{service_name} service"
9444
+ msgstr ""
9445
+
9446
+ #: ../lib/puppet/util/windows/service.rb:338
9447
+ msgid "Resuming the %{service_name} service"
9448
+ msgstr ""
9449
+
9450
+ #: ../lib/puppet/util/windows/service.rb:354
9451
+ msgid "Successfully resumed the %{service_name} service"
9452
+ msgstr ""
9453
+
9454
+ #: ../lib/puppet/util/windows/service.rb:369
9356
9455
  msgid "Unknown Service state '%{current_state}' for '%{service_name}'"
9357
9456
  msgstr ""
9358
9457
 
9359
- #: ../lib/puppet/util/windows/service.rb:328
9458
+ #: ../lib/puppet/util/windows/service.rb:386
9360
9459
  msgid "Unknown start type '%{start_type}' for '%{service_name}'"
9361
9460
  msgstr ""
9362
9461
 
9363
- #: ../lib/puppet/util/windows/service.rb:343
9462
+ #: ../lib/puppet/util/windows/service.rb:401
9364
9463
  msgid "Unknown start type %{start_type}"
9365
9464
  msgstr ""
9366
9465
 
9367
- #: ../lib/puppet/util/windows/service.rb:364
9466
+ #: ../lib/puppet/util/windows/service.rb:422
9368
9467
  msgid "Failed to update service configuration"
9369
9468
  msgstr ""
9370
9469
 
9371
- #: ../lib/puppet/util/windows/service.rb:424
9470
+ #: ../lib/puppet/util/windows/service.rb:482
9372
9471
  msgid "Failed to fetch services"
9373
9472
  msgstr ""
9374
9473
 
9375
- #: ../lib/puppet/util/windows/service.rb:473
9474
+ #: ../lib/puppet/util/windows/service.rb:531
9376
9475
  msgid "Failed to open a handle to the service"
9377
9476
  msgstr ""
9378
9477
 
9379
- #: ../lib/puppet/util/windows/service.rb:490
9478
+ #: ../lib/puppet/util/windows/service.rb:548
9380
9479
  msgid "Failed to open a handle to the service control manager"
9381
9480
  msgstr ""
9382
9481
 
9383
- #: ../lib/puppet/util/windows/service.rb:554 ../lib/puppet/util/windows/service.rb:590
9482
+ #: ../lib/puppet/util/windows/service.rb:571
9483
+ msgid "The service is already in the %{final_state} state. No further work needs to be done."
9484
+ msgstr ""
9485
+
9486
+ #: ../lib/puppet/util/windows/service.rb:583
9487
+ 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."
9488
+ msgstr ""
9489
+
9490
+ #: ../lib/puppet/util/windows/service.rb:594
9491
+ msgid "There is already a pending transition to the %{final_state} state for the %{service_name} service."
9492
+ msgstr ""
9493
+
9494
+ #: ../lib/puppet/util/windows/service.rb:610
9495
+ msgid "The service is in the %{pending_state} state, which is an unsafe pending state."
9496
+ msgstr ""
9497
+
9498
+ #: ../lib/puppet/util/windows/service.rb:615
9499
+ msgid "Transitioning the %{service_name} service from %{initial_state} to %{final_state}"
9500
+ msgstr ""
9501
+
9502
+ #: ../lib/puppet/util/windows/service.rb:619
9503
+ msgid "Waiting for the transition to finish"
9504
+ msgstr ""
9505
+
9506
+ #: ../lib/puppet/util/windows/service.rb:623
9507
+ msgid "Failed to transition the %{service_name} service to the %{final_state} state. Detail: %{detail}"
9508
+ msgstr ""
9509
+
9510
+ #: ../lib/puppet/util/windows/service.rb:662 ../lib/puppet/util/windows/service.rb:698
9384
9511
  msgid "Service query failed"
9385
9512
  msgstr ""
9386
9513
 
9387
- #: ../lib/puppet/util/windows/service.rb:616
9388
- msgid "Transition timed out, service still in %{current_state}"
9514
+ #: ../lib/puppet/util/windows/service.rb:715
9515
+ msgid "Failed to send the %{control_signal} signal to the service. Its current state is %{current_state}. Failed with"
9516
+ msgstr ""
9517
+
9518
+ #: ../lib/puppet/util/windows/service.rb:749
9519
+ msgid "The service transitioned to the %{pending_state} state."
9520
+ msgstr ""
9521
+
9522
+ #: ../lib/puppet/util/windows/service.rb:759
9523
+ 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}."
9524
+ msgstr ""
9525
+
9526
+ #: ../lib/puppet/util/windows/service.rb:773
9527
+ msgid "Waiting for the pending transition to the %{final_state} state to finish."
9389
9528
  msgstr ""
9390
9529
 
9391
- #: ../lib/puppet/util/windows/service.rb:638
9392
- msgid "Service was not in pending state: %{pending_state}, current state is %{current_state}"
9530
+ #: ../lib/puppet/util/windows/service.rb:786
9531
+ msgid "Unexpected transition to the %{current_state} state while waiting for the pending transition from %{pending_state} to %{final_state} to finish."
9393
9532
  msgstr ""
9394
9533
 
9395
- #: ../lib/puppet/util/windows/service.rb:656
9396
- msgid "Pending operation timed out, service still in %{current_state}"
9534
+ #: ../lib/puppet/util/windows/service.rb:800
9535
+ msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
9397
9536
  msgstr ""
9398
9537
 
9399
9538
  #: ../lib/puppet/util/windows/sid.rb:93
@@ -9412,23 +9551,23 @@ msgstr ""
9412
9551
  msgid "Failed to convert string SID: %{string_sid}"
9413
9552
  msgstr ""
9414
9553
 
9415
- #: ../lib/puppet/util/windows/user.rb:40
9554
+ #: ../lib/puppet/util/windows/user.rb:38
9416
9555
  msgid "Failed to create administrators SID"
9417
9556
  msgstr ""
9418
9557
 
9419
- #: ../lib/puppet/util/windows/user.rb:50
9558
+ #: ../lib/puppet/util/windows/user.rb:48
9420
9559
  msgid "Failed to check membership"
9421
9560
  msgstr ""
9422
9561
 
9423
- #: ../lib/puppet/util/windows/user.rb:88
9562
+ #: ../lib/puppet/util/windows/user.rb:86
9424
9563
  msgid "Failed to logon user %{name}"
9425
9564
  msgstr ""
9426
9565
 
9427
- #: ../lib/puppet/util/windows/user.rb:112
9566
+ #: ../lib/puppet/util/windows/user.rb:110
9428
9567
  msgid "Failed to load user profile %{user}"
9429
9568
  msgstr ""
9430
9569
 
9431
- #: ../lib/puppet/util/windows/user.rb:118
9570
+ #: ../lib/puppet/util/windows/user.rb:116
9432
9571
  msgid "Failed to unload user profile %{user}"
9433
9572
  msgstr ""
9434
9573