File tree Expand file tree Collapse file tree
tools/appliance/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ install_packages() {
3737 apt-get --no-install-recommends -q -y --force-yes install sysstat
3838 # apache
3939 apt-get --no-install-recommends -q -y --force-yes install apache2 ssl-cert
40- # haproxy
41- apt-get --no-install-recommends -q -y --force-yes install haproxy
40+
4241 # dnsmasq
4342 apt-get --no-install-recommends -q -y --force-yes install dnsmasq dnsmasq-utils
4443 # nfs client
@@ -78,6 +77,11 @@ install_packages() {
7877 # cd $PREV
7978 # rm -fr /opt/vmware-tools-distrib
8079 # apt-get -q -y --force-yes purge build-essential
80+
81+ # haproxy. Wheezy doesn't have haproxy, install from backports
82+ # apt-get --no-install-recommends -q -y --force-yes install haproxy
83+ wget http://ftp.us.debian.org/debian/pool/main/h/haproxy/haproxy_1.4.8-1_i386.deb
84+ dpkg -i haproxy_1.4.8-1_i386.deb
8185}
8286
8387setup_accounts () {
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ install_packages() {
3737 apt-get --no-install-recommends -q -y --force-yes install sysstat
3838 # apache
3939 apt-get --no-install-recommends -q -y --force-yes install apache2 ssl-cert
40- # haproxy
41- apt-get --no-install-recommends -q -y --force-yes install haproxy
40+
4241 # dnsmasq
4342 apt-get --no-install-recommends -q -y --force-yes install dnsmasq dnsmasq-utils
4443 # nfs client
@@ -78,6 +77,11 @@ install_packages() {
7877 # cd $PREV
7978 # rm -fr /opt/vmware-tools-distrib
8079 # apt-get -q -y --force-yes purge build-essential
80+
81+ # haproxy. Wheezy doesn't have haproxy temporarily, install from backports
82+ # apt-get --no-install-recommends -q -y --force-yes install haproxy
83+ wget http://ftp.us.debian.org/debian/pool/main/h/haproxy/haproxy_1.4.8-1_amd64.deb
84+ dpkg -i haproxy_1.4.8-1_amd64.deb
8185}
8286
8387setup_accounts () {
You can’t perform that action at this time.
0 commit comments