align rights with what knotdns prefers
This commit is contained in:
parent
0956ef607b
commit
c50b52b90b
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ class dns::knotdns(
|
||||||
}
|
}
|
||||||
file { '/etc/knot/conf.d':
|
file { '/etc/knot/conf.d':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => '0750',
|
mode => '0755',
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'knot',
|
group => 'root',
|
||||||
}
|
}
|
||||||
file { '/var/lib/knot/zones':
|
file { '/var/lib/knot/zones':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Add table
Reference in a new issue