comment out none-working stuff
This commit is contained in:
parent
6dd1228908
commit
96ca654aaf
|
@ -71,12 +71,12 @@ class dns::knotdns(
|
|||
owner => 'knot',
|
||||
group => 'knot',
|
||||
}
|
||||
file { '/etc/knot/conf.d/*.conf':
|
||||
ensure => file,
|
||||
owner => 'knot',
|
||||
group => 'knot',
|
||||
notify => Service['knot'],
|
||||
}
|
||||
#file { '/etc/knot/conf.d/*.conf':
|
||||
# ensure => file,
|
||||
# owner => 'knot',
|
||||
# group => 'knot',
|
||||
# notify => Service['knot'],
|
||||
#}
|
||||
|
||||
# Install KnotREST configuration
|
||||
if $knot_rest_token_secret {
|
||||
|
|
Loading…
Reference in a new issue