Update default.rb
This commit is contained in:
parent
8f95f8f8b8
commit
bfc48b1583
1 changed files with 0 additions and 4 deletions
|
@ -158,10 +158,6 @@ template '/etc/mysql/mariadb.conf.d/50-server.cnf' do
|
|||
source 'mysql-50-server.cnf'
|
||||
end
|
||||
|
||||
execute 'mysql_change_user' do
|
||||
user 'root'
|
||||
command: "/bin/sed -i 's/^\(user\s*=\s*\).*$/\1vagrant/' /etc/mysql/my.cnf"
|
||||
end
|
||||
|
||||
directory '/var/run/mysqld' do
|
||||
user 'root'
|
||||
|
|
Reference in a new issue