apache-formula
apache-formula copied to clipboard
Set up and configure the Apache HTTP server
### PR progress checklist (to be filled in by reviewers) - [ ] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are...
Change mpm.conf template for RedHat family systems. The code currently written will always expand to true as a pillar.get() call will return None in case the pillar is non existing,...
## Your setup ### Formula commit hash / release tag apache-formula 1.2.2 ### Versions reports (master & minion) ```Salt Version: Salt: 3004 Dependency Versions: cffi: Not Installed cherrypy: unknown dateutil:...
## Your setup ### Formula commit hash / release tag apache-formula v1.1.8 ### Versions reports (master & minion) Salt 3003.3 Master: Debian 10 Minion: CentOS 7.8.2003 ### Pillar / config...
## Your setup ### Formula commit hash / release tag v1.1.8 ### Versions reports (master & minion) Salt Version: Salt: 3003.2 Dependency Versions: cffi: Not Installed cherrypy: unknown dateutil: 2.7.3...
## Your setup ### Formula commit hash / release tag starting from e2e1be18e093dca2d603b68075b388d0f8b61d3d ### Versions reports (master & minion) Salt Version: Salt: 3002.1 Dependency Versions: cffi: Not Installed cherrypy: Not...
I have a setup here that has about 200 vhosts using the apache.vhosts.standard state. state.apply calls fail with a MemoryError and slsutil.renderer generates about 1GB of json... This seems due...
Enviornment: salt-call --versions-report Salt Version: Salt: 3000.3 Dependency Versions: cffi: Not Installed cherrypy: Not Installed dateutil: 1.5 docker-py: Not Installed gitdb: Not Installed gitpython: Not Installed Jinja2: 2.7.2 libgit2: Not...
When I use apache or apache.config state on Debian system, each run had some modified files : `/etc/apache2/sites-available/000-default.conf` **_apache.config.own_default_vhost_** produce `Name: /etc/apache2/sites-available/000-default.conf - Function: file.managed - Result: Changed ` and...
``` # ``apache`` formula configuration: apache: manage_service_states: True ... modules: enabled: # List modules to enable - rewrite disabled: - status ... ``` SSH minion: Ubuntu 16.04.5 LTS ``` /etc/apache2/mods-enabled#...