package
2.4.1+incompatible
Repository: https://github.com/hashicorp/vagrant.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
EvalContext returns the common eval context to use for parsing all configurations.
FindPath looks for our configuration file starting at "start" and traversing parent directories until it is found.
No description provided by the author
Load loads the configuration file from the given path.
TestConfig returns a Config from a string source and fails the test if parsing the configuration fails.
TestConfigFile writes the default Vagrant configuration file with the given contents.
TestSource returns valid configuration.
ValidateLabels validates a set of labels.
# Constants
Filename is the default filename for the Vagrant configuration.
# Structs
Config is the core configuration for connecting to the Vagrant server/runners.
DataSource configures the data source for the runner.
Hook is the configuration for a hook that runs at specified times.
Runner is the configuration for supporting runners in this project.
No description provided by the author