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', owner => 'knot',
group => 'knot', group => 'knot',
} }
file { '/etc/knot/conf.d/*.conf': #file { '/etc/knot/conf.d/*.conf':
ensure => file, # ensure => file,
owner => 'knot', # owner => 'knot',
group => 'knot', # group => 'knot',
notify => Service['knot'], # notify => Service['knot'],
} #}
# Install KnotREST configuration # Install KnotREST configuration
if $knot_rest_token_secret { if $knot_rest_token_secret {