puppet 8.1.0-x86-mingw32 → 8.2.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +20 -20
- data/lib/puppet/defaults.rb +17 -5
- data/lib/puppet/http/client.rb +12 -5
- data/lib/puppet/http/service/ca.rb +25 -0
- data/lib/puppet/node/environment.rb +6 -4
- data/lib/puppet/pops/evaluator/deferred_resolver.rb +20 -3
- data/lib/puppet/ssl/oids.rb +2 -0
- data/lib/puppet/ssl/ssl_provider.rb +1 -1
- data/lib/puppet/ssl/state_machine.rb +60 -9
- data/lib/puppet/version.rb +1 -1
- data/lib/puppet/x509/cert_provider.rb +7 -0
- data/locales/puppet.pot +71 -47
- data/man/man5/puppet.conf.5 +16 -2
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-catalog.8 +1 -1
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-ssl.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- data/spec/fixtures/ssl/127.0.0.1-key.pem +107 -107
- data/spec/fixtures/ssl/127.0.0.1.pem +52 -51
- data/spec/fixtures/ssl/bad-basic-constraints.pem +56 -56
- data/spec/fixtures/ssl/bad-int-basic-constraints.pem +53 -53
- data/spec/fixtures/ssl/ca.pem +54 -54
- data/spec/fixtures/ssl/crl.pem +26 -26
- data/spec/fixtures/ssl/ec-key.pem +11 -11
- data/spec/fixtures/ssl/ec.pem +33 -32
- data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
- data/spec/fixtures/ssl/encrypted-key.pem +108 -108
- data/spec/fixtures/ssl/intermediate-agent-crl.pem +26 -26
- data/spec/fixtures/ssl/intermediate-agent.pem +56 -56
- data/spec/fixtures/ssl/intermediate-crl.pem +29 -29
- data/spec/fixtures/ssl/intermediate.pem +53 -53
- data/spec/fixtures/ssl/oid-key.pem +107 -107
- data/spec/fixtures/ssl/oid.pem +51 -50
- data/spec/fixtures/ssl/pluto-key.pem +107 -107
- data/spec/fixtures/ssl/pluto.pem +52 -51
- data/spec/fixtures/ssl/renewed.pem +67 -0
- data/spec/fixtures/ssl/request-key.pem +107 -107
- data/spec/fixtures/ssl/request.pem +50 -48
- data/spec/fixtures/ssl/revoked-key.pem +107 -107
- data/spec/fixtures/ssl/revoked.pem +51 -50
- data/spec/fixtures/ssl/signed-key.pem +107 -107
- data/spec/fixtures/ssl/signed.pem +49 -48
- data/spec/fixtures/ssl/tampered-cert.pem +51 -50
- data/spec/fixtures/ssl/tampered-csr.pem +50 -48
- data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +107 -107
- data/spec/fixtures/ssl/unknown-127.0.0.1.pem +50 -49
- data/spec/fixtures/ssl/unknown-ca-key.pem +107 -107
- data/spec/fixtures/ssl/unknown-ca.pem +54 -54
- data/spec/integration/application/agent_spec.rb +27 -27
- data/spec/integration/application/apply_spec.rb +14 -0
- data/spec/integration/http/client_spec.rb +16 -0
- data/spec/lib/puppet/test_ca.rb +3 -10
- data/spec/unit/defaults_spec.rb +2 -40
- data/spec/unit/file_system/path_pattern_spec.rb +15 -0
- data/spec/unit/http/service/ca_spec.rb +71 -0
- data/spec/unit/ssl/ssl_provider_spec.rb +20 -0
- data/spec/unit/ssl/state_machine_spec.rb +75 -3
- data/spec/unit/x509/cert_provider_spec.rb +23 -0
- data/tasks/generate_cert_fixtures.rake +4 -0
- metadata +4 -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 8.0
|
9
|
+
"Project-Id-Version: Puppet automation framework 8.1.0-43-g2052c18a7f\n"
|
10
10
|
"\n"
|
11
11
|
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
|
12
|
-
"POT-Creation-Date: 2023-
|
13
|
-
"PO-Revision-Date: 2023-
|
12
|
+
"POT-Creation-Date: 2023-07-06 21:09+0000\n"
|
13
|
+
"PO-Revision-Date: 2023-07-06 21:09+0000\n"
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
16
16
|
"Language: \n"
|
@@ -68,7 +68,7 @@ msgstr ""
|
|
68
68
|
msgid "Another puppet instance is already running; --waitforlock flag used, waiting for running instance to finish."
|
69
69
|
msgstr ""
|
70
70
|
|
71
|
-
#: ../lib/puppet/agent.rb:101 ../lib/puppet/ssl/state_machine.rb:
|
71
|
+
#: ../lib/puppet/agent.rb:101 ../lib/puppet/ssl/state_machine.rb:414 ../lib/puppet/ssl/state_machine.rb:445
|
72
72
|
msgid "Will try again in %{time} seconds."
|
73
73
|
msgstr ""
|
74
74
|
|
@@ -458,7 +458,7 @@ msgstr ""
|
|
458
458
|
msgid "Unknown action '%{action}'"
|
459
459
|
msgstr ""
|
460
460
|
|
461
|
-
#: ../lib/puppet/application/ssl.rb:167 ../lib/puppet/ssl/state_machine.rb:
|
461
|
+
#: ../lib/puppet/application/ssl.rb:167 ../lib/puppet/ssl/state_machine.rb:273
|
462
462
|
msgid "Creating a new EC SSL key for %{name} using curve %{curve}"
|
463
463
|
msgstr ""
|
464
464
|
|
@@ -736,39 +736,39 @@ msgstr ""
|
|
736
736
|
msgid "a data type can only have one implementation"
|
737
737
|
msgstr ""
|
738
738
|
|
739
|
-
#: ../lib/puppet/defaults.rb:
|
739
|
+
#: ../lib/puppet/defaults.rb:169
|
740
740
|
msgid "Cannot disable unrecognized warning types '%{invalid}'."
|
741
741
|
msgstr ""
|
742
742
|
|
743
|
-
#: ../lib/puppet/defaults.rb:
|
743
|
+
#: ../lib/puppet/defaults.rb:170
|
744
744
|
msgid "Valid values are '%{values}'."
|
745
745
|
msgstr ""
|
746
746
|
|
747
747
|
#. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
|
748
|
-
#: ../lib/puppet/defaults.rb:
|
748
|
+
#: ../lib/puppet/defaults.rb:561
|
749
749
|
msgid "Setting 'data_binding_terminus' is deprecated."
|
750
750
|
msgstr ""
|
751
751
|
|
752
752
|
#. TRANSLATORS 'hiera' should not be translated
|
753
|
-
#: ../lib/puppet/defaults.rb:
|
753
|
+
#: ../lib/puppet/defaults.rb:563
|
754
754
|
msgid "Convert custom terminus to hiera 5 API."
|
755
755
|
msgstr ""
|
756
756
|
|
757
757
|
#. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
|
758
|
-
#: ../lib/puppet/defaults.rb:
|
758
|
+
#: ../lib/puppet/defaults.rb:757
|
759
759
|
msgid "Setting 'environment_data_provider' is deprecated."
|
760
760
|
msgstr ""
|
761
761
|
|
762
|
-
#: ../lib/puppet/defaults.rb:
|
762
|
+
#: ../lib/puppet/defaults.rb:848
|
763
763
|
msgid "Certificate names must be lower case"
|
764
764
|
msgstr ""
|
765
765
|
|
766
|
-
#: ../lib/puppet/defaults.rb:
|
766
|
+
#: ../lib/puppet/defaults.rb:1107 ../lib/puppet/settings/enum_setting.rb:14 ../lib/puppet/settings/symbolic_enum_setting.rb:15
|
767
767
|
msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
|
768
768
|
msgstr ""
|
769
769
|
|
770
770
|
#. TRANSLATORS 'pluginsync' is a setting and should not be translated
|
771
|
-
#: ../lib/puppet/defaults.rb:
|
771
|
+
#: ../lib/puppet/defaults.rb:2041
|
772
772
|
msgid "Setting 'pluginsync' is deprecated."
|
773
773
|
msgstr ""
|
774
774
|
|
@@ -2274,6 +2274,10 @@ msgstr ""
|
|
2274
2274
|
msgid "No content type in http response; cannot parse"
|
2275
2275
|
msgstr ""
|
2276
2276
|
|
2277
|
+
#: ../lib/puppet/http/service/ca.rb:126
|
2278
|
+
msgid "SSL context must contain a client certificate."
|
2279
|
+
msgstr ""
|
2280
|
+
|
2277
2281
|
#: ../lib/puppet/indirector.rb:26
|
2278
2282
|
msgid "Indirection %{indirection_name} does not exist"
|
2279
2283
|
msgstr ""
|
@@ -3883,7 +3887,7 @@ msgstr ""
|
|
3883
3887
|
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."
|
3884
3888
|
msgstr ""
|
3885
3889
|
|
3886
|
-
#: ../lib/puppet/node/environment.rb:
|
3890
|
+
#: ../lib/puppet/node/environment.rb:615 ../lib/puppet/pops/loaders.rb:306
|
3887
3891
|
msgid "Could not parse for environment %{env}: %{detail}"
|
3888
3892
|
msgstr ""
|
3889
3893
|
|
@@ -7331,7 +7335,7 @@ msgstr ""
|
|
7331
7335
|
msgid "%{name} has not declared what class it wraps"
|
7332
7336
|
msgstr ""
|
7333
7337
|
|
7334
|
-
#: ../lib/puppet/ssl/base.rb:32 ../lib/puppet/x509/cert_provider.rb:
|
7338
|
+
#: ../lib/puppet/ssl/base.rb:32 ../lib/puppet/x509/cert_provider.rb:382
|
7335
7339
|
msgid "Certname %{name} must not contain unprintable or non-ASCII characters"
|
7336
7340
|
msgstr ""
|
7337
7341
|
|
@@ -7431,23 +7435,23 @@ msgstr ""
|
|
7431
7435
|
msgid "Server hostname '%{host}' did not match server certificate; %{expected_certnames}"
|
7432
7436
|
msgstr ""
|
7433
7437
|
|
7434
|
-
#: ../lib/puppet/ssl/oids.rb:
|
7438
|
+
#: ../lib/puppet/ssl/oids.rb:115
|
7435
7439
|
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': %{err}"
|
7436
7440
|
msgstr ""
|
7437
7441
|
|
7438
|
-
#: ../lib/puppet/ssl/oids.rb:
|
7442
|
+
#: ../lib/puppet/ssl/oids.rb:119
|
7439
7443
|
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': no such index '%{map_key}'"
|
7440
7444
|
msgstr ""
|
7441
7445
|
|
7442
|
-
#: ../lib/puppet/ssl/oids.rb:
|
7446
|
+
#: ../lib/puppet/ssl/oids.rb:123
|
7443
7447
|
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': data under index '%{map_key}' must be a Hash"
|
7444
7448
|
msgstr ""
|
7445
7449
|
|
7446
|
-
#: ../lib/puppet/ssl/oids.rb:
|
7450
|
+
#: ../lib/puppet/ssl/oids.rb:130
|
7447
7451
|
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': incomplete definition of oid '%{oid}'"
|
7448
7452
|
msgstr ""
|
7449
7453
|
|
7450
|
-
#: ../lib/puppet/ssl/oids.rb:
|
7454
|
+
#: ../lib/puppet/ssl/oids.rb:162
|
7451
7455
|
msgid "Error registering ssl custom OIDs mapping from file '%{custom_oid_file}': %{err}"
|
7452
7456
|
msgstr ""
|
7453
7457
|
|
@@ -7543,31 +7547,31 @@ msgstr ""
|
|
7543
7547
|
msgid "Certificate '%{subject}' failed verification (%{err}): %{err_utf8}"
|
7544
7548
|
msgstr ""
|
7545
7549
|
|
7546
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7550
|
+
#: ../lib/puppet/ssl/state_machine.rb:74
|
7547
7551
|
msgid "Verified CA bundle with digest (%{digest_type}) %{actual_digest}"
|
7548
7552
|
msgstr ""
|
7549
7553
|
|
7550
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7554
|
+
#: ../lib/puppet/ssl/state_machine.rb:77
|
7551
7555
|
msgid "CA bundle with digest (%{digest_type}) %{actual_digest} did not match expected digest %{expected_digest}"
|
7552
7556
|
msgstr ""
|
7553
7557
|
|
7554
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7558
|
+
#: ../lib/puppet/ssl/state_machine.rb:93
|
7555
7559
|
msgid "CA certificate is missing from the server"
|
7556
7560
|
msgstr ""
|
7557
7561
|
|
7558
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7562
|
+
#: ../lib/puppet/ssl/state_machine.rb:95
|
7559
7563
|
msgid "Could not download CA certificate: %{message}"
|
7560
7564
|
msgstr ""
|
7561
7565
|
|
7562
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7566
|
+
#: ../lib/puppet/ssl/state_machine.rb:111
|
7563
7567
|
msgid "Refreshing CA certificate"
|
7564
7568
|
msgstr ""
|
7565
7569
|
|
7566
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7570
|
+
#: ../lib/puppet/ssl/state_machine.rb:122
|
7567
7571
|
msgid "CA certificate is unmodified, using existing CA certificate"
|
7568
7572
|
msgstr ""
|
7569
7573
|
|
7570
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7574
|
+
#: ../lib/puppet/ssl/state_machine.rb:124 ../lib/puppet/ssl/state_machine.rb:130
|
7571
7575
|
msgid "Failed to refresh CA certificate, using existing CA certificate: %{message}"
|
7572
7576
|
msgstr ""
|
7573
7577
|
|
@@ -7583,71 +7587,91 @@ msgstr ""
|
|
7583
7587
|
msgid "Refreshing CRL"
|
7584
7588
|
msgstr ""
|
7585
7589
|
|
7586
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7590
|
+
#: ../lib/puppet/ssl/state_machine.rb:220
|
7587
7591
|
msgid "CRL is unmodified, using existing CRL"
|
7588
7592
|
msgstr ""
|
7589
7593
|
|
7590
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7594
|
+
#: ../lib/puppet/ssl/state_machine.rb:222 ../lib/puppet/ssl/state_machine.rb:228
|
7591
7595
|
msgid "Failed to refresh CRL, using existing CRL: %{message}"
|
7592
7596
|
msgstr ""
|
7593
7597
|
|
7594
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7598
|
+
#: ../lib/puppet/ssl/state_machine.rb:255
|
7595
7599
|
msgid "Loading/generating private key"
|
7596
7600
|
msgstr ""
|
7597
7601
|
|
7598
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7602
|
+
#: ../lib/puppet/ssl/state_machine.rb:276
|
7599
7603
|
msgid "Creating a new RSA SSL key for %{name}"
|
7600
7604
|
msgstr ""
|
7601
7605
|
|
7602
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7606
|
+
#: ../lib/puppet/ssl/state_machine.rb:315
|
7603
7607
|
msgid "Generating and submitting a CSR"
|
7604
7608
|
msgstr ""
|
7605
7609
|
|
7606
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7610
|
+
#: ../lib/puppet/ssl/state_machine.rb:326
|
7607
7611
|
msgid "Failed to submit the CSR, HTTP response was %{code}"
|
7608
7612
|
msgstr ""
|
7609
7613
|
|
7610
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7614
|
+
#: ../lib/puppet/ssl/state_machine.rb:335
|
7611
7615
|
msgid "Downloading client certificate"
|
7612
7616
|
msgstr ""
|
7613
7617
|
|
7614
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7618
|
+
#: ../lib/puppet/ssl/state_machine.rb:341
|
7615
7619
|
msgid "Downloaded certificate for %{name} from %{url}"
|
7616
7620
|
msgstr ""
|
7617
7621
|
|
7618
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7622
|
+
#: ../lib/puppet/ssl/state_machine.rb:352
|
7619
7623
|
msgid "Failed to parse certificate: %{message}"
|
7620
7624
|
msgstr ""
|
7621
7625
|
|
7622
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7626
|
+
#: ../lib/puppet/ssl/state_machine.rb:355
|
7623
7627
|
msgid "Certificate for %{certname} has not been signed yet"
|
7624
7628
|
msgstr ""
|
7625
7629
|
|
7626
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7630
|
+
#: ../lib/puppet/ssl/state_machine.rb:356
|
7627
7631
|
msgid "Couldn't fetch certificate from CA server; you might still need to sign this agent's certificate (%{name})."
|
7628
7632
|
msgstr ""
|
7629
7633
|
|
7630
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7634
|
+
#: ../lib/puppet/ssl/state_machine.rb:359
|
7631
7635
|
msgid "Failed to retrieve certificate for %{certname}: %{message}"
|
7632
7636
|
msgstr ""
|
7633
7637
|
|
7634
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7638
|
+
#: ../lib/puppet/ssl/state_machine.rb:369
|
7639
|
+
msgid "Renewing client certificate"
|
7640
|
+
msgstr ""
|
7641
|
+
|
7642
|
+
#: ../lib/puppet/ssl/state_machine.rb:382
|
7643
|
+
msgid "Renewed client certificate: %{cert_digest}, not before '%{not_before}', not after '%{not_after}'"
|
7644
|
+
msgstr ""
|
7645
|
+
|
7646
|
+
#: ../lib/puppet/ssl/state_machine.rb:387
|
7647
|
+
msgid "Certificate autorenewal has not been enabled on the server."
|
7648
|
+
msgstr ""
|
7649
|
+
|
7650
|
+
#: ../lib/puppet/ssl/state_machine.rb:389
|
7651
|
+
msgid "Failed to automatically renew certificate: %{code} %{reason}"
|
7652
|
+
msgstr ""
|
7653
|
+
|
7654
|
+
#: ../lib/puppet/ssl/state_machine.rb:393
|
7655
|
+
msgid "Unable to automatically renew certificate: %{message}"
|
7656
|
+
msgstr ""
|
7657
|
+
|
7658
|
+
#: ../lib/puppet/ssl/state_machine.rb:408
|
7635
7659
|
msgid "Exiting now because the waitforcert setting is set to 0."
|
7636
7660
|
msgstr ""
|
7637
7661
|
|
7638
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7662
|
+
#: ../lib/puppet/ssl/state_machine.rb:411
|
7639
7663
|
msgid "Couldn't fetch certificate from CA server; you might still need to sign this agent's certificate (%{name}). Exiting now because the maxwaitforcert timeout has been exceeded."
|
7640
7664
|
msgstr ""
|
7641
7665
|
|
7642
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7666
|
+
#: ../lib/puppet/ssl/state_machine.rb:440
|
7643
7667
|
msgid "Another puppet instance is already running and the waitforlock setting is set to 0; exiting"
|
7644
7668
|
msgstr ""
|
7645
7669
|
|
7646
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7670
|
+
#: ../lib/puppet/ssl/state_machine.rb:442
|
7647
7671
|
msgid "Another puppet instance is already running and the maxwaitforlock timeout has been exceeded; exiting"
|
7648
7672
|
msgstr ""
|
7649
7673
|
|
7650
|
-
#: ../lib/puppet/ssl/state_machine.rb:
|
7674
|
+
#: ../lib/puppet/ssl/state_machine.rb:444
|
7651
7675
|
msgid "Another puppet instance is already running; waiting for it to finish"
|
7652
7676
|
msgstr ""
|
7653
7677
|
|
@@ -9693,14 +9717,14 @@ msgstr ""
|
|
9693
9717
|
msgid "Failed to load client certificate for '%{name}'"
|
9694
9718
|
msgstr ""
|
9695
9719
|
|
9696
|
-
#: ../lib/puppet/x509/cert_provider.rb:
|
9720
|
+
#: ../lib/puppet/x509/cert_provider.rb:336
|
9697
9721
|
msgid "Failed to save certificate request for '%{name}'"
|
9698
9722
|
msgstr ""
|
9699
9723
|
|
9700
|
-
#: ../lib/puppet/x509/cert_provider.rb:
|
9724
|
+
#: ../lib/puppet/x509/cert_provider.rb:352
|
9701
9725
|
msgid "Failed to load certificate request for '%{name}'"
|
9702
9726
|
msgstr ""
|
9703
9727
|
|
9704
|
-
#: ../lib/puppet/x509/cert_provider.rb:
|
9728
|
+
#: ../lib/puppet/x509/cert_provider.rb:365
|
9705
9729
|
msgid "Failed to delete certificate request for '%{name}'"
|
9706
9730
|
msgstr ""
|
data/man/man5/puppet.conf.5
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPETCONF" "5" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
\fBThis page is autogenerated; any changes will get overwritten\fR
|
6
6
|
.
|
7
7
|
.SH "Configuration settings"
|
@@ -848,6 +848,20 @@ Where individual hosts store and look for their certificates\.
|
|
848
848
|
.
|
849
849
|
.IP "" 0
|
850
850
|
.
|
851
|
+
.SS "hostcert_renewal_interval"
|
852
|
+
How often the Puppet agent refreshes its client certificate\. By default the client certificate is refreshed once every 30 days\. If a different duration is specified, then the agent will refresh its client certificate whenever it next runs and the elapsed time since the client certificate was last refreshed exceeds the duration\.
|
853
|
+
.
|
854
|
+
.P
|
855
|
+
In general, the duration should be greater than the \fBruninterval\fR\. Setting it to 0 will disable automatic renewal\.
|
856
|
+
.
|
857
|
+
.P
|
858
|
+
If the agent downloads a new certificate, the agent will use it for subsequent network requests\. If the refresh request fails, then the agent run will continue using the certificate it already has\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
|
859
|
+
.
|
860
|
+
.IP "\(bu" 4
|
861
|
+
\fIDefault\fR: \fB30d\fR
|
862
|
+
.
|
863
|
+
.IP "" 0
|
864
|
+
.
|
851
865
|
.SS "hostcrl"
|
852
866
|
Where the host\'s certificate revocation list can be found\. This is distinct from the certificate authority\'s CRL\.
|
853
867
|
.
|
@@ -959,7 +973,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
|
|
959
973
|
The HTTP User\-Agent string to send when making network requests\.
|
960
974
|
.
|
961
975
|
.IP "\(bu" 4
|
962
|
-
\fIDefault\fR: \fBPuppet/8\.
|
976
|
+
\fIDefault\fR: \fBPuppet/8\.2\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
|
963
977
|
.
|
964
978
|
.IP "" 0
|
965
979
|
.
|
data/man/man8/puppet-agent.8
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPET\-AGENT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-agent\fR \- The puppet agent daemon
|
data/man/man8/puppet-apply.8
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPET\-APPLY" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-apply\fR \- Apply Puppet manifests locally
|
data/man/man8/puppet-catalog.8
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPET\-CATALOG" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
|
data/man/man8/puppet-config.8
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPET\-CONFIG" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
|
data/man/man8/puppet-describe.8
CHANGED
@@ -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" "
|
4
|
+
.TH "PUPPET\-DESCRIBE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-describe\fR \- Display help about resource types
|
data/man/man8/puppet-device.8
CHANGED
@@ -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\-DEVICE" "8" "
|
4
|
+
.TH "PUPPET\-DEVICE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-device\fR \- Manage remote network devices
|
data/man/man8/puppet-doc.8
CHANGED
@@ -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\-DOC" "8" "
|
4
|
+
.TH "PUPPET\-DOC" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-doc\fR \- Generate Puppet references
|
data/man/man8/puppet-epp.8
CHANGED
@@ -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\-EPP" "8" "
|
4
|
+
.TH "PUPPET\-EPP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
|
data/man/man8/puppet-facts.8
CHANGED
@@ -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\-FACTS" "8" "
|
4
|
+
.TH "PUPPET\-FACTS" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-facts\fR \- Retrieve and store facts\.
|
@@ -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\-FILEBUCKET" "8" "
|
4
|
+
.TH "PUPPET\-FILEBUCKET" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket
|
data/man/man8/puppet-generate.8
CHANGED
@@ -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\-GENERATE" "8" "
|
4
|
+
.TH "PUPPET\-GENERATE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-generate\fR \- Generates Puppet code from Ruby definitions\.
|
data/man/man8/puppet-help.8
CHANGED
@@ -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\-HELP" "8" "
|
4
|
+
.TH "PUPPET\-HELP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-help\fR \- Display Puppet help\.
|
data/man/man8/puppet-lookup.8
CHANGED
@@ -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\-LOOKUP" "8" "
|
4
|
+
.TH "PUPPET\-LOOKUP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-lookup\fR \- Interactive Hiera lookup
|
data/man/man8/puppet-module.8
CHANGED
@@ -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\-MODULE" "8" "
|
4
|
+
.TH "PUPPET\-MODULE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-module\fR \- Creates, installs and searches for modules on the Puppet Forge\.
|
data/man/man8/puppet-node.8
CHANGED
@@ -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\-NODE" "8" "
|
4
|
+
.TH "PUPPET\-NODE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-node\fR \- View and manage node definitions\.
|
data/man/man8/puppet-parser.8
CHANGED
@@ -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\-PARSER" "8" "
|
4
|
+
.TH "PUPPET\-PARSER" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-parser\fR \- Interact directly with the parser\.
|
data/man/man8/puppet-plugin.8
CHANGED
@@ -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\-PLUGIN" "8" "
|
4
|
+
.TH "PUPPET\-PLUGIN" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\.
|
data/man/man8/puppet-report.8
CHANGED
@@ -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\-REPORT" "8" "
|
4
|
+
.TH "PUPPET\-REPORT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-report\fR \- Create, display, and submit reports\.
|
data/man/man8/puppet-resource.8
CHANGED
@@ -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\-RESOURCE" "8" "
|
4
|
+
.TH "PUPPET\-RESOURCE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-resource\fR \- The resource abstraction layer shell
|
data/man/man8/puppet-script.8
CHANGED
@@ -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\-SCRIPT" "8" "
|
4
|
+
.TH "PUPPET\-SCRIPT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-script\fR \- Run a puppet manifests as a script without compiling a catalog
|
data/man/man8/puppet-ssl.8
CHANGED
@@ -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\-SSL" "8" "
|
4
|
+
.TH "PUPPET\-SSL" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-ssl\fR \- Manage SSL keys and certificates for puppet SSL clients
|
data/man/man8/puppet.8
CHANGED
@@ -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" "8" "
|
4
|
+
.TH "PUPPET" "8" "August 2023" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\fR
|
@@ -25,4 +25,4 @@ Specialized:
|
|
25
25
|
catalog Compile, save, view, and convert catalogs\. describe Display help about resource types device Manage remote network devices doc Generate Puppet references epp Interact directly with the EPP template parser/renderer\. facts Retrieve and store facts\. filebucket Store and retrieve files in a filebucket generate Generates Puppet code from Ruby definitions\. node View and manage node definitions\. parser Interact directly with the parser\. plugin Interact with the Puppet plugin system\. script Run a puppet manifests as a script without compiling a catalog ssl Manage SSL keys and certificates for puppet SSL clients
|
26
26
|
.
|
27
27
|
.P
|
28
|
-
See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v8\.
|
28
|
+
See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v8\.2\.0
|