Closed acjohnson closed 9 years ago
The unit tests on this module appear to be out of date. It is complaining about this line unless $gpgkey_url { $gpgkey_url = "${yum_server}${yum_path}/keys/" }
but this passes puppet parser validate
and I've tested with puppet v3.0 and newer.
@razorsedge, any reasons not to merge this?
@acjohnson The unit tests are out of date because you have changed the behaviour of the code. :-)
A few things:
gpgkey_url
should be the module's current, hard-coded default.gpgkey_url
parameter.develop
branch as that is where the latest code resides.
This turns the
$gpgkey_url
variable into a parameter that the user can then specify a custom URL to the GPG key in case the GPG key is not hosted under the previously assumed URLs:${yum_server}${yum_path}/keys/
or${yum_server}${yum_path}/