yaf
This commit is contained in:
parent
e0274dba57
commit
eebf6dae98
|
@ -33,6 +33,15 @@ class dns::knotdns(
|
|||
}
|
||||
file { '/etc/knot/conf.d':
|
||||
ensure => directory,
|
||||
mode => '0750',
|
||||
owner => 'root',
|
||||
group => 'knot',
|
||||
}
|
||||
file { '/var/lib/knot/zones':
|
||||
ensure => directory,
|
||||
mode => '0750',
|
||||
owner => 'knot',
|
||||
group => 'knot',
|
||||
}
|
||||
|
||||
# Install KnotREST configuration
|
||||
|
@ -44,6 +53,7 @@ class dns::knotdns(
|
|||
ensure => directory,
|
||||
mode => '0750',
|
||||
owner => 'knot_rest',
|
||||
group => 'knot_rest',
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue