-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DNSoverTLS #88
Conversation
Hi this is my second PR. I hope this is enough for implementing another option for |
81c2fcf
to
b1a8bd0
Compare
default => $dnsovertls, | ||
} | ||
|
||
if $_dnsovertls { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please have a look at the spec/classes/init_spec.rb
file add add some spec tests for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
4541792
to
fdc9e48
Compare
systemd-resolved supports DNSOverTLS since version 239. Current Options for this feature are: * 'opportunistic' * 'no' There will be a 'strict' or 'yes' feature in the future. Signed-off-by: Christian Rebischke <chris@nullday.de>
ff071c7
to
67cce8c
Compare
Tests should be implemented now ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
update required Puppet version in the documentation
Make sysconfig configuration work with undef values for logfile
systemd-resolved supports DNSOverTLS since version 239.
Current Options for this feature are:
There will be a 'strict' or 'yes' feature in the future.
Signed-off-by: Christian Rebischke chris@nullday.de