In 4d04d95b02df334c5e33e06e9dca139a223441f0 (#113) apache/vhosts/standard.sls has been modified by @genuss to include apache.config on the basis that apache.config was now able to retrieve the interfaces/ports from pillar data in apache:sites. I use apache:sites to register virtual hosts with non-standard "template_file" (they contain the desired configuration directly) and the "interface/port" keys are thus not meaningful. apache: sites: example.com: template_file: salt://vm/example/apache-vhost.conf DocumentRoot: False The generated ports.conf ends up containing only "*:80" while my virtual host configuration files need ports 80 and 443. The situation was perfectly fine up to now because the default configuration file handles both of those ports if you have mod_ssl installed. People who want to use apache.config should just explicitly include that state, we should not force its usage to all apache.vhosts.standard users.
Description
Set up and configure the Apache HTTP server
https://github.com/saltstack-formulas/apache-formula
Languages
Jinja
62.1%
SaltStack
27.7%
Ruby
6.4%
Shell
2.1%
JavaScript
1.7%