summaryrefslogtreecommitdiff
path: root/puppet/modules
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-09-20 12:15:36 -0700
committerelijah <elijah@riseup.net>2013-09-20 12:15:36 -0700
commitd7f5b368547f37cfa53cd606f3d72fab44b6bd7f (patch)
tree947963585a525b85952d91515b40aad418ab21bc /puppet/modules
parent3d4960e59c1c742fc0706b37a40e03b698865587 (diff)
use newer haproxy_servers macro in order to allow couchdb and webapp to be on the same node (requires latest leap_cli)
Diffstat (limited to 'puppet/modules')
-rw-r--r--puppet/modules/site_webapp/manifests/haproxy.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/manifests/haproxy.pp b/puppet/modules/site_webapp/manifests/haproxy.pp
index 4a7e3c25..b69c69da 100644
--- a/puppet/modules/site_webapp/manifests/haproxy.pp
+++ b/puppet/modules/site_webapp/manifests/haproxy.pp
@@ -3,7 +3,6 @@ class site_webapp::haproxy {
include site_haproxy
$haproxy = hiera('haproxy')
- $local_ports = $haproxy['local_ports']
# Template uses $global_options, $defaults_options
concat::fragment { 'leap_haproxy_webapp_couchdb':