Enable service mysqld

refs #6842
This commit is contained in:
Alexander Klimov 2014-08-28 14:35:06 +02:00
parent 4dc1541459
commit 146f315b44
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class mysql {
service { 'mysqld':
ensure => running,
enable => true,
require => Package['mysql-server']
}