comment out none-working stuff

This commit is contained in:
pettai 2024-06-25 13:13:11 +02:00
parent 6dd1228908
commit 96ca654aaf
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -71,12 +71,12 @@ class dns::knotdns(
owner => 'knot',
group => 'knot',
}
file { '/etc/knot/conf.d/*.conf':
ensure => file,
owner => 'knot',
group => 'knot',
notify => Service['knot'],
}
#file { '/etc/knot/conf.d/*.conf':
# ensure => file,
# owner => 'knot',
# group => 'knot',
# notify => Service['knot'],
#}
# Install KnotREST configuration
if $knot_rest_token_secret {