summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-16 12:26:24 -0400
committerMicah Anderson <micah@riseup.net>2013-04-16 12:26:57 -0400
commit9a6026af4f781d081274eb2884e0662dfdd54a07 (patch)
treeae0426d3a4acfcbea44155eca99fa5c66c430de7 /puppet
parent75053a203834ee70e527ba20c8dbad69b5620b04 (diff)
pass version to haproxy so that the leap package will be installed
this package is a newer version than the one in debian, and as of this writing haproxy is scheduled to be removed from wheezy, also it has hardened flags enabled
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/site_haproxy/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_haproxy/manifests/init.pp b/puppet/modules/site_haproxy/manifests/init.pp
index 602e26be..ace88a7b 100644
--- a/puppet/modules/site_haproxy/manifests/init.pp
+++ b/puppet/modules/site_haproxy/manifests/init.pp
@@ -2,6 +2,7 @@ class site_haproxy {
class { 'haproxy':
enable => true,
+ version => '1.4.23-0.1~leap60+1',
manage_service => true,
global_options => {
'log' => '127.0.0.1 local0',