fix comment
This commit is contained in:
parent
6a8f7dbe58
commit
81cdc7801e
|
@ -21,7 +21,7 @@ class dns::knotdns(
|
||||||
command => "apt install -fy knot knot-host knot-dnsutils libknot14 python3-knot-rest=$knotrestversion && touch $control_file",
|
command => "apt install -fy knot knot-host knot-dnsutils libknot14 python3-knot-rest=$knotrestversion && touch $control_file",
|
||||||
unless => "test -f $control_file",
|
unless => "test -f $control_file",
|
||||||
}
|
}
|
||||||
exec {"correct elasticsearch docker image mount rights":
|
exec {"Let user knot_rest use knot's socket":
|
||||||
command => "usermod -a -G knot knot_rest",
|
command => "usermod -a -G knot knot_rest",
|
||||||
unless => "test -f $control_file",
|
unless => "test -f $control_file",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue