diff options
| author | Micah Anderson <micah@riseup.net> | 2013-04-16 12:26:24 -0400 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2013-04-16 12:26:57 -0400 | 
| commit | 9a6026af4f781d081274eb2884e0662dfdd54a07 (patch) | |
| tree | ae0426d3a4acfcbea44155eca99fa5c66c430de7 /puppet/modules/site_haproxy | |
| parent | 75053a203834ee70e527ba20c8dbad69b5620b04 (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/modules/site_haproxy')
| -rw-r--r-- | puppet/modules/site_haproxy/manifests/init.pp | 1 | 
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',  | 
