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

takipi (6) Versions 0.5.5

Installs/Configures takipi

Policyfile
Berkshelf
Knife
cookbook 'takipi', '~> 0.5.5', :supermarket
cookbook 'takipi', '~> 0.5.5'
knife supermarket install takipi
knife supermarket download takipi
README
Dependencies
Changelog
Quality 17%

Description

Installing Takipi daemon using Chef (Current cookbook is only for Linux!)

https://supermarket.chef.io/cookbooks/takipi

https://www.takipi.com

Requirements

Java ( >=1.6 )

Attributes

Make sure you include your Takipi secret key as custom Chef JSON:

{
"takipi": {
"secret_key": "YOUR SECRET KEY",
"machine_name": ""
}
}

Or in the default attributes file:

default["takipi"]["secret_key"] = "YOUR SECRET KEY HERE"

Usage

Takipi website: http://www.takipi.com

To connect Takipi to your Java process add the following JVM argument -agentlib:TakipiAgent before -classpath/-jar.

Dependent cookbooks

apt >= 0.0.0
yum >= 0.0.0
java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for takipi

Allow choosing the package action (install/upgrade/remove) via node["takipi"]["package_action”] wrapper cookbook attribute.

0.5.5
Fix secret.key check (no more empty secret.key files)

0.5.4
Added support for package_action install/update

0.5.3
Added an option to change machine_name in Takipi

0.5.2
Use Takipi official deb/rpm repositories when installing

0.4.0
Removed old installer format. Use deb/rpm to install Takipi.

0.3.1
Initial release

Collaborator Number Metric
            

0.5.5 failed this metric

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

Contributing File Metric
            

0.5.5 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.5.5 failed this metric

FC064: Ensure issues_url is set in metadata: takipi/metadata.rb:1
FC065: Ensure source_url is set in metadata: takipi/metadata.rb:1
FC066: Ensure chef_version is set in metadata: takipi/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: takipi/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.5.5 passed this metric

Testing File Metric
            

0.5.5 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.5.5 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