stop systemd-resolved

This commit is contained in:
pettai 2024-06-12 17:18:08 +02:00
parent eebf6dae98
commit edc6f7a7b1
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -4,6 +4,12 @@ class dns::knotdns(
$knotrestversion = '0.0.2-1~ubuntu22.04',
){
# Stop & disable systemd-resloved
service { "systemd-resolved":
ensure => 'stop',
enable => false,
}
# This is a control file used to skip these semi-heavy installation steps
$control_file="/var/cache/cosmos/knotdns_install_complete.txt"