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

Module doesn't work on Ubuntu Xenial #56

Closed
jarro2783 opened this issue Sep 19, 2017 · 5 comments
Closed

Module doesn't work on Ubuntu Xenial #56

jarro2783 opened this issue Sep 19, 2017 · 5 comments
Labels
bug Something isn't working

Comments

@jarro2783
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 4.10
  • Ruby: 2.3.4
  • Distribution: Ubuntu Xenial
  • Module version: 3.0.0

How to reproduce (e.g Puppet code you use)

include grafana

What are you seeing

apt-get update fails because there is no package for Xenial on packagecloud. Part of the puppet run is below:

Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: W: The repository 'https://packagecloud.io/grafana/stable/debian xenial Release' does not have a Release file.
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: W: s3://freelancer-packages.s3.amazonaws.com/deb/dists/stable/Release.gpg: Signature by key 8000B5F9FB908ADE43299B588457C3F2BAD4BAD6 uses weak digest algorithm (SHA1)
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: W: s3://freelancer-packages.s3.amazonaws.com/ubuntu/dists/xenial/Release.gpg: Signature by key 8000B5F9FB908ADE43299B588457C3F2BAD4BAD6 uses weak digest algorithm (SHA1)
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: E: Failed to fetch https://packagecloud.io/grafana/stable/debian/dists/xenial/main/binary-amd64/Packages  404  Not Found
Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: E: Some index files failed to download. They have been ignored, or old ones used instead.
Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0]
Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0]

What behaviour did you expect instead

I expect this to have installed correctly.

@wyardley
Copy link

Can you try w/ #61? We should have a release soon.

@wyardley wyardley added the bug Something isn't working label Sep 20, 2017
@jarro2783
Copy link
Author

That works, thanks.

@wyardley
Copy link

@jarro2783 great. The release is on the forge now as well.

@jarro2783
Copy link
Author

Thanks, but I still don't see a release on the forge.

The latest version here is still 3.0.0: https://forge.puppet.com/puppet/grafana

@wyardley
Copy link

Yes, you're right, I realized right after I wrote you that the deploy failed :/

We'll be releasing 4.0.1 as soon as it's merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants