We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eff3c7 + c444c99 commit fc05af8Copy full SHA for fc05af8
.chefignore renamed to chefignore
metadata.rb
@@ -4,4 +4,13 @@
4
license "MIT"
5
description "Installs/Configures s3_file LWRP"
6
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7
-version "2.9.0.pre"
+version "2.8.1"
8
+
9
+source_url 'https://github.com/adamsb6/s3_file' if responds_to(:source_url)
10
+issues_url 'https://github.com/adamsb6/s3_file/issues' if responds_to(:issues_url)
11
12
+chef_version '>= 12.6' if responds_to(:chef_version)
13
14
+supports 'centos'
15
+supports 'redhat'
16
+supports 'windows'
0 commit comments