소스 검색

Add user-defined envvars

tags/v0.37.4
Dex Bleeker 8 년 전
부모
커밋
7b7deaeb5b
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      apache/files/Debian/envvars-2.2.jinja
  2. +4
    -0
      apache/files/Debian/envvars-2.4.jinja

+ 4
- 0
apache/files/Debian/envvars-2.2.jinja 파일 보기

@@ -37,3 +37,7 @@ export LANG
## If you need a higher file descriptor limit, uncomment and adjust the
## following line (default is 8192):
#APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'

{%- for envvar in salt['pillar.get']('apache:envvars', []) %}
{{ envvar }}
{%- endfor %}

+ 4
- 0
apache/files/Debian/envvars-2.4.jinja 파일 보기

@@ -47,3 +47,7 @@ export LANG
## This will produce a verbose output on package installations of web server modules and web application
## installations which interact with Apache
#export APACHE2_MAINTSCRIPT_DEBUG=1

{%- for envvar in salt['pillar.get']('apache:envvars', []) %}
{{ envvar }}
{%- endfor %}

Loading…
취소
저장