summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp7
1 files changed, 4 insertions, 3 deletions
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'],
}
}