Skip to content

Commit e4a6dc0

Browse files
(packaging) Updating manpage file for master
1 parent 6e66cdb commit e4a6dc0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

man/man5/puppet.conf.5

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,10 @@ How to store cached nodes\. Valid values are (none), \'json\', \'msgpack\', or \
12721272

12731273
.
12741274
.SS "node_name"
1275-
How the puppet master determines the client\'s identity and sets the \'hostname\', \'fqdn\' and \'domain\' facts for use in the manifest, in particular for determining which \'node\' statement applies to the client\. Possible values are \'cert\' (use the subject\'s CN in the client\'s certificate) and \'facter\' (use the hostname that the client reported in its facts)
1275+
How the puppet master determines the client\'s identity and sets the \'hostname\', \'fqdn\' and \'domain\' facts for use in the manifest, in particular for determining which \'node\' statement applies to the client\. Possible values are \'cert\' (use the subject\'s CN in the client\'s certificate) and \'facter\' (use the hostname that the client reported in its facts)\.
1276+
.
1277+
.P
1278+
This setting is deprecated, please use explicit fact matching for classification\.
12761279
.
12771280
.IP "\(bu" 4
12781281
\fIDefault\fR: cert
@@ -1856,10 +1859,13 @@ Whether the agent specified environment should be considered authoritative, caus
18561859
.IP "" 0
18571860
.
18581861
.SS "strict_hostname_checking"
1859-
Whether to only search for the complete hostname as it is in the certificate when searching for node information in the catalogs\.
1862+
Whether to only search for the complete hostname as it is in the certificate when searching for node information in the catalogs or to match dot delimited segments of the cert\'s certname and the hostname, fqdn, and/or domain facts\.
1863+
.
1864+
.P
1865+
This setting is deprecated and will be removed in a future release\.
18601866
.
18611867
.IP "\(bu" 4
1862-
\fIDefault\fR: false
1868+
\fIDefault\fR: true
18631869
.
18641870
.IP "" 0
18651871
.

0 commit comments

Comments
 (0)