Giter Site home page Giter Site logo

Comments (7)

shortdudey123 avatar shortdudey123 commented on June 11, 2024

looks like you are missing install_type 'source' on the resource

from haproxy.

shortdudey123 avatar shortdudey123 commented on June 11, 2024

oh, nvm, i see it
You are telling it to install package so it ignores your other options
haproxy_install 'package'

from haproxy.

paulius005 avatar paulius005 commented on June 11, 2024
haproxy_install 'source' do
  source_version node[:haproxy][:source_version]
  source_url node[:haproxy][:source_url]
  source_checksum node[:haproxy][:source_checksum]
end

doing this seems to install the correct version, now just working out some kinks for starting it up

Still not sure why it would install 1.5.2 when running haproxy_install 'package'

from haproxy.

shortdudey123 avatar shortdudey123 commented on June 11, 2024

1.5.2 is probably the version thats available in the yum repo's available to the instance

from haproxy.

paulius005 avatar paulius005 commented on June 11, 2024

ah right.

this can be closed now.

Just a quick note for reference if anyone else runs into this issue.

directory '/var/lib/haproxy' do
  owner 'root'
  group 'root'
  mode '0777'
  action :create
end

had to create this folder to get stats to work properly with 1.7.5

from haproxy.

rshade avatar rshade commented on June 11, 2024

@paulius005 glad to hear. you can probably store the stats socket somewhere else also.

from haproxy.

lock avatar lock commented on June 11, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from haproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.