Updated ngrok to use TLS
This commit is contained in:
		
							parent
							
								
									1ddf655126
								
							
						
					
					
						commit
						8366629943
					
				@ -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 => 'https',
 | 
					    proto => 'tls',
 | 
				
			||||||
    addr  => '8170',
 | 
					    addr  => '8170',
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user