Skip to main content

scan_package

Function scan_package 

Source
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.