-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
maintainer 'Jacob Dearing' | ||
maintainer_email '[email protected]' | ||
license 'MIT' | ||
description 'Installs/Configures ELLK' | ||
description 'Library to handle Elasticsearch, Logstash, Logstash-Forwarder & Kibana' | ||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | ||
version '0.3.1' | ||
version '0.3.2' | ||
|
||
%w(ubuntu debian gentoo centos redhat amazon scientific oracle enterpriseenterprise).each do |os| | ||
# retsricted only to runit and ark really | ||
%w(ubuntu debian centos redhat amazon scientific oracle enterpriseenterprise).each do |os| | ||
supports os | ||
end | ||
|
||
|