소스 검색

Fix a filename and pillar key issue

* Ensure `common.sls` references correct template filename
* Use `pillar.get(...)` for message_do_not_modify with default
tags/v0.55.0
David Czarnecki 11 년 전
부모
커밋
14310ff263
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      nginx/common.sls
  2. +1
    -1
      templates/upstart-logger.jinja

+ 1
- 1
nginx/common.sls 파일 보기

@@ -24,7 +24,7 @@ nginx-logger-{{ log_type }}:
- user: root
- group: root
- mode: 440
- source: salt://nginx/templates/upstart_logger.jinja
- source: salt://nginx/templates/upstart-logger.jinja
- context:
type: {{ log_type }}
service:

+ 1
- 1
templates/upstart-logger.jinja 파일 보기

@@ -1,4 +1,4 @@
# {{ pillar['message_do_not_modify'] }}
# {{ pillar.get('message_do_not_modify', '') }}
# startup script for Nginx loggers

start on starting nginx

Loading…
취소
저장