fix?
This commit is contained in:
parent
7671061441
commit
fe6c1124c8
|
@ -65,8 +65,8 @@ class dns::knotdns(
|
|||
owner => 'knot',
|
||||
group => 'knot',
|
||||
}
|
||||
file { '/var/lib/knot/zones/*':
|
||||
ensure => files,
|
||||
file { '/var/lib/knot/zones/*.zone':
|
||||
ensure => file,
|
||||
mode => '0750',
|
||||
owner => 'knot',
|
||||
group => 'knot',
|
||||
|
|
Loading…
Reference in a new issue