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:
parent
d6cb170a78
commit
c2aeccd388
@ -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' :
|
||||
|
@ -1,7 +1,7 @@
|
||||
class profile::webhook_no_mcollective {
|
||||
|
||||
class {'r10k::webhook::config':
|
||||
enable_ssl => true,
|
||||
enable_ssl => false,
|
||||
protected => false,
|
||||
use_mcollective => false,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user