Browse Source

Added pillar example

tags/v0.55.0
Ari Lerner 11 years ago
parent
commit
d11dd3f887
4 changed files with 16 additions and 5 deletions
  1. +0
    -2
      README.md
  2. +4
    -0
      README.rst
  3. +4
    -3
      init.sls
  4. +8
    -0
      pillar.example

+ 0
- 2
README.md View File

nginx
=====

+ 4
- 0
README.rst View File

nginx
=====

Install nginx

+ 4
- 3
init.sls View File

include: include:
- nginx.common - nginx.common
- nginx.users - nginx.users
# To install from a package
# If you want to install from source
# simply replace this comment
{% if pillar.get('nginx', {}).get('install_from_source') %}
- nginx.source
{% else %}
- nginx.package - nginx.package
{% endif -%}



+ 8
- 0
pillar.example View File

nginx:
install_from_source: True
with_luajit: False
with_openresty: True
modules:
headers-more:
source: http://github.com/agentzh/headers-more-nginx-module/tarball/v0.21
source_hash: sha1=DAFJAKSDFJAKDFJ

Loading…
Cancel
Save