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

lockrun (6) Versions 0.2.1

Installs lockrun executable for running cronjobs with overrun protection.

Policyfile
Berkshelf
Knife
cookbook 'lockrun', '= 0.2.1', :supermarket
cookbook 'lockrun', '= 0.2.1'
knife supermarket install lockrun
knife supermarket download lockrun
README
Dependencies
Quality 100%

lockrun-cookbook

Release
Build Status
Code Coverage

Installs lockrun executable for running cronjobs with overrun
protection.

Supported Platforms

  • CentOS 7.0, 6.4, 5.8
  • Ubuntu 14.04, 12.04

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['lockrun']['install_prefix']</tt></td>
<td>String</td>
<td>Location to install executable.</td>
<td><tt>/usr/local/bin</tt></td>
</tr>
<tr>
<td><tt>['lockrun']['lock_path']</tt></td>
<td>String</td>
<td>Location to store lockrun files.</td>
<td><tt>/var/run</tt></td>
</tr>
</table>

Usage

lockrun::default

Include lockrun in your node's run_list:

{
  "run_list": [
    "recipe[lockrun::default]"
  ]
}

License and Authors

Author:: John Bellone (jbellone@bloomberg.net)

Dependent cookbooks

build-essential >= 0.0.0
poise >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.2.1 passed this metric