disable SSL on the zack/r10k webhook

The abrader/gms provider for gitlab doesn't support
disabling ssl verification but will soon.
This commit is contained in:
Nick Walker 2015-10-28 11:27:57 -07:00
parent d6cb170a78
commit c2aeccd388
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ class profile::puppetmaster {
project_name => 'puppet/control-repo',
server_url => hiera('gms_server_url'),
provider => $git_management_system,
disable_ssl_verify => true,
}
git_webhook { 'web_post_receive_webhook' :

View File

@ -1,7 +1,7 @@
class profile::webhook_no_mcollective {
class {'r10k::webhook::config':
enable_ssl => true,
enable_ssl => false,
protected => false,
use_mcollective => false,
}