Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support global hook http(s) source. #387

Open
madelaney opened this issue Jun 7, 2021 · 0 comments
Open

support global hook http(s) source. #387

madelaney opened this issue Jun 7, 2021 · 0 comments

Comments

@madelaney
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.17.0
  • Ruby: ruby 2.5.8p224
  • Distribution: Ubuntu 18.04 / 20.04
  • Module version: 7.1.0

How to reproduce (e.g Puppet code you use)

N/A

What are you seeing

We're only able to use the puppet:/// location when creating a global_hook.

What behaviour did you expect instead

I'd like to be able to create a global_hook from a file we keep in artifactory (binary file). Something like:

  gitlab::global_hook {
    'compiled-global-hook':
      type     => 'pre-receive',
      source => 'https://artifactory.internal-company.io/releases/binary';
  }

Output log

N/A

Any additional information you'd like to impart

If it could support a tar.gz or anything supported by puppet-archive, that would be awesome.

  • Mike D.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant