Skip to content

Commit 2ca5fb5

Browse files
committed
Merge pull request Azure#82 from ssugar/master
changing an incorrect config to cfg in the multi machine vagrantfile
2 parents 06cdd12 + 9d25c08 commit 2ca5fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Vagrant.configure('2') do |config|
211211
end
212212

213213
config.vm.define 'first' do |cfg|
214-
config.vm.provider :azure do |azure, override|
214+
cfg.vm.provider :azure do |azure, override|
215215
do_common_azure_stuff.call azure, override
216216
azure.vm_name = 'PROVIDE A NAME FOR YOUR VIRTUAL MACHINE'
217217
azure.tcp_endpoints = '3389:53389' # opens the Remote Desktop internal port that listens on public port 53389. Without this, you cannot RDP to a Windows VM.

0 commit comments

Comments
 (0)