aboutsummaryrefslogtreecommitdiff
path: root/manifests/xen/dom0.pp
blob: 2c51b56867245cbc21f4f3fd4d4e1540468f0858 (plain)
1
2
3
4
5
6
7
class virtual::xen::dom0 inherits xen::domain { 
    case $operatingsystem {
        debian: { include xen::dom0::debian }
        centos: { include xen::dom0::centos }
        default: { include xen::dom0::base }
    }
}