From 2d74c71933c9f7ca4c4700ce4c6e502659d4ba4f Mon Sep 17 00:00:00 2001 From: kungfu71186 Date: Wed, 24 May 2017 16:10:23 -0400 Subject: [PATCH] Update pillar.example reqrep should be reqreps and the string is not properly escaped, causes issues when compiling --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 6bf81ce..f71884d 100644 --- a/pillar.example +++ b/pillar.example @@ -200,6 +200,6 @@ haproxy: - "content accept if serverhello" stickons: - "payload_lv(43,1) if clienthello" - reqrep: - - "^([^\ :]*)\ /static/(.*) \1\ \2" + reqreps: + - '^([^\ :]*)\ /static/(.*) \1\ \2' options: "ssl-hello-chk"