pub fn scan_package(
pkg_dir: &Path,
hostname: &str,
roles: &[&str],
) -> Result<Vec<FileAction>>Expand description
Scan a package directory and resolve overrides for the given host and roles.
Returns a list of FileActions describing what to deploy.