summaryrefslogtreecommitdiffstats
path: root/puppet/modules/activepython/manifests/init.pp
blob: 9eb08cdce18c140051fff37a53b7b24d6ed5bb22 (plain)
1
2
3
4
5
class activepython {
    case $::kernel {
        windows: { include activepython::windows }
    }
}