Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Development repository for the chef-compliance cookbook

License

Notifications You must be signed in to change notification settings

Sous-Chefs-Boneyard/chef-compliance

Repository files navigation

chef-compliance Cookbook

Build Status Cookbook Version

This cookbook configures a system to be a standalone Chef Compliance Server. It will install the appropriate platform-specific compliance Omnibus package from Package Cloud and perform the initial configuration.

Chef Supermarket: https://supermarket.chef.io/cookbooks/chef-compliance

Deprecated

This cookbook is now deprecated since Chef no longer supports stand-alone installations of Chef Compliance. The product has now been integrated into Chef Automate

Requirements

This cookbook is tested with Chef (client) 12. It may work with or without modification on earlier versions of Chef, but Chef 12 is recommended.

This cookbook will install Chef Compliance, but requires you to setup the server by going to https:/// and accepting the EULA.

Cookbooks

  • chef-ingredient cookbook

Platform

This cookbook is tested on the following platforms using the Test Kitchen .kitchen.yml in the repository.

  • Ubuntu 12.04 64-bit

Attributes

chef-compliance::default

Key Type Description Default
['chef-compliance']['version'] String What version of compliance to install nil
['chef-compliance']['package_source'] String Anything other than package cloud nil
['chef-compliance ']['api_fqdn'] String FQDN of host node['fqdn']
['chef-compliance']['configuration'] Hash Arbitrary config to add to chef-compliance.rb {}
['chef-compliance']['accept_license'] Boolean Indication that you accept the Chef MLSA false

Usage

chef-compliance::default

Add chef-compliance to your run list and accept the license agreement by setting node['chef-compliance']['accept_license'] = true

License and Authors

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.