module-mysql/manifests/server/centos.pp

10 lines
192 B
ObjectPascal
Raw Normal View History

2009-10-03 15:19:11 +02:00
class mysql::server::centos inherits mysql::server::clientpackage {
Service[mysql]{
name => 'mysqld',
}
File['/etc/mysql/my.cnf']{
path => '/etc/my.cnf',
}
}