docs: add manual page for verification.cfg

This commit is contained in:
Dietmar Maurer
2021-02-11 13:40:11 +01:00
parent 2ca396c015
commit 5b7f44555e
7 changed files with 77 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use proxmox::tools::{fs::replace_file, fs::CreateOptions};
use crate::api2::types::*;
lazy_static! {
static ref CONFIG: SectionConfig = init();
pub static ref CONFIG: SectionConfig = init();
}