From 8fa19f7a34a6a262c19eb1ca6e370cec62ed8b89 Mon Sep 17 00:00:00 2001 From: DenSchub Date: Wed, 20 Apr 2011 23:16:53 +0200 Subject: [PATCH] We don't need that on debian. --- chef/cookbooks/debian/recipes/mysql.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chef/cookbooks/debian/recipes/mysql.rb b/chef/cookbooks/debian/recipes/mysql.rb index d7d04c6ed..d300d75d3 100644 --- a/chef/cookbooks/debian/recipes/mysql.rb +++ b/chef/cookbooks/debian/recipes/mysql.rb @@ -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