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

RSS

slack_speak (12) Versions 0.1.9

Adds slack_speak resource for Slack chat integration

Policyfile
Berkshelf
Knife
cookbook 'slack_speak', '= 0.1.9', :supermarket
cookbook 'slack_speak', '= 0.1.9'
knife supermarket install slack_speak
knife supermarket download slack_speak
README
Dependencies
Quality 17%

slack_speak Cookbook


Provides slack_speak resource for sending messages to your Slack Custom Integration Incoming WebHook that you configure through https://YOUR_ORG_NAME.slack.com/services/. The webhook url will look similar to: https://hooks.slack.com/services/XXXXX/XXXXX/XXXXXXXXXXXXXXXXX

This cookbook currently only makes use of AWS parameter store as the source of the webhook URL which is KMS encrypted. In order to read the value an IAM role attached to the EC2 instance is required that includes something like:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ssm:GetParameter"
      ],
      "Resource": "*"
    }
  ]
}

The parameter store value will need to be in the sam region as the EC2 instance and is by default named /slack_speak/web_hook_url

Dependent cookbooks

aws ~> 7.3

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.9 failed this metric

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

Contributing File Metric
            

0.1.9 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

Foodcritic Metric
            

0.1.9 failed this metric

FC066: Ensure chef_version is set in metadata: slack_speak/metadata.rb:1
FC120: Do not set the name property directly on a resource: slack_speak/resources/say.rb:8
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.9 passed this metric

Testing File Metric
            

0.1.9 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.9 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