Skip to content

j03k64/gearmand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gearmand Cookbook

Installs the gearmand server

Requirements

packages

  • yum - gearmand needs yum for installing the package

Attributes

gearmand::default

Key Type Description Default
['gearmand']['job_retries'] Integer Number of job retries before the job is considered dead 0 (unlimited)
['gearmand']['port'] Integer Port to run gearmand on 4730
['gearmand']['more_options'] String More options to pass into gearmand <empty>

Usage

gearmand::default

Just include gearmand in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[gearmand]"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages