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
travis tests are failing because the api to the puppetlabs/apt module has changed in version 2.0.
https://forge.puppetlabs.com/puppetlabs/apt/changelog#2015-04-07---supported-release-200
manifests/repo/apt.pp
apt::source { 'erlang': include_src => false, key => $key_signature, key_source => $remote_repo_key_location, location => $remote_repo_location, repos => $repos, }
looks like include_src, key, and key_source need to be corrected to be compatible with the new apt module
The text was updated successfully, but these errors were encountered:
See #20
Sorry, something went wrong.
No branches or pull requests
travis tests are failing because the api to the puppetlabs/apt module has changed in version 2.0.
https://forge.puppetlabs.com/puppetlabs/apt/changelog#2015-04-07---supported-release-200
manifests/repo/apt.pp
looks like include_src, key, and key_source need to be corrected to be compatible with the new apt module
The text was updated successfully, but these errors were encountered: