8 lines
187 B
Puppet
8 lines
187 B
Puppet
# cobbler server profile
|
|
class roles::infra::cobbler::server {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::base::datavol
|
|
include profiles::cobbler::init
|
|
}
|