add more fixes
This commit is contained in:
parent
81cdc7801e
commit
e0274dba57
|
@ -40,5 +40,10 @@ class dns::knotdns(
|
||||||
ensure => "file",
|
ensure => "file",
|
||||||
content => template("dns/knot/knot_rest.yaml.erb")
|
content => template("dns/knot/knot_rest.yaml.erb")
|
||||||
}
|
}
|
||||||
|
file{"/var/log/knot_rest":
|
||||||
|
ensure => directory,
|
||||||
|
mode => '0750',
|
||||||
|
owner => 'knot_rest',
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue