git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-02-14 00:58:19 -0500
committermail_redacted_for_web 2016-02-14 00:58:19 -0500
commitd5032cbb67e76bf9b04f27001670a5bf5421711a (patch)
treee4c542ef34cb08de9af506975ebbd80f71e27872
parent36737bb5fc3458126463ead25c2852fbd58ac7fc (diff)
downloadcontrol-repo-template-d5032cbb67e76bf9b04f27001670a5bf5421711a.tar.bz2
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?
-rw-r--r--site/role/manifests/all_in_one_pe_2015_2.pp2
1 files changed, 1 insertions, 1 deletions
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
}