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