adds backend rule

This commit is contained in:
Arne Teuke
2019-01-07 20:00:18 +01:00
parent 0f6f603f8f
commit b7acbbfb73
4 changed files with 26 additions and 3 deletions

View File

@@ -31,5 +31,6 @@ class cd_haproxy::server::proxy_test (
acl_rule => ['too_fast fe_sess_rate ge 10',
'network_allowed src 0.0.0.0/0'],
backend_name => 'test01-backend',
be_server_name => ['web01', 'web02'],
}
}