Reflect template move in files.
This commit is contained in:
parent
6c6d89ca1e
commit
7c16f55a58
@ -13,7 +13,7 @@ include:
|
|||||||
- 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
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ nginx-logger-{{ log_type }}:
|
|||||||
- 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:
|
||||||
@ -87,7 +87,7 @@ nginx:
|
|||||||
- 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…
x
Reference in New Issue
Block a user