control-repo/site/role/manifests/all_in_one_pe.pp
Nick Walker 2d7a9a72e1 Refactor puppetmaster and zack_r10k_webhook
Moved the webhook resource out of puppetmaster and into zack_r10k
to support exchaning code_manager in place of zack_r10k

As a result I cleaned up some unnecessary parameters.

Installing both the r10k webhook and the code_manager at this time
for testing
2015-12-09 09:44:50 -08:00

8 lines
133 B
Puppet

class role::all_in_one_pe {
include profile::puppetmaster
include profile::zack_r10k_webhook
include profile::code_manager
}