From fe6409dde2fa50e3ed5ec1f5bd8b59e62ed021aa Mon Sep 17 00:00:00 2001 From: Heston Snodgrass Date: Wed, 20 Nov 2019 15:57:00 -0700 Subject: [PATCH] Add test comment to site.pp for code manager --- manifests/site.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 703c221..57cb180 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,5 +1,7 @@ ## site.pp ## +## Test comment for code manager + # This file (./manifests/site.pp) is the main entry point # used when an agent connects to a master and asks for an updated configuration. # https://puppet.com/docs/puppet/latest/dirs_manifest.html @@ -32,7 +34,7 @@ node default { node puppet.test.com { include ngrok ngrok::tunnel { 'webhook': - proto => 'http', + proto => 'tcp', addr => '8170', } }