Giter Club home page Giter Club logo

Comments (7)

mkrakowitzer avatar mkrakowitzer commented on September 13, 2024

Please can you let me know how you are setting this parameter?

Using hiera it should be set like this:

jira::proxy:
  scheme:    'https'
  proxyName: 'foo.example.com'
  proxyPort: '443'

and in puppet it can be set like this:

class { 'jira':
  proxy          => {
    scheme       => 'https',
    proxyName    => 'www.example.com',
    proxyPort    => '443',
  },
}

from puppet-jira.

pdirksen avatar pdirksen commented on September 13, 2024

I use foreman. Hashes works fine with other classes.

from puppet-jira.

mkrakowitzer avatar mkrakowitzer commented on September 13, 2024

OK, I suspect this may not be being parsed through correctly. I think for now I need to add lots of validation for all the variables. Let me see what I can figure out.

If you have any information that can help me with debugging the issue it would be appreciated.

from puppet-jira.

mkrakowitzer avatar mkrakowitzer commented on September 13, 2024

I am not able to reproduce this issue. May I ask what version of puppet are you using? What OS are you running this module on?

from puppet-jira.

mkrakowitzer avatar mkrakowitzer commented on September 13, 2024

@pdirksen have you managed to resolve this issue? or have any additional information that can help me trouble shoot the problem you are having.

If not, @brycejohnson I am going to close this issue.

from puppet-jira.

mkrakowitzer avatar mkrakowitzer commented on September 13, 2024

@pdirksen Could you please let me know if this is possibly resolved? I recently added future parser to our testing and I could reproduce this issue. It should be fixed in 1.2.0

from puppet-jira.

pdirksen avatar pdirksen commented on September 13, 2024

It works now.
Thanks

from puppet-jira.

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.