소스 검색

Merge pull request #31 from tfolio/users-optional

Optionally include nginx.users via a pillar value
susefix
Seth House 10 년 전
부모
커밋
65b1594914
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      nginx/init.sls
  2. +1
    -0
      pillar.example

+ 2
- 0
nginx/init.sls 파일 보기

@@ -1,6 +1,8 @@
include:
- nginx.common
{% if pillar.get('nginx', {}).get('user_auth_enabled', true) %}
- nginx.users
{% endif %}
{% if pillar.get('nginx', {}).get('install_from_source') %}
- nginx.source
{% else %}

+ 1
- 0
pillar.example 파일 보기

@@ -1,6 +1,7 @@
nginx:
install_from_source: True
use_upstart: True
user_auth_enabled: True
with_luajit: False
with_openresty: True
modules:

Loading…
취소
저장