diff options
Diffstat (limited to 'config/haproxy-devel/haproxy.xml')
-rw-r--r-- | config/haproxy-devel/haproxy.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.xml b/config/haproxy-devel/haproxy.xml index bbc32575..25949392 100644 --- a/config/haproxy-devel/haproxy.xml +++ b/config/haproxy-devel/haproxy.xml @@ -58,6 +58,11 @@ <executable>haproxy</executable> <description>The Reliable, High Performance TCP/HTTP Load Balancer</description> </service> + <plugins> + <plugin> + <type>plugin_carp</type> + </plugin> + </plugins> <configpath>installedpackages->haproxy->config</configpath> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> |