VagrantPackageSettingsExtensions.

IncludeVagrantFile(VagrantPackageSettings, FilePath) Method

Summary

Includes an additional Vagrantfile with the packaged box

Syntax

public static VagrantPackageSettings IncludeVagrantFile(this VagrantPackageSettings settings, FilePath vagrantFile)

Parameters

Name Type Description
settings VagrantPackageSettings The settings
vagrantFile FilePath FilePath for the Vagrantfile to include

Return Value

Type Description
VagrantPackageSettings The updated settings object