cookbook 'takipi', '= 0.5.4'
takipi (6) Versions 0.5.4 Follow2
Installs/Configures takipi
cookbook 'takipi', '= 0.5.4', :supermarket
knife supermarket install takipi
knife supermarket download takipi
Description
Installing Takipi daemon using Chef (Current cookbook is only for Linux!)
https://supermarket.chef.io/cookbooks/takipi
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 chosing the package action (install/upgrade/remove) via node["takipi"]["package_action”]
wrapper cookbook attribute.
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
Foodcritic Metric
0.5.4 failed this metric
FC019: Access node attributes in a consistent manner: /tmp/cook/958843f6b317268a9027c437/takipi/recipes/default.rb:10
0.5.4 failed this metric