git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/role
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-10-30 13:42:33 -0700
committermail_redacted_for_web 2015-10-30 13:42:33 -0700
commit3149d9707f2882bdd4bc499a2bc65fb6dff36bf9 (patch)
treeb8b22bd0b16543749a253c1beb4b59aca1b62e88 /site/role
parent8e271e3043fd55ce7c39f520360214e6844085af (diff)
downloadcontrol-repo-template-3149d9707f2882bdd4bc499a2bc65fb6dff36bf9.tar.bz2
Refactor webhook profiles into one profile with a parameter
Previously there was a mcollective and no_mcollective version of the webhook profile. They were almost identical so I merged them and manage the difference with a "use_mcollective" parameter. I renamed the webhook profile to zack_r10k_webhook.
Diffstat (limited to 'site/role')
-rw-r--r--site/role/manifests/all_in_one_pe.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/role/manifests/all_in_one_pe.pp b/site/role/manifests/all_in_one_pe.pp
index 3762325..6bc2eb3 100644
--- a/site/role/manifests/all_in_one_pe.pp
+++ b/site/role/manifests/all_in_one_pe.pp
@@ -8,7 +8,7 @@ class role::all_in_one_pe {
webhook_password => $webhook_password,
}
- class { 'profile::webhook_no_mcollective' :
+ class { 'profile::zack_r10k_webhook' :
username => $webhook_username,
password => $webhook_password,
}