Installs the gearmand server
yum
- gearmand needs yum for installing the package
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> |
Just include gearmand
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[gearmand]"
]
}