Giter Club home page Giter Club logo

Comments (11)

acidprime avatar acidprime commented on June 30, 2024

example error for people who search

Error: Failed to apply catalog: Parameter webhook_url failed on Git_webhook[puppet_webhook]: Git webhook URL must be fully qualified, not 'https://puppet:[email protected]:8089/payload' at /etc/puppetlabs/puppet/environments/production/site/profile/manifests/master.pp:12
Wrapped exception:
Git webhook URL must be fully qualified, not 'https://puppet:[email protected]:8089/payload'

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

Weakened the validation per your suggest, as seen in this commit: 61def08

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

Or...rather this commit: 9ae51c1

from abrader-gms.

acidprime avatar acidprime commented on June 30, 2024

yeah I found it ;)

from abrader-gms.

oznah avatar oznah commented on June 30, 2024

I am still getting error:

Failed to apply catalog: Parameter webhook_url failed on Git_webhook[web_post_receive_webhook]: Git webhook URL must be fully qualified, not 'puppet:[email protected]:8088/payload' at /etc/puppetlabs/puppet/environments/production/modules/profiles/manifests/r10k.pp:113 Wrapped exception: Git webhook URL must be fully qualified, not 'puppet:[email protected]:8088/payload'

  • zack/r10k, 2.6.5
  • abrader/gms, 0.0.6

r10k code

 git_webhook { 'web_post_receive_webhook' :
    ensure             => present,
    webhook_url        => 'https://puppet:[email protected]:8088/payload',
    token              =>  hiera('gitlab_api_token'),
    project_name       => 'puppet/control',
    server_url         => 'https://fqdn.gitlab.com',
    disable_ssl_verify => true,
    provider           => 'gitlab',
}

Shouldn't matter but, I'm using gitlab.

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

My apologies for the delay. Confirmed the issue. Thanks for the submission. I will be getting to the refactoring of the regex shortly.

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

@oznah Please try the validation from this release: https://github.com/abrader/abrader-gms/blob/master/lib/puppet/type/git_webhook.rb#L36

Worked for me, would like your input.

from abrader-gms.

oznah avatar oznah commented on June 30, 2024

I will give it a try tomorrow.

On Thu, Apr 16, 2015, 3:57 PM Andrew Brader [email protected]
wrote:

@oznah https://github.com/oznah Please try the validation from this
release:
https://github.com/abrader/abrader-gms/blob/master/lib/puppet/type/git_webhook.rb#L36

Worked for me, would like your input.


Reply to this email directly or view it on GitHub
#5 (comment).

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

Confirmed with other interested parties this is now working for them as well. Committed changes to a new forge release v.0.0.8: https://forgeapi.puppetlabs.com/v3/files/abrader-gms-0.0.8.tar.gz

from abrader-gms.

oznah avatar oznah commented on June 30, 2024

Sorry for the delay. I confirmed that this is working now. No more error.

from abrader-gms.

abrader avatar abrader commented on June 30, 2024

No worries. Thanks for checking.

from abrader-gms.

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.