control-repo/site/role/manifests/all_in_one_pe.pp
Nick Walker 1828e21623 Change to using the webhook without mcollective
In order to complete the change I refactered the webhook into
its own set of profiles, one with mcollective and the other
without.
2015-10-16 10:56:07 -07:00

7 lines
106 B
Puppet

class role::all_in_one_pe {
include profile::webhook_no_mcollective
include profile::puppetmaster
}