Merge pull request #39 from syphernl/feature/repo_file
Add (optional) repo to be used
This commit is contained in:
commit
4c811e1c02
1 changed files with 7 additions and 0 deletions
7
grafana/repo.sls
Normal file
7
grafana/repo.sls
Normal 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
|
Loading…
Reference in a new issue