spec/integration/vm/cookbooks/app/recipes/default.rb in infrataster-0.1.4 vs spec/integration/vm/cookbooks/app/recipes/default.rb in infrataster-0.1.5
- old
+ new
@@ -31,19 +31,5 @@
notifies :run, 'execute[reload supervisor]'
end
execute 'supervisorctl restart rackup'
-# db
-package 'mysql-server'
-
-service 'mysql' do
- action :start
- supports :restart => true
-end
-
-cookbook_file '/etc/mysql/my.cnf' do
- notifies :restart, 'service[mysql]'
-end
-
-execute "mysql -uroot -e \"GRANT ALL PRIVILEGES ON *.* TO 'app'@'%' IDENTIFIED BY 'app';\""
-