Skip to content

Commit 50f3efa

Browse files
Making foodcritic happy
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 618fe5b commit 50f3efa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metadata.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
name 'os-hardening'
2020
maintainer 'Dominik Richter'
2121
maintainer_email '[email protected]'
22-
license 'Apache 2.0'
22+
license 'Apache-2.0'
2323
description 'Installs and configures operating system hardening'
2424
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
2525
version '2.0.1'
2626

27+
chef_version '>= 12.5' if respond_to?(:chef_version)
28+
2729
supports 'ubuntu', '>= 12.04'
2830
supports 'debian', '>= 6.0'
2931
supports 'centos', '>= 5.0'

0 commit comments

Comments
 (0)