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