1
0
Fork 0

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
1 changed files with 7 additions and 0 deletions

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