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

zammad (3) Versions 0.1.1

Installs/Configures zammad

Policyfile
Berkshelf
Knife
cookbook 'zammad', '= 0.1.1', :supermarket
cookbook 'zammad', '= 0.1.1'
knife supermarket install zammad
knife supermarket download zammad
README
Dependencies
Quality 71%

Zammad Cookbook

Build Status
Cookbook Version

Installs and configures a Zammad server. Zammad is a web-based, open source user support/ticketing solution.

Requirements

Chef

  • Chef 12.5+

Platforms

  • RHEL 7+

Notes: This cookbook has been tested on the listed platforms. It may work on other platforms with or without modification.

Cookbooks

  • Elasticsearch
  • Java
  • Nginx
  • Postfix
  • Sysctl
  • Yum-EPEL

Attributes

default

Linux default attributes

  • node['java']['jdk_version'] - Java version, default 'OpenJDK 8'
  • node['postfix']['main']['relayhost'] - Relayhost for Postfix when default['zammad']['local_mta'] = true, default 'smtp.example.com'
  • node['zammad']['local_mta'] - Setup a local Postfix MTA for Zammad, default 'true'
  • node['zammad']['local_es'] - Setup a local Elasticsearch for Zammad, default 'true'
  • node['zammad']['use_proxy'] - Use the Chef http_proxy when downloading ES plugins, default 'false'
  • node['zammad']['nginx_server_name'] - Server name to use in the Nginx zammad.conf file, default 'localhost'

Recipes

default

Includes the zammad::elasticsearch and/or postfix recipes depending on whether they are enabled via attributes.

elasticsearch

Configures the node to run elasticsearch locally. Generates a generic ES setup based on the defaults in the Elasticsearch cookbook. It also runs two rake commands to complete the ES setup for Zammad.

Usage

The default recipe will:

  • Setup Zammad Repo
  • Install Java
  • Install Nginx and deploy a default zammad.conf from the template
  • Install Zammad
  • Install and setup an Elasticsearch cluster, optional
  • Install and setup Postfix MTA, optional

If you want to install the default Elasticsearch cluster, set the default['zammad']['local_es'] to true. Use of an exteral Elasticsearch server is supported but currently out of the scope of this cookbook.

If you want to setup the local Postfix MTA for Zammad to use, set the default['zammad']['local_mta'] to true. If you'd rather setup Zammad to use an external SMTP server, set this to false.

Dependent cookbooks

elasticsearch ~> 3.4
java ~> 1.0
nginx ~> 7.0
postfix >= 0.0.0
sysctl >= 0.0.0
yum-epel >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.1 failed this metric

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

Contributing File Metric
            

0.1.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

Foodcritic Metric
            

0.1.1 passed this metric

License Metric
            

0.1.1 passed this metric

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 passed this metric

Version Tag Metric
            

0.1.1 passed this metric