stop systemd-resolved
This commit is contained in:
parent
eebf6dae98
commit
edc6f7a7b1
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class dns::knotdns(
|
||||||
$knotrestversion = '0.0.2-1~ubuntu22.04',
|
$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
|
# This is a control file used to skip these semi-heavy installation steps
|
||||||
$control_file="/var/cache/cosmos/knotdns_install_complete.txt"
|
$control_file="/var/cache/cosmos/knotdns_install_complete.txt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue