Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The cis-el7-l1-hardening cookbook has been deprecated

Author provided reason for deprecation:

The cis-el7-l1-hardening cookbook has been deprecated and is no longer being maintained by its authors. Use of the cis-el7-l1-hardening cookbook is no longer recommended.

RSS

cis-el7-l1-hardening (2) Versions 0.7.1

Installs/Configures cis-el7-l1-hardening

Policyfile
Berkshelf
Knife
cookbook 'cis-el7-l1-hardening', '~> 0.7.1', :supermarket
cookbook 'cis-el7-l1-hardening', '~> 0.7.1'
knife supermarket install cis-el7-l1-hardening
knife supermarket download cis-el7-l1-hardening
README
Dependencies
Changelog
Quality 17%

cis-el7-l1-hardening

This cookbook provides a sample set of recipes for in order demonstrate on how you can make a RHEL 7 more CIS L1 compliant. It should be used in conjunction with Chef Compliance's CIS L1 profile.

Note: This cookbook does not make your system pass all CIS L1 tests; just a portion in order to demonstrate how you can harden your RHEL 7 instances.

Requirements

Platforms

  • RHEL/CentOS

Chef

  • Chef 12.1+

Cookbooks

  • line

Coding guidelines

Use Chef resources (versus the 'execute' resource) whenever possible. The line cookbook is included for making line by line substitutions in config files. See the enable_sudo_no_tty.rb for
a usage example.

Maintainers

This cookbook is maintained by Chef's Community Cookbook Engineering team. Our goal is to improve cookbook quality and to aid the community in contributing to cookbooks. To learn more about our team, process, and design goals see our team documentation. To learn more about contributing to cookbooks like this see our contributing documentation, or if you have general questions about this cookbook come chat with us in #cookbok-engineering on the Chef Community Slack

License

Copyright: 2017, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

line ~> 0.6.3

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

cis-el7-l1-hardening Cookbook CHANGELOG

This file is used to list changes made in each version of the cis-el7-l1-hardening cookbook.

0.7.1 (2017-10-29)

  • Improve the quality of the cookbook score with updated metadata fields and license.

Collaborator Number Metric
            

0.7.1 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.7.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

0.7.1 failed this metric

Chef/Modernize/ConditionalUsingTest: Use ::File.exist?('/foo/bar') instead of the slower 'test -f /foo/bar' which requires shelling out (https://docs.chef.io/workstation/cookstyle/chef_modernize_conditionalusingtest): cis-el7-l1-hardening/recipes/ssh.rb: 180
Chef/Modernize/CronDFileOrTemplate: Use the cron_d resource that ships with Chef Infra Client 14.4+ instead of manually creating the file with template, file, or cookbook_file resources (https://docs.chef.io/workstation/cookstyle/chef_modernize_crondfileortemplate): cis-el7-l1-hardening/recipes/cron.rb: 57

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations

No Binaries Metric
            

0.7.1 passed this metric

Testing File Metric
            

0.7.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.7.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number