auto fix file perms

This commit is contained in:
pettai 2024-06-14 16:15:40 +02:00
parent 1f6992cf4f
commit 7671061441
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -65,6 +65,12 @@ class dns::knotdns(
owner => 'knot',
group => 'knot',
}
file { '/var/lib/knot/zones/*':
ensure => files,
mode => '0750',
owner => 'knot',
group => 'knot',
}
file { '/etc/knot/conf.d/*.conf':
ensure => file,
owner => 'knot',