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.",
1433
1443
},
1434
1444
:strict_hostname_checking=>{
1435
-
:default=>false,
1445
+
:default=>true,
1446
+
:type=>:boolean,
1436
1447
:desc=>"Whether to only search for the complete
1437
-
hostname as it is in the certificate when searching for node information
1438
-
in the catalogs.",
1448
+
hostname as it is in the certificate when searching for node information
1449
+
in the catalogs or to match dot delimited segments of the cert's certname
1450
+
and the hostname, fqdn, and/or domain facts.
1451
+
1452
+
This setting is deprecated and will be removed in a future release.",
1453
+
:hook=>proc{ |val|
1454
+
ifval != true
1455
+
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