fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

NoMethodError: undefined method `split' for :tags:Symbol #54

Closed jparal closed 10 years ago

jparal commented 10 years ago

knife server bootstrap ec2 fail with following error:

ERROR: knife encountered an unexpected error
This may be a bug in the 'server bootstrap ec2' knife command or plugin
Please collect the output of this command with the `-VV` option before filing a bug report.
Exception: NoMethodError: undefined method `split' for :tags:Symbol
jparal commented 10 years ago

I forgot to add version number: v1.1.0

fnichol commented 10 years ago

@jparal I believe I have sorted this issue out but now cannot remember in which commit so that I can link back :cry:

So, once I cut the next release shorty, if you are still experiencing this issue, could you re-open so we get it smashed for good?

Thanks!