We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bc76 commit 4ea7f9bCopy full SHA for 4ea7f9b
data/kernel/Linux.yaml
@@ -144,9 +144,6 @@ systemd::networks:
144
LLDP=yes
145
MulticastDNS=yes
146
147
-# DNSSEC disabled due to bugs. Looks like https://github.com/systemd/systemd/pull/18624 should fix
148
-# it in systemd 248.
149
-systemd::dnssec: false
150
systemd::domains: "%{trusted.domain}"
151
systemd::journald_settings:
152
Storage: persistent
data/os/codename/bullseye.yaml
@@ -36,3 +36,7 @@ apt::sources:
36
include:
37
src: false
38
architecture: "%{facts.os.architecture}"
39
+
40
+# DNSSEC disabled due to bugs. Looks like https://github.com/systemd/systemd/pull/18624 should fix
41
+# it in systemd 248.
42
+systemd::dnssec: false
0 commit comments