소스 검색

Merge pull request #139 from tibberg/master

enable mod_ssl on Redhat
master
Forrest 8 년 전
부모
커밋
23f4e68e6a
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      README.rst
  2. +9
    -0
      apache/mod_ssl.sls

+ 5
- 0
README.rst 파일 보기

@@ -93,6 +93,11 @@ using data from Pillar. (Debian and RedHat Only)

Allows you to install the basic Core Rules (CRS) and some basic configuration for mod_security2

``apache.mod_ssl``
----------------------

Installs and enables the mod_ssl module (Debian and RedHad only)

``apache.mod_vhost_alias``
----------------------


+ 9
- 0
apache/mod_ssl.sls 파일 보기

@@ -13,4 +13,13 @@ a2enmod mod_ssl:
- watch_in:
- module: apache-restart

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

mod_ssl:
pkg.installed:
- require:
- pkg: apache
- watch_in:
- module: apache-restart

{% endif %}

Loading…
취소
저장