Change ngrok to use http
This commit is contained in:
parent
8366629943
commit
f9f49d22a4
@ -32,7 +32,7 @@ node default {
|
|||||||
node puppet.test.com {
|
node puppet.test.com {
|
||||||
include ngrok
|
include ngrok
|
||||||
ngrok::tunnel { 'webhook':
|
ngrok::tunnel { 'webhook':
|
||||||
proto => 'tls',
|
proto => 'http',
|
||||||
addr => '8170',
|
addr => '8170',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user