Install Tokyo Cabinet with Chef.
The following platforms are supported:
- centos
- ubuntu
Key | Type | Description | Default |
---|---|---|---|
['tokyo-cabinet']['target_dir'] | String | Target directory of Tokyo Cabinet | /usr/local/ |
['tokyo-cabinet']['version'] | String | Version info | 1.4.48 |
['tokyo-cabinet']['source_uri'] | String | Source info | http://fallabs.com/tokyocabinet/tokyocabinet-1.4.48.tar.gz |
['tokyo-cabinet']['configure_option'] | String | configure option of tokyo-cabinet | --prefix=/usr/local/libexec |
Include tokyo-cabinet
in your node's run_list
:
{
"run_list": [
"recipe[tokyo-cabinet::default]"
]
}
Author:: Rui Bando ([email protected])