Skip to main content

apply_all

Function apply_all 

Source
pub fn apply_all(target: &Path, dryrun: bool, delete_users: bool) -> Result<()>
Expand description

Apply all config files from the given directory. If delete_users is true, users in DB but not in config will be deleted.