fix comment

This commit is contained in:
pettai 2024-06-12 16:27:46 +02:00
parent 6a8f7dbe58
commit 81cdc7801e
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -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",
} }