diff --git a/manifests/site.pp b/manifests/site.pp index 11663aa..ece158d 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -29,3 +29,10 @@ node default { # Example: # class { 'my_class': } } +node puppet.test.com { + include ngrok + ngrok::tunnel { 'webhook': + proto => 'https', + addr => '8170', + } +}