From 10440bb59d652e556e660711c823fb265bc79c2e Mon Sep 17 00:00:00 2001 From: Daniel Kessler Date: Fri, 8 Mar 2019 15:04:38 -0800 Subject: [PATCH] Fix other port typo --- manifests/resource/upstream.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/upstream.pp b/manifests/resource/upstream.pp index 38061d4fd..a3b3259ea 100644 --- a/manifests/resource/upstream.pp +++ b/manifests/resource/upstream.pp @@ -56,7 +56,7 @@ # members => { # 'localhost:3001' => { # server => 'localhost', -# port => 3000, +# port => 3001, # }, # 'localhost:3002' => { # server => 'localhost',