auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

Undefined method 'node_bootstrap' #72

Open maize opened 14 years ago

maize commented 14 years ago

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) ...

auser commented 14 years ago

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

maize commented 14 years ago

thanks now i works ;-)