I get the following error when trying to vagrant up. Any ideas what is going wrong?
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-11-15T08:21:34+00:00] INFO: *** Chef 10.14.2 ***
[2013-11-15T08:21:34+00:00] INFO: Setting the run_list to ["recipe[app::packages]", "recipe[app::web_server]", "recipe[app::vhost]", "recipe[memcached]", "recipe[app::db]", "recipe[postfix]"] from JSON
[2013-11-15T08:21:34+00:00] INFO: Run List is [recipe[app::packages], recipe[app::web_server], recipe[app::vhost], recipe[memcached], recipe[app::db], recipe[postfix]]
[2013-11-15T08:21:34+00:00] INFO: Run List expands to [app::packages, app::web_server, app::vhost, memcached, app::db, postfix]
[2013-11-15T08:21:34+00:00] INFO: Starting Chef Run for projectname.local
[2013-11-15T08:21:34+00:00] INFO: Running start handlers
[2013-11-15T08:21:34+00:00] INFO: Start handlers complete.
[2013-11-15T08:21:35+00:00] ERROR: Running exception handlers
[2013-11-15T08:21:35+00:00] ERROR: Exception handlers complete
[2013-11-15T08:21:35+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-11-15T08:21:35+00:00] FATAL: SyntaxError: compile error
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/metadata.rb:19: syntax error, unexpected ':', expecting $end
display_name: 'postfix/main',
^
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
I get the following error when trying to vagrant up. Any ideas what is going wrong?