Skip to content

Commit

Permalink
update supports
Browse files Browse the repository at this point in the history
  • Loading branch information
dearing committed Aug 1, 2015
1 parent 7a56610 commit a38d239
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
license 'MIT'
description 'Installs/Configures ELLK'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.1'
version '0.3.2'

supports 'centos'
%w(ubuntu debian gentoo centos redhat amazon scientific oracle enterpriseenterprise).each do |os|
supports os
end

depends 'ark'
depends 'runit'

0 comments on commit a38d239

Please sign in to comment.