beegfs/module: Fix a typo in meta.conf generation (#40979)

This typo places mgtmd.extraConf in meta.conf
leading to meta.extraConf being ignored.
This commit is contained in:
markuskowa 2018-05-23 17:23:58 +02:00 committed by xeji
parent 4bf6889876
commit 96c81d2fdd

View file

@ -31,7 +31,7 @@ let
connPortShift = ${toString cfg.connPortShift}
storeAllowFirstRunInit = false
${cfg.mgmtd.extraConfig}
${cfg.meta.extraConfig}
'';
configStorage = name: cfg: pkgs.writeText "storage-${name}.conf" ''