Puppet Class: badstation::bq_company
- Defined in:
- manifests/bq_company.pp
Overview
BadQuanta and his “Company” (read: Friends.)
3 4 5 6 7 8 9 10 11 |
# File 'manifests/bq_company.pp', line 3
class badstation::bq_company {
include badstation::ppl::badquanta
include badstation::ppl::goodcycle
include badstation::ppl::hiphippie
include badstation::ppl::nitnat
include badstation::ppl::myrryn
include badstation::ppl::sunshine
include badstation::ppl::goodwin
}
|