cookbook 'mailman', '= 0.9.5'
mailman (3) Versions 0.9.5 Follow0
Installs/Configures mailman
cookbook 'mailman', '= 0.9.5', :supermarket
knife supermarket install mailman
knife supermarket download mailman
Description
Requirements
Attributes
see attributes.rb for possible attributes
site_pass and list_creator only will be set if defined externally
Usage
mailman_list "mylist1" do
email "owner@example.com"
end
mailman_list "mylist2" do
email "owner@example.com"
password "my_non_random_password"
end
mailman_list "mylist3" do
action :delete
end
Dependent cookbooks
openssl >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.