module-mysql/manifests/server/centos.pp

10 lines
191 B
ObjectPascal
Raw Normal View History

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