Skip to content

Commit e045f17

Browse files
committed
enable SSL on the zack/r10k webhook
1 parent b6351f9 commit e045f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/profile/manifests/puppetmaster.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
git_webhook { "web_post_receive_webhook-${::fqdn}" :
4040
ensure => present,
41-
webhook_url => "http://${::fqdn}:8088/payload",
41+
webhook_url => "https://${::fqdn}:8088/payload",
4242
token => hiera('gms_api_token'),
4343
project_name => 'puppet/control-repo',
4444
server_url => hiera('gms_server_url'),

site/profile/manifests/webhook_no_mcollective.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class profile::webhook_no_mcollective {
22

33
class {'r10k::webhook::config':
4-
enable_ssl => false,
4+
enable_ssl => true,
55
protected => false,
66
use_mcollective => false,
77
}

0 commit comments

Comments
 (0)