Skip to content

Commit

Permalink
Merge pull request #1322 from dkess/patch-1
Browse files Browse the repository at this point in the history
Fix port typo in example
  • Loading branch information
ekohl committed Mar 8, 2019
2 parents e665785 + 7b34b0d commit f1a1fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/resource/upstream.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# members => {
# 'localhost:3001' => {
# server => 'localhost',
# port => 3000,
# port => 3001,
# },
# 'localhost:3002' => {
# server => 'localhost',
Expand All @@ -56,7 +56,7 @@
# members => {
# 'localhost:3001' => {
# server => 'localhost',
# port => 3000,
# port => 3001,
# },
# 'localhost:3002' => {
# server => 'localhost',
Expand Down

0 comments on commit f1a1fe8

Please sign in to comment.