summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/listen.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/listen.pp b/manifests/listen.pp
index ee9e320..00636e3 100644
--- a/manifests/listen.pp
+++ b/manifests/listen.pp
@@ -82,7 +82,7 @@ define haproxy::listen (
) {
# Template uses: $name, $ipaddress, $ports, $options
concat::fragment { "${name}_listen_block":
- order => "20-${name}",
+ order => "20-${name}-00",
target => '/etc/haproxy/haproxy.cfg',
content => template('haproxy/haproxy_listen_block.erb'),
}