We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618fe5b commit 50f3efaCopy full SHA for 50f3efa
metadata.rb
@@ -19,11 +19,13 @@
19
name 'os-hardening'
20
maintainer 'Dominik Richter'
21
maintainer_email '[email protected]'
22
-license 'Apache 2.0'
+license 'Apache-2.0'
23
description 'Installs and configures operating system hardening'
24
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
25
version '2.0.1'
26
27
+chef_version '>= 12.5' if respond_to?(:chef_version)
28
+
29
supports 'ubuntu', '>= 12.04'
30
supports 'debian', '>= 6.0'
31
supports 'centos', '>= 5.0'
0 commit comments