Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

did not find expected key while parsing a block mapping #3

Open
COLABORATI opened this issue Aug 27, 2016 · 0 comments
Open

did not find expected key while parsing a block mapping #3

COLABORATI opened this issue Aug 27, 2016 · 0 comments

Comments

@COLABORATI
Copy link

I am getting parse errors, but this is certainly because I do not understand the hoerarchy of the required configuration items. Would you please like to provide a complete, working example fo a configuration file with some common options like e.g.

config.vm.network "private_network", ip: "10.10.10.10"
config.vm.box_check_update = false
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.synced_folder "/path/to/data", "/data", type: "nfs", nfs_udp: false
config.vm.provider "virtualbox" do |vb|
    vb.memory = "1024"
    vb.linked_clone = true
  end

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant