Skip to content

Commit

Permalink
Merge pull request #102 from schubergphilis/bugfix
Browse files Browse the repository at this point in the history
Bugfix: unhide `chefignore`
  • Loading branch information
joekiller authored Sep 4, 2017
2 parents 5eff3c7 + c444c99 commit fc05af8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
File renamed without changes.
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 fc05af8

Please sign in to comment.