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
It would be cool if I could do this. I should be able to send a PR.
$rhsm_sslcerts = hiera(rhsm::register::sslcerts) wget::fetch { $rhsm_sslcerts: destination_dir => '/etc/rhsm/ca/', }
hiera:
--- rhsm::register::sslcerts: - 'http://mysatelliteserver.mycompany.com/pub/certs/mycert-local.pem': - 'http://mysatelliteserver.mycompany.com/pub/certs/another-file-ca.pem':
And it downloads the files to /<destination_dir>/<filename cut from url>
/<destination_dir>/<filename cut from url>
The text was updated successfully, but these errors were encountered:
destination_dir
see #58
Sorry, something went wrong.
Merge pull request #58 from seanscottking/issue_51_revisited
d1a24e9
Improvement to $destination param (issue #51)
No branches or pull requests
It would be cool if I could do this. I should be able to send a PR.
hiera:
And it downloads the files to
/<destination_dir>/<filename cut from url>
The text was updated successfully, but these errors were encountered: