promet / drupal-cookbook

24 stars 28 forks source link

Error Deploying on Ubuntu 14.04 due to the following command #27

Open sernapallyanurag opened 8 years ago

sernapallyanurag commented 8 years ago

execute "mysql-install-drupal-privileges" do command "/usr/bin/mysql -h #{node['drupal']['db']['host']} -u root -p#{node['mysql']['server_root_password']} < /etc/mysql/drupal-grants.sql" action :nothing end

The present mysql cookbook doesnot work. Which mysql cookbook should I use?