diff mbox series

[meta-oe,2/2] influxdb: Add missing group to static id

Message ID 20240217235424.1091544-3-yoann.congal@smile.fr
State Accepted
Headers show
Series Fix influxdb reproducibility build | expand

Commit Message

Yoann Congal Feb. 17, 2024, 11:54 p.m. UTC
The influxdb group is used by the influxdb recipe and created by default
by the useradd command.

Also, align static passwd file to the USERADD_PARAM in the influxdb
recipe and add the missing newline at end of file.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-oe/files/static-group-meta-oe  | 1 +
 meta-oe/files/static-passwd-meta-oe | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe
index f20c86f65..543c893c0 100644
--- a/meta-oe/files/static-group-meta-oe
+++ b/meta-oe/files/static-group-meta-oe
@@ -5,4 +5,5 @@  mysql:x:603:
 postgres:x:28:
 zabbix:x:605:
 mail:x:606:
+influxdb:x:622:
 nogroup:x:65534:
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index 00f3e107e..daf686b93 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -7,5 +7,5 @@  zabbix:x:605:605::/:/bin/nologin
 cyrus:x:606:nogroup::/:/bin/nologin
 pcp:x:620:nogroup::/:/bin/nologin
 pcpqa:x:621:nogroup::/:/bin/nologin
-influxdb:x:622:nogroup::/:/bin/nologin
-mongodb:x:623:nogroup::/:/bin/nologin
\ No newline at end of file
+influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
+mongodb:x:623:nogroup::/:/bin/nologin