summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-08-29 13:53:49 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-08-29 14:12:48 -0700
commit449bbee4b9f9bc31d8676fbdf5ad699f5b1987f0 (patch)
treeb09889e2f63ebee0de4746df502c79e6628b6aed /manifests
parentee028ee6c7872de0adc35b5b50e6d802e02c25a5 (diff)
Log to $ipaddress by default on both platforms
Diffstat (limited to 'manifests')
-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',