Install and configure slimta on a system using Chef.
python- slimta uses the python cookbook for installation.
| Key | Type | Description | Default |
|---|---|---|---|
| ['slimta']['virtualenv'] | String | Path where the virtualenv will be created. | /opt/slimta |
| ['slimta']['exclude'] | Array | These slimta packages will not be installed by pip. | [] |
| ['slimta']['version_lock'] | Hash | Maps slimta package names to the version they should be locked to. | {} |
Just include slimta in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[slimta]"
]
}