Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
/ slimta-cookbook Public archive

Install and configure slimta on a system using Chef.

License

Notifications You must be signed in to change notification settings

slimta/slimta-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slimta Cookbook

Install and configure slimta on a system using Chef.

THIS COOKBOOK IS DEPRECATED

Requirements

cookbooks

Attributes

slimta::default

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. {}

Usage

slimta::default

Just include slimta in your node's run_list:

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

About

Install and configure slimta on a system using Chef.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published