You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
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:What behaviour did you expect instead
I expect this to have installed correctly.
The text was updated successfully, but these errors were encountered: