pub fn install_dir<P: AsRef<Path>, S: AsRef<str>>(
    config: Config,
    output_dir: P,
    cookbook: Option<S>
) -> Result<(), Error>