Implementations for CentOS
This commit is contained in:
parent
d259712920
commit
2e7d7c8002
16
dovecot.cf
16
dovecot.cf
|
@ -34,6 +34,22 @@ vars:
|
|||
"dovecot-pop3d"
|
||||
|
||||
};
|
||||
centos::
|
||||
"pkgs" slist => {
|
||||
"dovecot",
|
||||
"dovecot-mysql",
|
||||
};
|
||||
"cfg_dir" string => "/etc/dovecot";
|
||||
"dovecot_conf" string => "$(cfg_dir)/dovecot.conf";
|
||||
|
||||
"imap_key" string => "$(cfg_dir)/private/imap.key";
|
||||
"imap_cert" string => "$(cfg_dir)/private/imap.crt";
|
||||
"submission_key" string => "$(cfg_dir)/private/submission.key";
|
||||
"submission_cert" string => "$(cfg_dir)/private/submission.crt";
|
||||
"service_name" string => "dovecot";
|
||||
|
||||
|
||||
|
||||
|
||||
methods:
|
||||
"any" usebundle => wmde_install_packages(@(pkgs),"dovecot");
|
||||
|
|
Loading…
Reference in New Issue