blob: a55a57fbd70d50900884ae63a09637242a3c3d57 (
plain)
1
2
3
4
5
6
7
8
9
|
# centos specific things
class mysql::server::centos inherits mysql::server::clientpackage {
Service['mysql']{
name => 'mysqld',
}
File['mysql_main_cnf']{
path => '/etc/my.cnf',
}
}
|