git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/webhook_no_mcollective.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-10-28 10:37:59 -0700
committermail_redacted_for_web 2015-10-28 10:37:59 -0700
commitd6cb170a787da4ca4c0d830c5002893f7ae72bb3 (patch)
tree1cf61581fa78e5b5d78d731ac4d57092d27d4f4e /site/profile/manifests/webhook_no_mcollective.pp
parent8fe670beb09ffa086c5c8937bfc12d64d3296578 (diff)
downloadcontrol-repo-template-d6cb170a787da4ca4c0d830c5002893f7ae72bb3.tar.bz2
enable ssl on the webhook
Diffstat (limited to 'site/profile/manifests/webhook_no_mcollective.pp')
-rw-r--r--site/profile/manifests/webhook_no_mcollective.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/profile/manifests/webhook_no_mcollective.pp b/site/profile/manifests/webhook_no_mcollective.pp
index 9f4b7fa..f4f50d7 100644
--- a/site/profile/manifests/webhook_no_mcollective.pp
+++ b/site/profile/manifests/webhook_no_mcollective.pp
@@ -1,7 +1,7 @@
class profile::webhook_no_mcollective {
class {'r10k::webhook::config':
- enable_ssl => false,
+ enable_ssl => true,
protected => false,
use_mcollective => false,
}