oscar-stack / vagrant-config_builder

Configure Vagrant with structured data
Other
23 stars 19 forks source link

Question: is there a way to see the rendered Vagrantfile #36

Open logicminds opened 9 years ago

logicminds commented 9 years ago

Is there a way to see the rendered Vagrantfile after config builder renders everything. I seem to have an issue and a need a way to debug.

Sharpie commented 9 years ago

Currently, the config_builder plugin builds Vagrant configuration directly in memory --- so there isn't an intermediate form, such as a Vagrantfile, that could be displayed.

The first step to implementing something like this would be to add some sort of export command that could dump config_builder data after it has been loaded and transformed --- I have opened issue #45 to track this.