auser/poolparty

Undefined method 'node_bootstrap'

maize opened this issue · 2 comments

I think, in the last commit of recent changes went something wrong.
I get this error after starting my cloud by "cloud start":

...
etc/chef/cookbooks/ruby/recipes/
etc/chef/cookbooks/ruby/recipes/default.rb
etc/chef/roles/
etc/chef/roles/chef.json

sent 150435 bytes received 1976 bytes 14515.33 bytes/sec
total size is 144338 speedup is 0.95
Warning: Permanently added 'ec2-###-##-##-##.compute-1.amazonaws.com,123.45.67.89' (RSA) to the list of known hosts.
chef installed
/Users/maize/poolparty/vendor/gems/dslify/lib/dslify.rb:77:in method_missing': undefined local variable or methodnode_bootstrap' for #PoolParty::ChefSolo:0x10264f0e8 (NameError)
...

Try now... I pushed a change to replace all the node_bootstrap! to node_bootstrap.

thanks now i works ;-)