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:
parent
4bf6889876
commit
96c81d2fdd
@ -31,7 +31,7 @@ let
|
|||||||
connPortShift = ${toString cfg.connPortShift}
|
connPortShift = ${toString cfg.connPortShift}
|
||||||
storeAllowFirstRunInit = false
|
storeAllowFirstRunInit = false
|
||||||
|
|
||||||
${cfg.mgmtd.extraConfig}
|
${cfg.meta.extraConfig}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configStorage = name: cfg: pkgs.writeText "storage-${name}.conf" ''
|
configStorage = name: cfg: pkgs.writeText "storage-${name}.conf" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user