Procházet zdrojové kódy

Merge pull request #31 from tfolio/users-optional

Optionally include nginx.users via a pillar value
susefix
Seth House před 10 roky
rodič
revize
65b1594914
2 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +2
    -0
      nginx/init.sls
  2. +1
    -0
      pillar.example

+ 2
- 0
nginx/init.sls Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit