1828e21623
In order to complete the change I refactered the webhook into its own set of profiles, one with mcollective and the other without.
7 lines
106 B
Puppet
7 lines
106 B
Puppet
class role::all_in_one_pe {
|
|
|
|
include profile::webhook_no_mcollective
|
|
include profile::puppetmaster
|
|
|
|
}
|