Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant + chef-solo error #50

Closed
MikeVL opened this issue Feb 23, 2014 · 1 comment
Closed

vagrant + chef-solo error #50

MikeVL opened this issue Feb 23, 2014 · 1 comment

Comments

@MikeVL
Copy link

MikeVL commented Feb 23, 2014

unning chef-solo...
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: *** Chef 10.12.0 ***
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: Run List is []
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: Run List expands to []
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: Starting Chef Run for dev-s
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: Running start handlers
[Sun, 23 Feb 2014 19:47:26 +0000] INFO: Start handlers complete.
[Sun, 23 Feb 2014 19:47:27 +0000] ERROR: Running exception handlers
[Sun, 23 Feb 2014 19:47:27 +0000] ERROR: Exception handlers complete
[Sun, 23 Feb 2014 19:47:27 +0000] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[Sun, 23 Feb 2014 19:47:27 +0000] FATAL: SyntaxError: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:74: syntax error, unexpected ':', expecting ')'
      ip_address: options[:ip_address],
                 ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:75: syntax error, unexpected ':', expecting '='
      hostname:   options[:hostname],
               ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:76: syntax error, unexpected ':', expecting '='
      aliases:    options[:aliases],
              ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:77: syntax error, unexpected ':', expecting '='
      comment:    options[:comment],
              ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:78: syntax error, unexpected ':', expecting '='
      priority:   options[:priority],
               ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:79: syntax error, unexpected ')', expecting '='
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:230: syntax error, unexpected ':', expecting ')'
        ip_address: entry.ip_address,
                   ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:231: syntax error, unexpected ':', expecting '='
        hostname:   entry.hostname,
                 ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:232: syntax error, unexpected ':', expecting '='
        aliases:    entry.aliases,
                ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:233: syntax error, unexpected ':', expecting '='
        comment:    entry.comment,
                ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:234: syntax error, unexpected ':', expecting '='
        priority:   !entry.calculated_priority? && entry.priority,
                 ^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:234: syntax error, unexpected ',', expecting kEND
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/hostsfile/libraries/manipulator.rb:269: syntax error, unexpected $end, expecting kEND
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
@sethvargo
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants