mirror of https://github.com/lucascbeyeler/zimbra
18 lines
319 B
YAML
18 lines
319 B
YAML
# Here you can set the packages name installed by zimbra's role
|
|
|
|
# Dependency is where you inform the packages Zimbra need to be installed before
|
|
# you run the installer
|
|
|
|
dependency:
|
|
- nmap-ncat
|
|
- perl-core
|
|
- gcc
|
|
- openssl-devel
|
|
- kernel-devel
|
|
- pyzor
|
|
- perl-Razor-Agent
|
|
|
|
absent:
|
|
- postfix
|
|
- sendmail
|