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

This typo places mgtmd.extraConf in meta.conf
leading to meta.extraConf being ignored.
release-18.03-flake
markuskowa 2018-08-02 09:00:54 +02:00 committed by xeji
parent 18401b99f3
commit 728c28f934
1 changed files with 1 additions and 1 deletions

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" ''