You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:desc=>"Where the fileserver configuration is stored.",
1387
1397
},
1388
1398
:strict_hostname_checking=>{
1389
-
:default=>false,
1399
+
:default=>true,
1400
+
:type=>:boolean,
1390
1401
:desc=>"Whether to only search for the complete
1391
-
hostname as it is in the certificate when searching for node information
1392
-
in the catalogs.",
1402
+
hostname as it is in the certificate when searching for node information
1403
+
in the catalogs or to match dot delimited segments of the cert's certname
1404
+
and the hostname, fqdn, and/or domain facts.
1405
+
1406
+
This setting is deprecated and will be removed in a future release.",
1407
+
:hook=>proc{ |val|
1408
+
ifval != true
1409
+
Puppet.deprecation_warning("Setting strict_hostname_checking to false is deprecated and will be removed in a future release. Please use regular expressions in your node declarations or explicit fact matching for classification (though be warned that fact based classification may be considered insecure).")
0 commit comments