Created
July 18, 2016 14:57
-
-
Save mdesanti/4c86688ade216848e5ae760954158228 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
"/etc/yum.repos.d/logstash.repo": | |
mode: "000644" | |
owner: root | |
group: root | |
content: | | |
[logstash-2.3] | |
name=Logstash repository for 2.3.x packages | |
baseurl=https://packages.elastic.co/logstash/2.3/centos | |
gpgcheck=1 | |
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch | |
enabled=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment