Updated the __grafana_dashboard type for the new package repository

- Changed the signing key uri
- Changed the repo uri
remotes/origin/5.1
Dominique Roux 5 years ago
parent 5c11c15ae4
commit 6bb58f8820
  1. 4
      cdist/conf/type/__grafana_dashboard/manifest

@ -21,10 +21,10 @@ case $os in
__apt_key_uri grafana \
--name 'Grafana Release Signing Key' \
--uri https://packagecloud.io/gpg.key
--uri https://packages.grafana.com/gpg.key
require="$require __apt_key_uri/grafana" __apt_source grafana \
--uri https://packagecloud.io/grafana/stable/debian/ \
--uri https://packages.grafana.com/oss/deb \
--distribution $apt_source_distribution \
--component main

Loading…
Cancel
Save