enable SSL on the zack/r10k webhook
This commit is contained in:
parent
b6351f9e5d
commit
e045f172bd
@ -38,7 +38,7 @@ class profile::puppetmaster {
|
||||
|
||||
git_webhook { "web_post_receive_webhook-${::fqdn}" :
|
||||
ensure => present,
|
||||
webhook_url => "http://${::fqdn}:8088/payload",
|
||||
webhook_url => "https://${::fqdn}:8088/payload",
|
||||
token => hiera('gms_api_token'),
|
||||
project_name => 'puppet/control-repo',
|
||||
server_url => hiera('gms_server_url'),
|
||||
|
@ -1,7 +1,7 @@
|
||||
class profile::webhook_no_mcollective {
|
||||
|
||||
class {'r10k::webhook::config':
|
||||
enable_ssl => false,
|
||||
enable_ssl => true,
|
||||
protected => false,
|
||||
use_mcollective => false,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user