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