d5032cbb67
Shouldn't this be profile::git_webhook as in all_in_one_pe.pp since the abstraction logic is located there? Either that or the profile::zack_r10k_webook is missing from the location specified?
7 lines
104 B
Puppet
7 lines
104 B
Puppet
class role::all_in_one_pe_2015_2 {
|
|
|
|
include profile::puppetmaster
|
|
include profile::git_webhook
|
|
|
|
}
|