We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cb170 commit c2aeccdCopy full SHA for c2aeccd
site/profile/manifests/puppetmaster.pp
@@ -34,7 +34,6 @@
34
project_name => 'puppet/control-repo',
35
server_url => hiera('gms_server_url'),
36
provider => $git_management_system,
37
- disable_ssl_verify => true,
38
}
39
40
git_webhook { 'web_post_receive_webhook' :
site/profile/manifests/webhook_no_mcollective.pp
@@ -1,7 +1,7 @@
1
class profile::webhook_no_mcollective {
2
3
class {'r10k::webhook::config':
4
- enable_ssl => true,
+ enable_ssl => false,
5
protected => false,
6
use_mcollective => false,
7
0 commit comments