module-mysql/manifests/server/centos.pp

10 lines
199 B
ObjectPascal
Raw Normal View History

2013-01-02 17:13:45 +01:00
# centos specific things
2009-10-03 15:19:11 +02:00
class mysql::server::centos inherits mysql::server::clientpackage {
2013-01-02 17:13:45 +01:00
Service['mysql']{
name => 'mysqld',
}
File['mysql_main_cnf']{
path => '/etc/my.cnf',
}
2009-10-03 15:19:11 +02:00
}