You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eg. try to use a different baseurl, other than http/https/file, like me above.
What are you seeing
I'm using the yum-gs-iam plugin for yum, which allows yum to be able to fetch packages from GCS.
puppet-yum plugin will try to validate baseurl without letting yum do so.
What behaviour did you expect instead
Since I've got a yum plugin installed to handle the gs:// baseurl, module should not check it?
Output log
Dec 02 12:14:33 test-server puppet[1848]: Error: Parameter baseurl failed on Yumrepo[spareroom-secure]: Validate method failed for class baseurl: Must be a valid URL at /etc/puppetlabs/code/modules/yum/manifests/init.pp:136
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Voovode
changed the title
Module expects http://, https:// or file:// as baseurl without checking other yum plugins that do so
Module supports http://, https:// or file:// as baseurl only without checking other yum plugins that support other schemes
Dec 2, 2019
Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Hiera values below:
eg. try to use a different baseurl, other than http/https/file, like me above.
What are you seeing
I'm using the yum-gs-iam plugin for yum, which allows yum to be able to fetch packages from GCS.
puppet-yum plugin will try to validate baseurl without letting yum do so.
What behaviour did you expect instead
Since I've got a yum plugin installed to handle the gs:// baseurl, module should not check it?
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: