Parcourir la source

Optionally include nginx.users via a pillar value

tags/v0.55.0
Mark Lee il y a 10 ans
Parent
révision
920ba9b1a4
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +2
    -0
      nginx/init.sls
  2. +1
    -0
      pillar.example

+ 2
- 0
nginx/init.sls Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer