Browse Source

Reflect template move in files.

susefix
Michael Grosser 11 years ago
parent
commit
7c16f55a58
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      nginx/init.sls

+ 3
- 3
nginx/init.sls View File

- user: root - user: root
- group: root - group: root
- mode: 440 - mode: 440
- source: salt://nginx/templates/config.jinja
- source: salt://nginx/files/config.jinja
- require: - require:
- pkg: nginx - pkg: nginx


- user: root - user: root
- group: root - group: root
- mode: 440 - mode: 440
- source: salt://nginx/templates/upstart-logger.jinja
- source: salt://nginx/files/upstart-logger.jinja
- context: - context:
type: {{ log_type }} type: {{ log_type }}
service: service:
- user: root - user: root
- group: root - group: root
- mode: 440 - mode: 440
- source: salt://nginx/templates/upstart.jinja
- source: salt://nginx/files/upstart.jinja
- require: - require:
- pkg: nginx - pkg: nginx
- file: nginx-old-init - file: nginx-old-init

Loading…
Cancel
Save