summaryrefslogtreecommitdiffstats
path: root/puppet/modules/mysql/manifests/init.pp
blob: 1811efc720370f1b285c2a2df28cb0fb84dd8be7 (plain)
1
2
3
4
5
class mysql {
    case $::kernel {
        windows: { require mysql::windows }
    }
}