We don't need that on debian.
This commit is contained in:
parent
c31b6f18fd
commit
8fa19f7a34
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue