1
0
Fork 0
mirror of synced 2024-05-31 22:21:10 -04:00

Merge pull request #39 from syphernl/feature/repo_file

Add (optional) repo to be used
This commit is contained in:
Filip Pytloun 2019-03-04 11:11:53 +01:00 committed by GitHub
commit 4c811e1c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
grafana/repo.sls Normal file
View file

@ -0,0 +1,7 @@
# Adds the Grafana repo
grafana_repo:
pkgrepo.managed:
- name: deb https://packages.grafana.com/oss/deb stable main
- key_url: https://packages.grafana.com/gpg.key
- require_in:
- pkg: grafana_packages