Skip to content

Commit

Permalink
Updated metadata to comply with FC
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwb committed Aug 29, 2017
1 parent a091f6b commit c444c99
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@
license "MIT"
description "Installs/Configures s3_file LWRP"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2.9.0.pre"
version "2.8.1"

source_url 'https://github.com/adamsb6/s3_file' if responds_to(:source_url)
issues_url 'https://github.com/adamsb6/s3_file/issues' if responds_to(:issues_url)

chef_version '>= 12.6' if responds_to(:chef_version)

supports 'centos'
supports 'redhat'
supports 'windows'

0 comments on commit c444c99

Please sign in to comment.