9 lines
192 B
Puppet
9 lines
192 B
Puppet
class mysql::server::centos inherits mysql::server::clientpackage {
|
|
Service[mysql]{
|
|
name => 'mysqld',
|
|
}
|
|
File['/etc/mysql/my.cnf']{
|
|
path => '/etc/my.cnf',
|
|
}
|
|
|
|
}
|