2d7a9a72e1
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
8 lines
133 B
Puppet
8 lines
133 B
Puppet
class role::all_in_one_pe {
|
|
|
|
include profile::puppetmaster
|
|
include profile::zack_r10k_webhook
|
|
include profile::code_manager
|
|
|
|
}
|