summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/data.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/data.pp b/manifests/data.pp
index db865d6..6b27068 100644
--- a/manifests/data.pp
+++ b/manifests/data.pp
@@ -25,7 +25,7 @@ class haproxy::data {
}
}
Debian: {
- $haproxy_global_options = { 'log' => "127.0.0.1 local0",
+ $haproxy_global_options = { 'log' => "${::ipaddress} local0",
'chroot' => '/var/lib/haproxy',
'pidfile' => '/var/run/haproxy.pid',
'maxconn' => '4000',