Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Mar 16, 2018
1 parent d897534 commit 666f27f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -33,6 +33,18 @@ It will not:
* Cookbooks:
* Sander van Zoest sysctl `https://github.com/svanzoest-cookbooks/sysctl`

### Platform

- Debian 7, 8
- Ubuntu 14.04, 16.04
- RHEL 6, 7
- CentOS 6, 7
- Oracle Linux 6, 7
- Fedora 26, 27
- OpenSuse Leap 42
- Amazon Linux 1, 2


## Attributes

* `['os-hardening']['components'][COMPONENT_NAME]` - allows the fine control over which components should be executed via default recipe. See below for more details
Expand Down
9 changes: 6 additions & 3 deletions metadata.rb
Expand Up @@ -27,11 +27,14 @@
chef_version '>= 12.5' if respond_to?(:chef_version)

supports 'amazon'
supports 'ubuntu', '>= 12.04'
supports 'ubuntu', '>= 14.04'
supports 'debian', '>= 6.0'
supports 'centos', '>= 5.0'
supports 'redhat', '>= 5.0'
supports 'centos', '>= 6.0'
supports 'redhat', '>= 6.0'
supports 'oracle', '>= 6.4'
supports 'fedora', '>= 26.0'
supports 'suse'
supports 'opensuseleap', '>= 42.1'

depends 'sysctl', '~> 0.10'

Expand Down

0 comments on commit 666f27f

Please sign in to comment.