Просмотр исходного кода

Merge pull request #31 from tfolio/users-optional

Optionally include nginx.users via a pillar value
susefix
Seth House 10 лет назад
Родитель
Сommit
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:

Загрузка…
Отмена
Сохранить