auto fix file perms
This commit is contained in:
parent
1f6992cf4f
commit
7671061441
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue