Skip to content

Commit

Permalink
Change repository file to kibana.list
Browse files Browse the repository at this point in the history
- The current version puts the Kibana repository in `elasticsearch.list`, which conflicts with the [elasticsearch-formula](https://github.com/saltstack-formulas/elasticsearch-formula)
- This change lists the source in `kibana.list`
  • Loading branch information
alexander-bauer authored May 20, 2017
1 parent 680683b commit 2c2ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/repo.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kibana-repo:
pkgrepo.managed:
- humanname: Kibana Repo
- name: deb {{ kibana.repo_url }} stable main
- file: /etc/apt/sources.list.d/elasticsearch.list
- file: /etc/apt/sources.list.d/kibana.list
- gpgcheck: 1
- key_url: https://packages.elastic.co/GPG-KEY-elasticsearch
- require_in:
Expand Down

0 comments on commit 2c2ca9d

Please sign in to comment.