Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorDenSchub <software@dsx.cc>2011-04-21 01:16:53 +0400
committerDenSchub <software@dsx.cc>2011-04-21 01:16:53 +0400
commit8fa19f7a34a6a262c19eb1ca6e370cec62ed8b89 (patch)
treef2cc5701298bae4feef69a3ea908a89eeb6ff52c /chef
parentc31b6f18fdc2bacc3502a8e11034ae968baa0311 (diff)
We don't need that on debian.
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/debian/recipes/mysql.rb8
1 files changed, 0 insertions, 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