diff --git a/source/conf.ts b/source/conf.ts index ecffd80..963a678 100644 --- a/source/conf.ts +++ b/source/conf.ts @@ -494,9 +494,12 @@ namespace _munin.conf path : string ) : Promise { - const conf_raw : {version : string; content : any} = await lib_plankton.conf.load( - schema(), - path + const conf_raw : {version : string; content : any} = await lib_plankton.conf.load_versioned( + path, + schema, + { + "v6": null, + } ); if (conf_raw.version !== current_version) {