Skip to content

Instantly share code, notes, and snippets.

@stelcheck
Created August 6, 2013 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stelcheck/6161424 to your computer and use it in GitHub Desktop.
Save stelcheck/6161424 to your computer and use it in GitHub Desktop.
Cozycloud / Trying to run Vagrant Manually...
└──╼ 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