Skip to content
New issue

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

incompatible with version 2 of puppetlabs/apt module #17

Open
eoly opened this issue Jun 1, 2015 · 1 comment
Open

incompatible with version 2 of puppetlabs/apt module #17

eoly opened this issue Jun 1, 2015 · 1 comment

Comments

@eoly
Copy link
Contributor

eoly commented Jun 1, 2015

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

@Vincent--
Copy link

See #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants