From 81cdc7801e8dfbfbc50aa7d1043d9636585cc379 Mon Sep 17 00:00:00 2001 From: pettai Date: Wed, 12 Jun 2024 16:27:46 +0200 Subject: [PATCH] fix comment --- global/overlay/etc/puppet/modules/dns/manifests/knotdns.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/dns/manifests/knotdns.pp b/global/overlay/etc/puppet/modules/dns/manifests/knotdns.pp index e4788b9..d450ba1 100644 --- a/global/overlay/etc/puppet/modules/dns/manifests/knotdns.pp +++ b/global/overlay/etc/puppet/modules/dns/manifests/knotdns.pp @@ -21,7 +21,7 @@ class dns::knotdns( command => "apt install -fy knot knot-host knot-dnsutils libknot14 python3-knot-rest=$knotrestversion && touch $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", unless => "test -f $control_file", }