Преглед на файлове

Delete Red Hat provided ssl.conf (#243)

When using the mod_ssl state on Red Hat family systems the httpd
server will currently not start.

This is due to duplicate Listen directives provided in the
ssl.conf file shipped with the mod_ssl rpm package and the directives
configured by saltstack.

The easy solution is to just ensure the rpm shipped mod_ssl is removed.
tags/v0.37.4
Andreas Thienemann преди 6 години
родител
ревизия
4bba8862ab
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +7
    -0
      apache/mod_ssl.sls

+ 7
- 0
apache/mod_ssl.sls Целия файл

@@ -33,6 +33,13 @@ mod_ssl:
- watch_in:
- module: apache-restart

{{ apache.confdir }}/ssl.conf:
file.absent:
- require:
- pkg: apache
- watch_in:
- service: apache

{% elif grains['os_family']=="FreeBSD" %}

include:

Loading…
Отказ
Запис