We don't need that on debian.

This commit is contained in:
DenSchub 2011-04-20 23:16:53 +02:00
parent c31b6f18fd
commit 8fa19f7a34

View file

@ -1,11 +1,3 @@
execute "install mysql" do
command "apt-get install -y mysql-server libmysqlclient-dev libmysql-ruby"
end
execute "start mysql service to create the system tables" do
command "service mysqld start"
end
execute "stop service again" do
command "service mysqld stop"
end