control-repo/site/role/manifests/all_in_one_pe.pp
Nick Walker 9503f54349 Move puppetmaster profile to rampup_profile_puppetmaster module
Prior to this commit, the puppetmaster profile was embedded in this
control-repo.

After this commit, the puppetmaster profile is moved out into its
own module.
2016-03-23 15:55:58 -07:00

7 lines
104 B
Puppet

class role::all_in_one_pe {
include rampup_profile_puppetmaster
include pe_code_manager_webhook
}