Update default.rb

This commit is contained in:
Axel 2020-12-28 19:38:56 +01:00 committed by GitHub
parent 5678637de3
commit 074e0a1928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,11 @@ apt_update
package 'mariadb-server'
package 'mariadb-client'
service 'mysql' do
action [:enable, :start]
end
template '/etc/init.d/mysql' do
source 'mysql-init-d'
end