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?
This commit is contained in:
Philip Morrison 2016-02-14 00:58:19 -05:00
parent 36737bb5fc
commit d5032cbb67

View File

@ -1,6 +1,6 @@
class role::all_in_one_pe_2015_2 { class role::all_in_one_pe_2015_2 {
include profile::puppetmaster include profile::puppetmaster
include profile::zack_r10k_webhook include profile::git_webhook
} }