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
When setting dns_stub_listener to false, it does not cause DNSStubListener to be set to no. This is an issue for systems where DNSStubListener is yes by default.
I believe this is because the code below is checking if $dns_stub_listener is a String, but it should maybe be checking $_dns_stub_listener instead?
Hello,
When setting
dns_stub_listener
tofalse
, it does not causeDNSStubListener
to be set tono
. This is an issue for systems whereDNSStubListener
isyes
by default.I believe this is because the code below is checking if
$dns_stub_listener
is a String, but it should maybe be checking$_dns_stub_listener
instead?puppet-systemd/manifests/resolved.pp
Line 61 in 71f8d19
puppet-systemd/manifests/resolved.pp
Lines 236 to 251 in 71f8d19
The text was updated successfully, but these errors were encountered: