Created
August 6, 2013 02:12
-
-
Save stelcheck/6161424 to your computer and use it in GitHub Desktop.
Cozycloud / Trying to run Vagrant Manually...
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 -v | |
There is a syntax error in the following Vagrantfile. The syntax error | |
message is reproduced below for convenience: | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:31: syntax error, unexpected ':', expecting kEND | |
config.vm.network :private_network, ip: "192.168.50.4" | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:36: syntax error, unexpected ':', expecting kEND | |
...etwork :forwarded_port, guest: 9101, host: 9101 # Cozy Data ... | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:37: syntax error, unexpected ':', expecting kEND | |
...etwork :forwarded_port, guest: 9102, host: 9102 # Cozy Data ... | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:38: syntax error, unexpected ':', expecting kEND | |
...etwork :forwarded_port, guest: 9104, host: 9104 # Cozy Proxy | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:39: syntax error, unexpected ':', expecting kEND | |
...etwork :forwarded_port, guest: 9105, host: 9105 # Realtime s... | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:40: syntax error, unexpected ':', expecting kEND | |
config.vm.network :forwarded_port, guest: 5984, host: 5984 # CouchDB | |
^ | |
/Users/mt/Sources/cozymyadmin/Vagrantfile:41: syntax error, unexpected ':', expecting kEND | |
...etwork :forwarded_port, guest: 9099, host: 9099 # Cozy Log R... | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment