pub fn apply_all(target: &Path, dryrun: bool, delete_users: bool) -> Result<()>
Apply all config files from the given directory. If delete_users is true, users in DB but not in config will be deleted.