owncloud-archive / acceptance-testing

User stories and virtual machine configurations
9 stars 5 forks source link

Not able to connect database on server using chef #32

Open TriptiBansal opened 10 years ago

TriptiBansal commented 10 years ago

con = mysql.new 'localhost', 'root', 'password' rs = con.query 'select version()' puts rs.fetch_row con.close

Please help me out i am new to chef..

shoing me error is:

NameError

Cannot find a resource for mysql on amazon version 2012.09

Cookbook Trace:

/var/chef/cache/cookbooks/ls_configuration/recipes/default.rb:8:in `from_file'

Gomez commented 10 years ago

Would you post the whole traceback and the commands you entered?