add more fixes

This commit is contained in:
pettai 2024-06-12 16:33:23 +02:00
parent 81cdc7801e
commit e0274dba57
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -40,5 +40,10 @@ class dns::knotdns(
ensure => "file", ensure => "file",
content => template("dns/knot/knot_rest.yaml.erb") content => template("dns/knot/knot_rest.yaml.erb")
} }
file{"/var/log/knot_rest":
ensure => directory,
mode => '0750',
owner => 'knot_rest',
}
} }