From 98aaa48b6759c05a9e7bb1cab3d6f178658bc450 Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Wed, 9 May 2012 16:35:51 -0700 Subject: Ensure hasrestart parameter with haproxy service The haproxy service should have the hasrestart parameter defaulted to true. Previously, this was not the case. This commit establishes that. --- manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 6dde629..a0f5265 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -103,8 +103,9 @@ class haproxy ( true => true, false => false, }, - name => 'haproxy', - hasstatus => true, - require => Concat['/etc/haproxy/haproxy.cfg'], + name => 'haproxy', + hasrestart => true, + hasstatus => true, + require => Concat['/etc/haproxy/haproxy.cfg'], } } -- cgit v1.2.3