Created
May 30, 2014 08:00
-
-
Save tkadauke/1b9730afcadc93dc9f04 to your computer and use it in GitHub Desktop.
vagrant-berkshelf bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# can be empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure('2') do |config| | |
config.vm.box = 'base' | |
config.vm.define :foo do |ctrl| | |
ctrl.berkshelf.enabled = true | |
ctrl.vm.hostname = "foo" | |
end | |
config.vm.define :bar do |ctrl| | |
ctrl.berkshelf.enabled = false | |
ctrl.berkshelf.berksfile_path = 'NoBerksfileHere' | |
ctrl.vm.hostname = "bar" | |
end | |
end |
did you find a solution to this? i have the same issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vagrant up bar
yields this error: