Fix a filename and pillar key issue

* Ensure `common.sls` references correct template filename
* Use `pillar.get(...)` for message_do_not_modify with default
This commit is contained in:
David Czarnecki 2013-09-25 16:53:32 -04:00
parent ad5959ab63
commit 14310ff263
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

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