Compare commits

..

No commits in common. "cc36ec8957614641a192503aa6ff531496e23520" and "f05cb85e38a2b82b24b78383cdd89966ce3ca00c" have entirely different histories.

View file

@ -34,11 +34,6 @@ class dns::knotdns(
ensure => installed,
}
service { 'knot':
ensure => running,
enable => true,
}
exec {"Install KnotREST":
command => "apt install -fy python3-knot-rest=$knotrestversion && touch $control_file",
unless => "test -f $control_file",
@ -65,13 +60,6 @@ class dns::knotdns(
owner => 'knot',
group => 'knot',
}
file { '/etc/knot/conf.d/*.conf',
ensure => file,
owner => 'knot',
group => 'knot',
refreshonly => true,
notify => Service['knot'],
}
# Install KnotREST configuration
if $knot_rest_token_secret {