From d5032cbb67e76bf9b04f27001670a5bf5421711a Mon Sep 17 00:00:00 2001 From: Philip Morrison Date: Sun, 14 Feb 2016 00:58:19 -0500 Subject: [PATCH] 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? --- site/role/manifests/all_in_one_pe_2015_2.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/role/manifests/all_in_one_pe_2015_2.pp b/site/role/manifests/all_in_one_pe_2015_2.pp index 01bf717..337ca45 100644 --- a/site/role/manifests/all_in_one_pe_2015_2.pp +++ b/site/role/manifests/all_in_one_pe_2015_2.pp @@ -1,6 +1,6 @@ class role::all_in_one_pe_2015_2 { include profile::puppetmaster - include profile::zack_r10k_webhook + include profile::git_webhook }