Skip to content

Commit

Permalink
fix: packages repo url for Debian & RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Ouvrard authored and sammy.smati committed Dec 1, 2022
1 parent a39545d commit 201c5c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions grafana/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Debian:
use_upstream_repo: true
repo:
humanname: grafana_official
name: deb https://packages.grafana.com/oss/deb stable main
name: deb https://apt.grafana.com stable main
file: /etc/apt/sources.list.d/grafana.list
key_url: https://packages.grafana.com/gpg.key
key_url: https://apt.grafana.com/gpg.key

RedHat:
pkg:
use_upstream_repo: true
repo:
baseurl: https://packages.grafana.com/oss/rpm-beta
baseurl: https://rpm.grafana.com
repo_gpgcheck: 1
gpgkey: https://packages.grafana.com/gpg.key
gpgkey: https://rpm.grafana.com/gpg.key
sslverify: 1
sslcacert: /etc/pki/tls/certs/ca-bundle.crt
comments:
Expand All @@ -35,9 +35,9 @@ Suse:
pkg:
use_upstream_repo: true
repo:
baseurl: https://packages.grafana.com/oss/rpm-beta
baseurl: https://rpm.grafana.com
repo_gpgcheck: 1
gpgkey: https://packages.grafana.com/gpg.key
gpgkey: https://rpm.grafana.com/gpg.key
sslverify: 1
sslcacert: /etc/pki/tls/certs/ca-bundle.crt
comments:
Expand Down
4 changes: 2 additions & 2 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ grafana:
uri: https://dl.grafana.com/oss/release
repo:
humanname: grafana_official
name: deb https://packages.grafana.com/oss/deb stable main
name: deb https://apt.grafana.com/ stable main
file: /etc/apt/sources.list.d/grafana.list
key_url: https://packages.grafana.com/gpg.key
key_url: https://apt.grafana.com/gpg.key

config_file: /etc/grafana/grafana.ini
service:
Expand Down

0 comments on commit 201c5c7

Please sign in to comment.