Update default.rb

This commit is contained in:
Axel 2020-01-22 15:28:50 +01:00 committed by GitHub
parent 82ec3f81e8
commit 5678637de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ end
# MONGODB
#####################################
package 'mongodb'
service 'mysql' do
service 'mongodb' do
action [:enable, :start]
end