We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N/A
We're only able to use the puppet:/// location when creating a global_hook.
puppet:///
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'; }
If it could support a tar.gz or anything supported by puppet-archive, that would be awesome.
tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
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:
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.The text was updated successfully, but these errors were encountered: