control-repo/site/role/manifests/all_in_one_pe_2015_2.pp
Philip Morrison d5032cbb67 Update all_in_one_pe_2015_2.pp
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?
2016-02-14 00:58:19 -05:00

7 lines
104 B
Puppet

class role::all_in_one_pe_2015_2 {
include profile::puppetmaster
include profile::git_webhook
}