cookbook 'chef-compliance', '~> 0.1.7'
The chef-compliance cookbook has been deprecated
Author provided reason for deprecation:
The chef-compliance cookbook has been deprecated and is no longer being maintained by its authors. Use of the chef-compliance cookbook is no longer recommended.
chef-compliance (6) Versions 0.1.7 Follow5
Installs/Configures chef-compliance
cookbook 'chef-compliance', '~> 0.1.7', :supermarket
knife supermarket install chef-compliance
knife supermarket download chef-compliance
chef-compliance Cookbook
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://<host>/ 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
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['chef-compliance']['version']</tt></td>
<td>String</td>
<td>What version of compliance to install</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['chef-compliance']['package_source']</tt></td>
<td>String</td>
<td>Anything other than package cloud</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['chef-compliance ']['api_fqdn']</tt></td>
<td>String</td>
<td>FQDN of host</td>
<td><tt>node['fqdn']</tt></td>
</tr>
<tr>
<td><tt>['chef-compliance']['configuration']</tt></td>
<td>Hash</td>
<td>Arbitrary config to add to chef-compliance.rb</td>
<td><tt>{}</tt></td>
</tr>
<tr>
<td><tt>['chef-compliance']['accept_license']</tt></td>
<td>Boolean</td>
<td>Indication that you accept the Chef MLSA</td>
<td><tt>false</tt></td>
</tr>
</table>
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
- Author: Brian Menges mengesb@users.noreply.github.com
- Maintainer: Sous Chefs
- Copyright 2016, Apache v2
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
chef-ingredient <= 2.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
chef-compliance CHANGELOG
This file is used to list changes made in each version of the chef-compliance cookbook.
0.1.7
- Brian Menges - Deprecation notification
- Brian Menges - Pin to chef-ingredient <= 2.0.0 ; address #22
0.1.6
- Brian Menges - Transfer ownership to Sous Chefs
0.1.5
- Brian Menges - Convert to using kitchen-dokken for test-kitchen
- Brian Menges - Add inspec tests
- Brian Menges - Fix typo in attributes/default.rb
0.1.4
-
Brian Menges - Fix
.kitchen.yml
; addresses #8
0.1.3
-
tmcneill-mbo - Spelling correction in
attributes.rb
#10
0.1.2
-
Brian Menges - Remove
ingredient_config
- unnecessary as we're making the config via template
0.1.1
-
Brian Menges - Increment
chef_ingredient
dependency to>= 0.18.4
- Brian Menges - Updates to handle Chef MLSA
- Brian Menges - Add handler to ensure API FQDN can be resolved
- Brian Menges - Better handling of version
0.1.0
- Brian Menges - Initial release of chef-compliance
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
0.1.7 passed this metric
Contributing File Metric
0.1.7 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.1.7 failed this metric
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): chef-compliance/metadata.rb: 7
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): chef-compliance/metadata.rb: 8
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): chef-compliance/metadata.rb: 6
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.1.7 passed this metric
Testing File Metric
0.1.7 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.1.7 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
0.1.7 passed this metric
0.1.7 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.1.7 failed this metric
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): chef-compliance/metadata.rb: 7
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): chef-compliance/metadata.rb: 8
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): chef-compliance/metadata.rb: 6
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.1.7 passed this metric
Testing File Metric
0.1.7 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.1.7 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
0.1.7 failed this metric
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): chef-compliance/metadata.rb: 8
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): chef-compliance/metadata.rb: 6
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
0.1.7 passed this metric
Testing File Metric
0.1.7 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.1.7 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
0.1.7 failed this metric
0.1.7 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